SPECS: bind.spec - let rpm generate deps for shared libs - restored rm for ...

qboosh qboosh at pld-linux.org
Tue Oct 21 22:22:12 CEST 2008


Author: qboosh                       Date: Tue Oct 21 20:22:12 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- let rpm generate deps for shared libs
- restored rm for Makefiles from doc (better non-reentrant install than junk in packages)
- release 3

---- Files affected:
SPECS:
   bind.spec (1.282 -> 1.283) 

---- Diffs:

================================================================
Index: SPECS/bind.spec
diff -u SPECS/bind.spec:1.282 SPECS/bind.spec:1.283
--- SPECS/bind.spec:1.282	Tue Aug 12 12:50:35 2008
+++ SPECS/bind.spec	Tue Oct 21 22:22:05 2008
@@ -26,7 +26,7 @@
 %define	plevel	P2
 Name:		bind
 Version:	%{ver}.%{plevel}
-Release:	2
+Release:	3
 Epoch:		7
 License:	BSD-like
 Group:		Networking/Daemons
@@ -423,9 +423,12 @@
 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/named-compilezone.8
 echo ".so man8/named-checkzone.8" > $RPM_BUILD_ROOT%{_mandir}/man8/named-compilezone.8
 
+# let rpm generate deps (workaround -m644 used for libs installation)
+chmod 755 $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*.*
+
 # we don't want Makefiles in documentation...
 # FIXME: breaks re-entrant install
-#rm -f doc/misc/Makefile*
+rm -f doc/misc/Makefile*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -590,6 +593,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.283  2008/10/21 20:22:05  qboosh
+- let rpm generate deps for shared libs
+- restored rm for Makefiles from doc (better non-reentrant install than junk in packages)
+- release 3
+
 Revision 1.282  2008/08/12 10:50:35  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bind.spec?r1=1.282&r2=1.283&f=u



More information about the pld-cvs-commit mailing list