Blame SPECS/appstream-data.spec

6b774b
%define gitdate 20190215
f8fb88
f8fb88
Summary:   Cached AppStream metadata
f8fb88
Name:      appstream-data
f8fb88
Version:   8
f8fb88
Release:   %{gitdate}%{?dist}
f8fb88
BuildArch: noarch
f8fb88
License:   CC0 and CC-BY and CC-BY-SA and GFDL
f8fb88
URL:       http://people.redhat.com/rhughes/metadata/
f8fb88
Source1:   http://people.redhat.com/rhughes/metadata/rhel-%{version}-%{gitdate}.xml.gz
f8fb88
Source2:   http://people.redhat.com/rhughes/metadata/rhel-%{version}-%{gitdate}-icons.tar.gz
f8fb88
Source3:   https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/adobe-flash.xml
f8fb88
Source4:   https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/gstreamer-non-free.xml
f8fb88
Source5:   https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/other-repos.xml
f8fb88
Source6:   https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/fedora-categories.xml
f8fb88
Source7:   https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/fedora-popular.xml
f8fb88
f8fb88
# This is built using:
f8fb88
# sshfs user@host:/media/bulk/mirror/RHEL mnt
f8fb88
# reposync --repo rhel-8.0 -p mnt/rhel-8.0-candidate/
f8fb88
# reposync --repo rhel-8.0-appstream -p mnt/rhel-8.0-appstream/
f8fb88
# https://github.com/hughsie/appstream-scripts/blob/master/rhel/rhel-8.0-candidate.sh
f8fb88
#
f8fb88
# [rhel-8.0]
f8fb88
# name=Nightly Packages for Enterprise Linux 8 - $basearch
f8fb88
# baseurl=http://download.eng.brq.redhat.com/composes/nightly/latest-RHEL-8.0/compose/Client/x86_64/os/
f8fb88
# enabled=0
f8fb88
# gpgcheck=0
f8fb88
#
f8fb88
# [rhel-8.0-appstream]
f8fb88
# name=Nightly Packages for Enterprise Linux 8 - $basearch
f8fb88
# baseurl=http://download.eng.brq.redhat.com/composes/nightly/RHEL-8/additional-nightly/latest-RHEL-8/compose/AppStream/x86_64/os/
f8fb88
# enabled=0
f8fb88
# gpgcheck=0
f8fb88
f8fb88
BuildRequires: libappstream-glib
f8fb88
f8fb88
%description
f8fb88
This package provides the distribution specific AppStream metadata required
f8fb88
for the GNOME and KDE software centers.
f8fb88
f8fb88
%install
f8fb88
f8fb88
DESTDIR=%{buildroot} appstream-util install-origin rhel-8 %{SOURCE1} %{SOURCE2}
f8fb88
DESTDIR=%{buildroot} appstream-util install \
f8fb88
	%{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7}
f8fb88
f8fb88
%files
f8fb88
%attr(0644,root,root) %{_datadir}/app-info/xmls/*
f8fb88
%{_datadir}/app-info/icons/rhel-%{version}/*/*.png
f8fb88
%dir %{_datadir}/app-info
f8fb88
%dir %{_datadir}/app-info/icons
f8fb88
%dir %{_datadir}/app-info/icons/rhel-%{version}/64x64
f8fb88
%dir %{_datadir}/app-info/icons/rhel-%{version}/128x128
f8fb88
%dir %{_datadir}/app-info/xmls
f8fb88
f8fb88
%changelog
6b774b
* Fri Feb 15 2019 Richard Hughes <richard@hughsie.com> 8-20190215
6b774b
- Regenerate the RHEL metadata using rhel-8.0.0-appstream
6b774b
- Resolves: #1673011
6b774b
f8fb88
* Fri Jul 20 2018 Richard Hughes <richard@hughsie.com> 8-20180721
f8fb88
- Regenerate the RHEL metadata using rhel-8.0-appstream
f8fb88
f8fb88
* Thu Jul 19 2018 Richard Hughes <richard@hughsie.com> 8-20180720
f8fb88
- Regenerate the RHEL metadata using rhel-8.0-candidate
f8fb88