summaryrefslogtreecommitdiff
path: root/ratpoison.spec
diff options
context:
space:
mode:
authoralgernon <algernon>2001-09-06 16:43:11 +0000
committeralgernon <algernon>2001-09-06 16:43:11 +0000
commit86747912dc359e893f9958398eeefe49fab0bfd0 (patch)
tree12665eb1c4bbb5d3e12bf36de262f545c43ac03b /ratpoison.spec
parentb639ebb16121bf299c8f3bf842cfaed162032d9e (diff)
downloadratpoison-86747912dc359e893f9958398eeefe49fab0bfd0.zip
bring it up to date, and add %doc stuff
Diffstat (limited to 'ratpoison.spec')
-rw-r--r--ratpoison.spec16
1 files changed, 6 insertions, 10 deletions
diff --git a/ratpoison.spec b/ratpoison.spec
index 8b95357..1e4fc48 100644
--- a/ratpoison.spec
+++ b/ratpoison.spec
@@ -1,5 +1,5 @@
%define name ratpoison
-%define version 0.2.0
+%define version 1.0.0
%define release 1
Summary: ratpoison - Simple window manager with no fat library dependencies.
@@ -29,8 +29,8 @@ mkdir -p $RPM_BUILD_ROOT
%setup
rm -f config.cache
./configure --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man
+ --infodir=/usr/info \
+ --mandir=/usr/man
%build
make
@@ -43,11 +43,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
+%doc AUTHORS COPYING ChangeLog NEWS README doc/sample.ratpoisonrc doc/ipaq.ratpoisonrc
/usr/bin/ratpoison
-/usr/share/doc/ratpoison/AUTHORS
-/usr/share/doc/ratpoison/COPYING
-/usr/share/doc/ratpoison/ChangeLog
-/usr/share/doc/ratpoison/NEWS
-/usr/share/doc/ratpoison/README
-/usr/share/info/ratpoison.info*
-/usr/share/man/man1/ratpoison.1*
+/usr/info/ratpoison.info*
+/usr/man/man1/ratpoison.1*