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

bbsload.spec

index b479c2668cb301beeda6fb88fd77c5de3aa62296..c928c969f70e4343f1ff9dafd8f79a7a23f6c452 100644 (file)
@@ -2,12 +2,13 @@ Summary:      A system load mozitor designed for blackbox
 Summary(pl):   Monitor obci±¿enia systemu zaprojektowany dla blackboksa
 Name:          bbsload
 Version:       0.2.5
-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
@@ -29,6 +30,8 @@ mo
 
 %prep
 %setup -q
+%patch0 -p1
+
 %build
 aclocal
 autoconf
@@ -50,4 +53,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *.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.070933 seconds and 4 git commands to generate.