]> git.pld-linux.org Git - packages/bbkeys.git/commitdiff
- added sysconfdir patch (moves conf. files to /etc)
authorfilon <filon@sokrates.mimuw.edu.pl>
Wed, 23 Jan 2002 20:06:03 +0000 (20:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- config files are noreplace, noverify etc (you want to customize your blackbox, huh?)
- release 3

Changed files:
    bbkeys.spec -> 1.11

bbkeys.spec

index d2016d2d119cfab251f2934ec1a7171a25775ef8..7a853c446703b779b1eec519d9fe6b7a9ff46dfc 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:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications
 Group(de):     X11/Applikationen
@@ -11,6 +11,7 @@ Group(pl):    X11/Aplikacje
 Group(pt_BR):  X11/Aplicações
 Group(pt):     X11/Aplicações
 Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/bbkeys/%{name}-%{version}.tar.gz
+Patch0:                %{name}-sysconfdir.patch
 URL:           http://bbkeys.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -39,6 +40,7 @@ albo poprzez graficzny interfejs bbkeysconf (z braku lepszej nazwy).
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 aclocal
@@ -62,4 +64,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc *.gz
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/*/*
-%config %{_datadir}/bbtools/%{name}.*
+%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.091678 seconds and 4 git commands to generate.