From 57d8e20542ad7ce3bd6bc474b38c33592ba7cbd1 Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Mon, 23 May 2005 20:05:39 +0000 Subject: [PATCH] - Remove static versions of libraries --- evolution.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/evolution.spec b/evolution.spec index 00e1efb..7bb8faf 100644 --- a/evolution.spec +++ b/evolution.spec @@ -28,7 +28,7 @@ ExcludeArch: ppc64 Name: evolution Version: 2.2.2 -Release: 5 +Release: 6 License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://www.ximian.com/ @@ -255,6 +255,9 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL # remove libtool archives for importers and the like find $RPM_BUILD_ROOT/%{_libdir}/evolution -name '*.la' -exec rm {} \; +# remove statically built libraries: +find $RPM_BUILD_ROOT/%{_libdir}/evolution -name '*.a' -exec rm {} \; + # pilot conduits static and libtool bits should go away too rm -f $RPM_BUILD_ROOT/%{_libdir}/gnome-pilot/conduits/*.a rm -f $RPM_BUILD_ROOT/%{_libdir}/gnome-pilot/conduits/*.la @@ -312,7 +315,9 @@ rm -rf $RPM_BUILD_ROOT %dir %{_libdir}/evolution/%{evo_major}/evolution-addressbook-importers/ %{_libdir}/evolution/%{evo_major}/evolution-addressbook-importers/*.so %{_libdir}/evolution/%{evo_major}/*.so.* -%{_libdir}/evolution/%{evo_major}/plugins/* +%{_libdir}/evolution/%{evo_major}/plugins/*.eplug +%{_libdir}/evolution/%{evo_major}/plugins/*.so +%{_libdir}/evolution/%{evo_major}/plugins/*.xml %dir %{_libexecdir}/evolution %{_libexecdir}/evolution/%{evo_major} @@ -327,10 +332,11 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/evolution-%{evo_major} %{_libdir}/pkgconfig/*.pc %{_libdir}/evolution/%{evo_major}/*.so -%{_libdir}/evolution/%{evo_major}/*.a -%{_libdir}/evolution/%{evo_major}/*/*.a %changelog +* Mon May 23 2005 David Malcolm - 2.2.2-6 +- Remove static versions of libraries + * Thu May 5 2005 David Malcolm - 2.2.2-5 - added evolution-2.2.2-fix-new-mail-notify.patch to CVS