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

Changed files:
    bbpager.spec -> 1.7

bbpager.spec

index a02686422177f28d9c5e60136ed3904ecf8e978a..0be2cbdf3166886b96dd87da2e4b263b42be03fd 100644 (file)
@@ -2,12 +2,13 @@ Summary:      A pager designed for blackbox
 Summary(pl):   Pager zaprojektowany dla blackboksa
 Name:          bbpager
 Version:       0.3.0
-Release:       3
+Release:       4
 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
@@ -25,6 +26,7 @@ bbpager jest tym, co nazwa sugeruje: pagerem dla Blackboksa.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 aclocal
@@ -47,4 +49,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.09123 seconds and 4 git commands to generate.