packages: man-db/man-db.spec - remove fedora-specific bits - set cron scrip...

baggins baggins at pld-linux.org
Thu Mar 8 14:38:13 CET 2012


Author: baggins                      Date: Thu Mar  8 13:38:13 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- remove fedora-specific bits
- set cron script to ug+x

---- Files affected:
packages/man-db:
   man-db.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/man-db/man-db.spec
diff -u packages/man-db/man-db.spec:1.4 packages/man-db/man-db.spec:1.5
--- packages/man-db/man-db.spec:1.4	Thu Mar  8 14:20:57 2012
+++ packages/man-db/man-db.spec	Thu Mar  8 14:38:08 2012
@@ -65,19 +65,8 @@
 # move the documentation to relevant place
 mv $RPM_BUILD_ROOT%{_datadir}/doc/man-db/* ./
 
-# remove zsoelim - part of groff package
-rm $RPM_BUILD_ROOT%{_bindir}/zsoelim
-rm $RPM_BUILD_ROOT%{_mandir}/man1/zsoelim.1
-
-# remove pages which are also in  man-pages-de
-rm $RPM_BUILD_ROOT%{_mandir}/de/man1/zsoelim.1
-rm $RPM_BUILD_ROOT%{_mandir}/de/man1/manpath.1
-rm $RPM_BUILD_ROOT%{_mandir}/de/man5/manpath.5
-rm $RPM_BUILD_ROOT%{_mandir}/de/man8/catman.8
-rm $RPM_BUILD_ROOT%{_mandir}/de/man8/mandb.8
-
 # remove libtool archives
-rm $RPM_BUILD_ROOT%{_libdir}/man-db/*.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/man-db/*.la
 
 # install cache directory
 install -d $RPM_BUILD_ROOT%{cache}
@@ -100,7 +89,7 @@
 %doc README man-db-manual.txt man-db-manual.ps docs/COPYING ChangeLog NEWS
 %config(noreplace) %{_sysconfdir}/man_db.conf
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/man-db
-/etc/cron.daily/man-db.cron
+%attr(750,root,root) /etc/cron.daily/man-db.cron
 %attr(755,root,root) %{_sbindir}/accessdb
 %attr(755,root,root) %{_bindir}/man
 %attr(755,root,root) %{_bindir}/whatis
@@ -109,6 +98,7 @@
 %attr(755,root,root) %{_bindir}/lexgrog
 %attr(755,root,root) %{_bindir}/catman
 %attr(755,root,root) %{_bindir}/mandb
+%attr(755,root,root) %{_bindir}/zsoelim
 %dir %{_libdir}/man-db
 %{_libdir}/man-db/*.so
 %{_libdir}/man-db/globbing
@@ -121,6 +111,7 @@
 %{_mandir}/man1/manconv.1*
 %{_mandir}/man1/manpath.1*
 %{_mandir}/man1/whatis.1*
+%{_mandir}/man1/zsoelim.1*
 %{_mandir}/man5/manpath.5*
 %{_mandir}/man8/accessdb.8*
 %{_mandir}/man8/catman.8*
@@ -141,6 +132,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2012/03/08 13:38:08  baggins
+- remove fedora-specific bits
+- set cron script to ug+x
+
 Revision 1.4  2012/03/08 13:20:57  baggins
 - rel 3
 - obsolete man from obsoleted.spec
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/man-db/man-db.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list