]> git.pld-linux.org Git - packages/cleanfeed.git/blobdiff - cleanfeed.spec
- added using CVS keywords in %changelog (for automating them).
[packages/cleanfeed.git] / cleanfeed.spec
index e1ceb46cfc131d75c961e74e99ae04a8ca9eb254..a1bd59f79f52749c625d960a5489b981d1cf4063 100644 (file)
@@ -29,10 +29,10 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/{etc/news,usr/{man/man8,lib/news/bin/control}}
 
 install cleanfeed.conf $RPM_BUILD_ROOT/etc/news/
-install cleanfeed.8 $RPM_BUILD_ROOT/usr/man/man8/
-install cleanfeed $RPM_BUILD_ROOT/usr/lib/news/bin/control/filter_innd.pl
+install cleanfeed.8 $RPM_BUILD_ROOT%{_mandir}/man8/
+install cleanfeed $RPM_BUILD_ROOT%{_libdir}/news/bin/control/filter_innd.pl
 
-gzip -9nf $RPM_BUILD_ROOT/usr/man/man8/* \
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/* \
        README
 
 %clean
@@ -42,21 +42,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README.gz
 %attr(640,news,news) %config(noreplace) %verify(not size mtime md5) /etc/news/*
-%attr(750,news,news) /usr/lib/news/bin/control/filter_innd.pl
-/usr/man/man8/*
-
-%changelog
-* Wed Dec 09 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
-[0.95.7b-2]
-- build for PLD Tornado,
-- rewrote spec file.
-
-* Thu Sep 03 1998 Cristian Gafton <gafton@redhat.com>
-- update to 0.95.7b
-
-* Fri May 01 1998 Cristian Gafton <gafton@redhat.com>
-- spec file cleanups
-- patch to get rod of /usr/local/bin/perl
-
-* Mon Apr 13 1998 Bryan C. Andregg <bandregg@redhat.com>
-- first package
+%attr(750,news,news) %{_libdir}/news/bin/control/filter_innd.pl
+%{_mandir}/man8/*
This page took 0.070259 seconds and 4 git commands to generate.