From a4bc69f98f6a1cbb55112b31c7b1e04507d7df6a Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Jul 16 2015 13:14:17 +0000 Subject: use %buildroot macro consistently again --- diff --git a/gimp.spec b/gimp.spec index f1a9471..c6b4167 100644 --- a/gimp.spec +++ b/gimp.spec @@ -438,7 +438,7 @@ install -D -m0644 macros.gimp %{buildroot}%{_rpmconfigdir}/macros.d/macros.gimp # # See http://people.freedesktop.org/~hughsient/appdata/#screenshots for more details. # -appstream-util replace-screenshots $RPM_BUILD_ROOT%{_datadir}/appdata/gimp.appdata.xml \ +appstream-util replace-screenshots %{buildroot}%{_datadir}/appdata/gimp.appdata.xml \ https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/gimp/a.png \ https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/gimp/b.png @@ -670,6 +670,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog * Thu Jul 16 2015 Nils Philippsen - 2:2.8.14-2 - fix linking problem +- use %%buildroot macro consistently again * Tue Jul 14 2015 Nils Philippsen - 2:2.8.14-2 - avoid destroying dialog and occasional crashes while exporting (#1215905)