From 1b03271cda633760a4316e2a32fff8cc11439858 Mon Sep 17 00:00:00 2001 From: filon Date: Wed, 23 Jan 2002 20:06:27 +0000 Subject: [PATCH 1/1] - added sysconfdir patch (moves conf. files to /etc) - config files are noreplace, noverify etc (you want to customize your blackbox, huh?) - release 2 Changed files: bbmail.spec -> 1.2 --- bbmail.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bbmail.spec b/bbmail.spec index c524f7f..21888b6 100644 --- a/bbmail.spec +++ b/bbmail.spec @@ -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}.* -- 2.44.0