From 56c96c7c40a1cd07b36f7b29394893583796b5e8 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Wed, 12 Feb 2014 17:52:10 +0100 Subject: [PATCH] remove various old cruft --- gimp.spec | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/gimp.spec b/gimp.spec index 64f1f5a..bb0e196 100644 --- a/gimp.spec +++ b/gimp.spec @@ -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 - remove BRs contained in the minimal build environment - group BRs into libraries and tools +- remove various old cruft * Wed Dec 04 2013 Nils Philippsen - 2:2.8.10-4 - avoid buffer overflows in file-xwd plug-in (CVE-2013-1913, CVE-2013-1978)