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

bbmail.spec

index c524f7ffe6be3584f0bff2eb69a331ee0df7768b..21888b68f0421ef1ec635b54071092e93c96570f 100644 (file)
@@ -2,12 +2,13 @@ Summary:      A mail notification program designed for blackbox
 Summary(pl):   Powiadamiacz o poczcie zaprojektowany dla blackboksa
 Name:          bbmail
 Version:       0.8.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
@@ -32,6 +33,7 @@ konfigurowalny.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 aclocal
@@ -55,4 +57,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc *.gz
 %attr(755,root,root) %{_bindir}/bb*
 %{_mandir}/*/*
-%config %{_datadir}/bbtools/%{name}.*
+%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.082554 seconds and 4 git commands to generate.