diff --git a/gedit.spec b/gedit.spec index d19a7f7..c5cd104 100644 --- a/gedit.spec +++ b/gedit.spec @@ -18,7 +18,7 @@ Summary: Text editor for the GNOME desktop Name: gedit Version: 2.29.3 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 License: GPLv2+ and GFDL Group: Applications/Editors @@ -151,6 +151,7 @@ desktop-file-install --delete-original \ ## clean up all the static libs for plugins (workaround for no -module) /bin/rm -f `find $RPM_BUILD_ROOT%{_libdir}/gedit-2/plugins -name "*.a"` /bin/rm -f `find $RPM_BUILD_ROOT%{_libdir}/gedit-2/plugins -name "*.la"` +/bin/rm -f `find $RPM_BUILD_ROOT%{_libdir}/gedit-2/plugin-loaders -name "*.la"` /bin/rm -rf $RPM_BUILD_ROOT/var/scrollkeeper @@ -230,6 +231,9 @@ fi %changelog +* Thu Dec 3 2009 Matthias Clasen - 1:2.29.3-3 +- Don't ship .la files + * Tue Dec 1 2009 Brian Pepple - 1:2.29.3-2 - Rebase fix python path patch.