use %buildroot macro consistently again
This commit is contained in:
parent
cf882f2977
commit
a4bc69f98f
@ -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.
|
# 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/a.png \
|
||||||
https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/gimp/b.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
|
%changelog
|
||||||
* Thu Jul 16 2015 Nils Philippsen <nils@redhat.com> - 2:2.8.14-2
|
* Thu Jul 16 2015 Nils Philippsen <nils@redhat.com> - 2:2.8.14-2
|
||||||
- fix linking problem
|
- fix linking problem
|
||||||
|
- use %%buildroot macro consistently again
|
||||||
|
|
||||||
* Tue Jul 14 2015 Nils Philippsen <nils@redhat.com> - 2:2.8.14-2
|
* Tue Jul 14 2015 Nils Philippsen <nils@redhat.com> - 2:2.8.14-2
|
||||||
- avoid destroying dialog and occasional crashes while exporting (#1215905)
|
- avoid destroying dialog and occasional crashes while exporting (#1215905)
|
||||||
|
Loading…
Reference in New Issue
Block a user