Blame SPECS/appstream-data.spec

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