]> git.pld-linux.org Git - packages/bbkeys.git/commitdiff
- added man to files bbkeys-0_8_4-2
authorfilon <filon@sokrates.mimuw.edu.pl>
Wed, 23 Jan 2002 10:53:05 +0000 (10:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- config files are now %%config
- added some docs
- release 2

Changed files:
    bbkeys.spec -> 1.10

bbkeys.spec

index dc202ed0d43ceb5ccbcfe0830e6bb2b91472b33f..d2016d2d119cfab251f2934ec1a7171a25775ef8 100644 (file)
@@ -2,7 +2,7 @@ Summary:        bbkeys, a completely configurable key-combo grabber for blackbox
 Summary(pl):   Ca³kowicie konfigurowalny przechwytywacz klawiszy dla blackboksa
 Name:          bbkeys
 Version:       0.8.4
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Group(de):     X11/Applikationen
@@ -18,6 +18,7 @@ BuildRequires:        XFree86-devel
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
 
 %description
 bbkeys is a configurable key-grabber designed for the blackbox window
@@ -51,7 +52,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
 
-gzip -9nf README
+gzip -9nf README AUTHORS ChangeLog NEWS TODO
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,4 +61,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *.gz
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/bbtools/%{name}.*
+%{_mandir}/*/*
+%config %{_datadir}/bbtools/%{name}.*
This page took 0.066064 seconds and 4 git commands to generate.