New metadata version

This commit is contained in:
Richard Hughes 2015-05-11 12:23:21 +01:00
parent 6f15ad1460
commit b2015c63c0
3 changed files with 27 additions and 7 deletions

6
.gitignore vendored
View File

@ -2,3 +2,9 @@
/fedora-21.xml.gz
/fedora-22-icons.tar.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

View File

@ -1,12 +1,16 @@
Summary: Fedora AppStream metadata
Name: appstream-data
Version: 22
Release: 7%{?dist}
Version: 23
Release: 1%{?dist}
BuildArch: noarch
License: CC0 and CC-BY and CC-BY-SA and GFDL
URL: https://github.com/hughsie/createrepo_as
Source1: https://alt.fedoraproject.org/pub/alt/screenshots/f22/fedora-%{version}.xml.gz
Source2: https://alt.fedoraproject.org/pub/alt/screenshots/f22/fedora-%{version}-icons.tar.gz
Source1: https://alt.fedoraproject.org/pub/alt/screenshots/f23/fedora-%{version}.xml.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
@ -17,7 +21,9 @@ createrepo_as and the extra data in fedora-appstream.
%install
DESTDIR=%{buildroot} appstream-util install %{SOURCE1} %{SOURCE2}
DESTDIR=%{buildroot} appstream-util install \
%{SOURCE1} %{SOURCE2} %{SOURCE3} \
%{SOURCE4} %{SOURCE5} %{SOURCE6}
%files
%attr(0644,root,root) %{_datadir}/app-info/xmls/*
@ -30,6 +36,10 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE1} %{SOURCE2}
%dir %{_datadir}/app-info/xmls
%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
- New metadata version.

View File

@ -1,2 +1,6 @@
874866233b8b7b55ea972be530928c8f fedora-22-icons.tar.gz
f890ef99119b36341a0209fb0e7c1e60 fedora-22.xml.gz
5c094a958b6e98888f1683063f89aab7 fedora-23.xml.gz
94babca67427a3977ccadbe39ae50d67 fedora-23-icons.tar.gz
5d6f23ad9b21458df8b87be37f1f67b2 adobe-flash.xml
7ca7d85c60d2846737632bb47b3e2d03 gstreamer-non-free.xml
78cbeba4694c6358c85c23b273e2f4ba other-repos.xml
1b474f7dc0d7954286702deab05b03c0 webapps.xml