From e9c7196052f27608aac556761a85d7ab166f26ac Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 11 Mar 2007 11:05:43 +0000 Subject: [PATCH] - don't include *.so in -static Changed files: DirectFB.spec -> 1.76 --- DirectFB.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DirectFB.spec b/DirectFB.spec index 1654129..01cf58c 100644 --- a/DirectFB.spec +++ b/DirectFB.spec @@ -367,11 +367,11 @@ rm -rf $RPM_BUILD_ROOT %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) -- 2.44.0