SPECS: DirectFB.spec - don't include *.so in -static

qboosh qboosh at pld-linux.org
Sun Mar 11 12:05:48 CET 2007


Author: qboosh                       Date: Sun Mar 11 11:05:48 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't include *.so in -static

---- Files affected:
SPECS:
   DirectFB.spec (1.75 -> 1.76) 

---- Diffs:

================================================================
Index: SPECS/DirectFB.spec
diff -u SPECS/DirectFB.spec:1.75 SPECS/DirectFB.spec:1.76
--- SPECS/DirectFB.spec:1.75	Mon Feb 12 22:21:30 2007
+++ SPECS/DirectFB.spec	Sun Mar 11 12:05:43 2007
@@ -368,11 +368,11 @@
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
-%{dfbdir}/gfxdrivers/*.*[ao]
-%{dfbdir}/inputdrivers/*.*[ao]
-%{dfbdir}/interfaces/*/*.*[ao]
-%{dfbdir}/systems/*.*[ao]
-%{dfbdir}/wm/*.*[ao]
+%{dfbdir}/gfxdrivers/*.[alo]*
+%{dfbdir}/inputdrivers/*.[alo]*
+%{dfbdir}/interfaces/*/*.[alo]*
+%{dfbdir}/systems/*.[alo]*
+%{dfbdir}/wm/*.[alo]*
 
 %files doc
 %defattr(644,root,root,755)
@@ -421,6 +421,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.76  2007/03/11 11:05:43  qboosh
+- don't include *.so in -static
+
 Revision 1.75  2007/02/12 21:21:30  glen
 - tabs in preamle
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/DirectFB.spec?r1=1.75&r2=1.76&f=u



More information about the pld-cvs-commit mailing list