2014-06-12 12:34:13 +00:00
|
|
|
Summary: Fedora AppStream metadata
|
|
|
|
Name: appstream-data
|
2023-02-16 13:14:23 +00:00
|
|
|
Version: 39
|
|
|
|
Release: %autorelease
|
2014-06-12 12:34:13 +00:00
|
|
|
BuildArch: noarch
|
2023-02-22 09:35:37 +00:00
|
|
|
License: CC0-1.0 AND CC-BY-1.0 AND CC-BY-SA-1.0 AND GFDL-1.1-or-later
|
2018-01-09 13:11:29 +00:00
|
|
|
URL: https://github.com/hughsie/appstream-glib
|
2019-01-21 09:06:40 +00:00
|
|
|
Source1: https://dl.fedoraproject.org/pub/alt/screenshots/f%{version}/fedora-%{version}.xml.gz
|
|
|
|
Source2: https://dl.fedoraproject.org/pub/alt/screenshots/f%{version}/fedora-%{version}-icons.tar.gz
|
2015-05-11 11:23:21 +00:00
|
|
|
Source3: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/adobe-flash.xml
|
2018-02-15 18:18:05 +00:00
|
|
|
Source4: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/google-chrome.xml
|
|
|
|
Source5: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/gstreamer-non-free.xml
|
|
|
|
Source6: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/other-repos.xml
|
2022-02-02 15:18:23 +00:00
|
|
|
Source7: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/fedora-categories.xml
|
|
|
|
Source8: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/fedora-popular.xml
|
2014-06-12 12:34:13 +00:00
|
|
|
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package provides the distribution specific AppStream metadata required
|
2018-01-09 13:11:29 +00:00
|
|
|
for the GNOME and KDE software centers. The appstream data is built weekly with
|
|
|
|
/usr/bin/appstream-builder, combining the data from RPM packages in official
|
|
|
|
repositories and the extra data in fedora-appstream.
|
2014-06-12 12:34:13 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
|
2016-02-15 15:09:26 +00:00
|
|
|
DESTDIR=%{buildroot} appstream-util install-origin fedora %{SOURCE1} %{SOURCE2}
|
|
|
|
DESTDIR=%{buildroot} appstream-util install \
|
2022-02-02 15:18:23 +00:00
|
|
|
%{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8}
|
2014-06-12 12:34:13 +00:00
|
|
|
|
2016-05-26 13:29:00 +00:00
|
|
|
%check
|
|
|
|
if ! gunzip -c %{buildroot}%{_datadir}/app-info/xmls/fedora.xml.gz | grep -q '<pkgname>gstreamer1-plugin-openh264</pkgname>' ; then
|
|
|
|
echo "missing gstreamer1-plugin-openh264"
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
|
2014-06-12 12:34:13 +00:00
|
|
|
%files
|
|
|
|
%attr(0644,root,root) %{_datadir}/app-info/xmls/*
|
2015-05-26 13:33:09 +00:00
|
|
|
%{_datadir}/app-info/icons/fedora/*/*.png
|
2014-06-12 12:34:13 +00:00
|
|
|
%dir %{_datadir}/app-info
|
|
|
|
%dir %{_datadir}/app-info/icons
|
2015-05-26 13:33:09 +00:00
|
|
|
%dir %{_datadir}/app-info/icons/fedora
|
|
|
|
%dir %{_datadir}/app-info/icons/fedora/64x64
|
|
|
|
%dir %{_datadir}/app-info/icons/fedora/128x128
|
2014-06-12 12:34:13 +00:00
|
|
|
%dir %{_datadir}/app-info/xmls
|
|
|
|
|
|
|
|
%changelog
|
2023-02-16 13:14:23 +00:00
|
|
|
%autochangelog
|