New metadata version
This commit is contained in:
parent
6f15ad1460
commit
b2015c63c0
6
.gitignore
vendored
6
.gitignore
vendored
@ -2,3 +2,9 @@
|
|||||||
/fedora-21.xml.gz
|
/fedora-21.xml.gz
|
||||||
/fedora-22-icons.tar.gz
|
/fedora-22-icons.tar.gz
|
||||||
/fedora-22.xml.gz
|
/fedora-22.xml.gz
|
||||||
|
/fedora-23.xml.gz
|
||||||
|
/fedora-23-icons.tar.gz
|
||||||
|
/adobe-flash.xml
|
||||||
|
/gstreamer-non-free.xml
|
||||||
|
/other-repos.xml
|
||||||
|
/webapps.xml
|
||||||
|
@ -1,12 +1,16 @@
|
|||||||
Summary: Fedora AppStream metadata
|
Summary: Fedora AppStream metadata
|
||||||
Name: appstream-data
|
Name: appstream-data
|
||||||
Version: 22
|
Version: 23
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
License: CC0 and CC-BY and CC-BY-SA and GFDL
|
License: CC0 and CC-BY and CC-BY-SA and GFDL
|
||||||
URL: https://github.com/hughsie/createrepo_as
|
URL: https://github.com/hughsie/createrepo_as
|
||||||
Source1: https://alt.fedoraproject.org/pub/alt/screenshots/f22/fedora-%{version}.xml.gz
|
Source1: https://alt.fedoraproject.org/pub/alt/screenshots/f23/fedora-%{version}.xml.gz
|
||||||
Source2: https://alt.fedoraproject.org/pub/alt/screenshots/f22/fedora-%{version}-icons.tar.gz
|
Source2: https://alt.fedoraproject.org/pub/alt/screenshots/f23/fedora-%{version}-icons.tar.gz
|
||||||
|
Source3: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/adobe-flash.xml
|
||||||
|
Source4: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/gstreamer-non-free.xml
|
||||||
|
Source5: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/other-repos.xml
|
||||||
|
Source6: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/webapps.xml
|
||||||
|
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
|
|
||||||
@ -17,7 +21,9 @@ createrepo_as and the extra data in fedora-appstream.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
DESTDIR=%{buildroot} appstream-util install %{SOURCE1} %{SOURCE2}
|
DESTDIR=%{buildroot} appstream-util install \
|
||||||
|
%{SOURCE1} %{SOURCE2} %{SOURCE3} \
|
||||||
|
%{SOURCE4} %{SOURCE5} %{SOURCE6}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%attr(0644,root,root) %{_datadir}/app-info/xmls/*
|
%attr(0644,root,root) %{_datadir}/app-info/xmls/*
|
||||||
@ -30,6 +36,10 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE1} %{SOURCE2}
|
|||||||
%dir %{_datadir}/app-info/xmls
|
%dir %{_datadir}/app-info/xmls
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 11 2015 Richard Hughes <richard@hughsie.com> 23-1
|
||||||
|
- New metadata version
|
||||||
|
- Debundle the appstream-extra files
|
||||||
|
|
||||||
* Thu Apr 23 2015 Richard Hughes <richard@hughsie.com> 22-7
|
* Thu Apr 23 2015 Richard Hughes <richard@hughsie.com> 22-7
|
||||||
- New metadata version.
|
- New metadata version.
|
||||||
|
|
||||||
|
8
sources
8
sources
@ -1,2 +1,6 @@
|
|||||||
874866233b8b7b55ea972be530928c8f fedora-22-icons.tar.gz
|
5c094a958b6e98888f1683063f89aab7 fedora-23.xml.gz
|
||||||
f890ef99119b36341a0209fb0e7c1e60 fedora-22.xml.gz
|
94babca67427a3977ccadbe39ae50d67 fedora-23-icons.tar.gz
|
||||||
|
5d6f23ad9b21458df8b87be37f1f67b2 adobe-flash.xml
|
||||||
|
7ca7d85c60d2846737632bb47b3e2d03 gstreamer-non-free.xml
|
||||||
|
78cbeba4694c6358c85c23b273e2f4ba other-repos.xml
|
||||||
|
1b474f7dc0d7954286702deab05b03c0 webapps.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user