Fix the installed icon location for the new origin value
This commit is contained in:
parent
b2015c63c0
commit
f7ba0c9d59
@ -1,7 +1,7 @@
|
||||
Summary: Fedora AppStream metadata
|
||||
Name: appstream-data
|
||||
Version: 23
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
BuildArch: noarch
|
||||
License: CC0 and CC-BY and CC-BY-SA and GFDL
|
||||
URL: https://github.com/hughsie/createrepo_as
|
||||
@ -21,21 +21,25 @@ createrepo_as and the extra data in fedora-appstream.
|
||||
|
||||
%install
|
||||
|
||||
DESTDIR=%{buildroot} appstream-util install \
|
||||
DESTDIR=%{buildroot} appstream-util install-origin fedora \
|
||||
%{SOURCE1} %{SOURCE2} %{SOURCE3} \
|
||||
%{SOURCE4} %{SOURCE5} %{SOURCE6}
|
||||
|
||||
%files
|
||||
%attr(0644,root,root) %{_datadir}/app-info/xmls/*
|
||||
%{_datadir}/app-info/icons/fedora-%{version}/*/*.png
|
||||
%{_datadir}/app-info/icons/fedora/*/*.png
|
||||
%dir %{_datadir}/app-info
|
||||
%dir %{_datadir}/app-info/icons
|
||||
%dir %{_datadir}/app-info/icons/fedora-%{version}
|
||||
%dir %{_datadir}/app-info/icons/fedora-%{version}/64x64
|
||||
%dir %{_datadir}/app-info/icons/fedora-%{version}/128x128
|
||||
%dir %{_datadir}/app-info/icons/fedora
|
||||
%dir %{_datadir}/app-info/icons/fedora/64x64
|
||||
%dir %{_datadir}/app-info/icons/fedora/128x128
|
||||
%dir %{_datadir}/app-info/xmls
|
||||
|
||||
%changelog
|
||||
* Tue May 26 2015 Richard Hughes <richard@hughsie.com> 23-2
|
||||
- New metadata version
|
||||
- Fix the installed icon location for the new origin value
|
||||
|
||||
* Mon May 11 2015 Richard Hughes <richard@hughsie.com> 23-1
|
||||
- New metadata version
|
||||
- Debundle the appstream-extra files
|
||||
|
4
sources
4
sources
@ -1,5 +1,5 @@
|
||||
5c094a958b6e98888f1683063f89aab7 fedora-23.xml.gz
|
||||
94babca67427a3977ccadbe39ae50d67 fedora-23-icons.tar.gz
|
||||
b3488f9d7a5346419545daf78e5382a1 fedora-23.xml.gz
|
||||
9fb0a00b6ca95ecc39b63ba645a19b96 fedora-23-icons.tar.gz
|
||||
5d6f23ad9b21458df8b87be37f1f67b2 adobe-flash.xml
|
||||
7ca7d85c60d2846737632bb47b3e2d03 gstreamer-non-free.xml
|
||||
78cbeba4694c6358c85c23b273e2f4ba other-repos.xml
|
||||
|
Loading…
Reference in New Issue
Block a user