SPECS: poldek.spec - added -missing-symbol.patch - ghost soname sy...

megabajt megabajt at pld-linux.org
Mon Mar 3 20:25:14 CET 2008


Author: megabajt                     Date: Mon Mar  3 19:25:14 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added -missing-symbol.patch
- ghost soname symlinks

---- Files affected:
SPECS:
   poldek.spec (1.317 -> 1.318) 

---- Diffs:

================================================================
Index: SPECS/poldek.spec
diff -u SPECS/poldek.spec:1.317 SPECS/poldek.spec:1.318
--- SPECS/poldek.spec:1.317	Mon Mar  3 08:12:48 2008
+++ SPECS/poldek.spec	Mon Mar  3 20:25:08 2008
@@ -29,6 +29,7 @@
 Patch2:		%{name}-config.patch
 Patch3:		%{name}-multilib.patch
 Patch4:		%{name}-bug117hack.patch
+Patch5:		%{name}-missing-symbol.patch
 URL:		http://poldek.pld-linux.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -158,6 +159,7 @@
 %patch3 -p1
 %endif
 %patch4 -p0
+%patch5 -p1
 
 # cleanup backups after patching
 find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
@@ -323,7 +325,16 @@
 %if !%{with static}
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libpoclidek.so.*.*.*
+%attr(755,root,root) %{_libdir}/libpoldek.so.*.*.*
+%attr(755,root,root) %{_libdir}/libtndb.so.*.*.*
+%attr(755,root,root) %{_libdir}/libtrurl.so.*.*.*
+%attr(755,root,root) %{_libdir}/libvfile.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libpoclidek.so.0
+%attr(755,root,root) %ghost %{_libdir}/libpoldek.so.2
+%attr(755,root,root) %ghost %{_libdir}/libtndb.so.0
+%attr(755,root,root) %ghost %{_libdir}/libtrurl.so.0
+%attr(755,root,root) %ghost %{_libdir}/libvfile.so.0
 %endif
 
 %files devel
@@ -350,6 +361,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.318  2008-03-03 19:25:08  megabajt
+- added -missing-symbol.patch
+- ghost soname symlinks
+
 Revision 1.317  2008-03-03 07:12:48  arekm
 - rel 0.3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/poldek.spec?r1=1.317&r2=1.318&f=u



More information about the pld-cvs-commit mailing list