don't ship .la files
This commit is contained in:
parent
119111c329
commit
319e98046a
@ -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 <mclasen@redhat.com> - 1:2.29.3-3
|
||||
- Don't ship .la files
|
||||
|
||||
* Tue Dec 1 2009 Brian Pepple <bpepple@fedoraproject.org> - 1:2.29.3-2
|
||||
- Rebase fix python path patch.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user