- Remove static versions of libraries
This commit is contained in:
parent
7b1529725b
commit
57d8e20542
@ -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 <dmalcolm@redhat.com> - 2.2.2-6
|
||||
- Remove static versions of libraries
|
||||
|
||||
* Thu May 5 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-5
|
||||
- added evolution-2.2.2-fix-new-mail-notify.patch to CVS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user