]> git.pld-linux.org Git - packages/bbppp.git/commitdiff
- added sysconfdir patch (moves conf. files to /etc)
authorfilon <filon@sokrates.mimuw.edu.pl>
Wed, 23 Jan 2002 20:06:54 +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 2

Changed files:
    bbppp.spec -> 1.2

bbppp.spec

index 44b9e0b82a0c858f9f12b852f25e86649f664381..26fb6c5a92e0ae74581d7b1d9d0315e1bd655024 100644 (file)
@@ -2,12 +2,13 @@ Summary:      A ppp monitor tool designed for blackbox
 Summary(pl):   Narzêdzie minotoruj±ce ppp zaprojektowane dla blackboksa
 Name:          bbppp
 Version:       0.2.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Group(de):     X11/Applikationen
 Group(pl):     X11/Aplikacje
 Source0:       http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
+Patch0:                %{name}-sysconfdir.patch
 URL:           http://bbtools.windsofstorm.net/
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
@@ -31,6 +32,7 @@ i liczy czas po
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 aclocal
@@ -53,4 +55,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *.gz data/*.gz
 %attr(755,root,root) %{_bindir}/bb*
-%config %{_datadir}/bbtools/%{name}.*
+%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.101227 seconds and 4 git commands to generate.