remove various old cruft
This commit is contained in:
parent
ecf062e059
commit
56c96c7c40
@ -379,21 +379,13 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
|
||||
# makeinstall macro won't work here - libexec is overriden
|
||||
make DESTDIR=%{buildroot} install
|
||||
|
||||
# "make install" doesn't install appdata file as of version 2.8.8
|
||||
install -D -m 0644 desktop/gimp.appdata.xml \
|
||||
%{buildroot}%{_datadir}/appdata/gimp.appdata.xml
|
||||
|
||||
# remove rpaths
|
||||
find %buildroot -type f -print0 | xargs -0 -L 20 chrpath --delete --keepgoing 2>/dev/null || :
|
||||
|
||||
%ifos linux
|
||||
# remove .la files
|
||||
find %buildroot -name \*.la -exec %__rm -f {} \;
|
||||
%endif
|
||||
|
||||
#
|
||||
# Plugins and modules change often (grab the executeable ones)
|
||||
@ -617,6 +609,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
* Wed Feb 12 2014 Nils Philippsen <nils@redhat.com>
|
||||
- remove BRs contained in the minimal build environment
|
||||
- group BRs into libraries and tools
|
||||
- remove various old cruft
|
||||
|
||||
* Wed Dec 04 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.10-4
|
||||
- avoid buffer overflows in file-xwd plug-in (CVE-2013-1913, CVE-2013-1978)
|
||||
|
Loading…
Reference in New Issue
Block a user