From aed901713b2825c6500211501cb29b019780fc74 Mon Sep 17 00:00:00 2001 From: James Antill Date: Thu, 26 May 2022 00:52:01 -0400 Subject: [PATCH] Auto sync2gitlab import of appstream-data-8-20200724.el8.src.rpm --- .gitignore | 4 + EMPTY | 1 - adobe-flash.xml | 21 ++ appstream-data.spec | 99 +++++++ fedora-categories.xml | 601 +++++++++++++++++++++++++++++++++++++++++ fedora-popular.xml | 89 ++++++ gstreamer-non-free.xml | 143 ++++++++++ other-repos.xml | 52 ++++ sources | 4 + 9 files changed, 1013 insertions(+), 1 deletion(-) create mode 100644 .gitignore delete mode 100644 EMPTY create mode 100644 adobe-flash.xml create mode 100644 appstream-data.spec create mode 100644 fedora-categories.xml create mode 100644 fedora-popular.xml create mode 100644 gstreamer-non-free.xml create mode 100644 other-repos.xml create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b487193 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/epel-8-20200724-icons.tar.gz +/epel-8-20200724.xml.gz +/rhel-8-20200724-icons.tar.gz +/rhel-8-20200724.xml.gz diff --git a/EMPTY b/EMPTY deleted file mode 100644 index 0519ecb..0000000 --- a/EMPTY +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/adobe-flash.xml b/adobe-flash.xml new file mode 100644 index 0000000..92b5948 --- /dev/null +++ b/adobe-flash.xml @@ -0,0 +1,21 @@ + + + + + flash-player-properties.desktop + flash-plugin + CC0-1.0 + Adobe Flash + Codec for multimedia and rich content + +

+ Adobe Flash Player is for running rich Internet applications and + for watching streaming video and listening to audio. +

+
+ Proprietary + epiphany.desktop + firefox.desktop + midori.desktop +
+
diff --git a/appstream-data.spec b/appstream-data.spec new file mode 100644 index 0000000..e38f8db --- /dev/null +++ b/appstream-data.spec @@ -0,0 +1,99 @@ +%define gitdate 20200724 + +Summary: Cached AppStream metadata +Name: appstream-data +Version: 8 +Release: %{gitdate}%{?dist} +BuildArch: noarch +License: CC0 and CC-BY and CC-BY-SA and GFDL +URL: http://people.redhat.com/rhughes/metadata/ +Source1: http://people.redhat.com/rhughes/metadata/rhel-%{version}-%{gitdate}.xml.gz +Source2: http://people.redhat.com/rhughes/metadata/rhel-%{version}-%{gitdate}-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/fedora-categories.xml +Source7: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/fedora-popular.xml + +# extra applications not in RHEL +Source9: http://people.redhat.com/rhughes/metadata/epel-%{version}-%{gitdate}.xml.gz +Source10: http://people.redhat.com/rhughes/metadata/epel-%{version}-%{gitdate}-icons.tar.gz + +# This is built using: +# dnf install fuse-sshfs -y +# sshfs user@host:/mnt/mirror/RHEL mnt +# dnf reposync --setopt=*.module_hotfixes=1 --repo rhel-8-baseos -p mnt/ &> rhel-8-baseos.log +# dnf reposync --setopt=*.module_hotfixes=1 --repo rhel-8-appstream -p mnt/ &> rhel-8-appstream.log +# dnf reposync --setopt=*.module_hotfixes=1 --repo rhel-8-crb -p mnt/ &> rhel-8-crb.log +# https://github.com/hughsie/appstream-scripts/blob/master/rhel/rhel-8.1-candidate.sh +# +# [rhel-8-baseos] +# name=Nightly Packages for Enterprise Linux 8 +# baseurl=http://download.eng.brq.redhat.com/composes/nightly/latest-RHEL-8/compose/BaseOS/x86_64/os/ +# enabled=1 +# gpgcheck=0 +# +# [rhel-8-appstream] +# name=Nightly Packages for Enterprise Linux 8 +# baseurl=http://download.eng.brq.redhat.com/composes/nightly/latest-RHEL-8/compose/AppStream/x86_64/os/ +# enabled=1 +# gpgcheck=0 +# +# [rhel-8-crb] +# name=Nightly Packages for Enterprise Linux 8 +# baseurl=http://download.eng.brq.redhat.com/composes/nightly/latest-RHEL-8/compose/CRB/x86_64/os/ +# enabled=1 +# gpgcheck=0 + +BuildRequires: libappstream-glib + +%description +This package provides the distribution specific AppStream metadata required +for the GNOME and KDE software centers. + +%install + +DESTDIR=%{buildroot} appstream-util install-origin rhel-%{version} %{SOURCE1} %{SOURCE2} +DESTDIR=%{buildroot} appstream-util install-origin epel-%{version} %{SOURCE9} %{SOURCE10} +DESTDIR=%{buildroot} appstream-util install \ + %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} + +%files +%attr(0644,root,root) %{_datadir}/app-info/xmls/* +%{_datadir}/app-info/icons/rhel-%{version}/*/*.png +%{_datadir}/app-info/icons/epel-%{version}/*/*.png +%dir %{_datadir}/app-info +%dir %{_datadir}/app-info/icons +%dir %{_datadir}/app-info/icons/rhel-%{version}/64x64 +%dir %{_datadir}/app-info/icons/rhel-%{version}/128x128 +%dir %{_datadir}/app-info/icons/epel-%{version}/64x64 +%dir %{_datadir}/app-info/icons/epel-%{version}/128x128 +%dir %{_datadir}/app-info/xmls + +%changelog +* Fri Jul 24 2020 Richard Hughes 8-20200724 +- Regenerate the RHEL metadata to include the EPEL apps too +- Resolves: #1844488 + +* Tue Jun 30 2020 Richard Hughes 8-20200630 +- Regenerate the RHEL metadata +- Resolves: #1844488 + +* Fri Nov 29 2019 Richard Hughes 8-20191129 +- Regenerate the RHEL metadata to include the latest evince changes +- Resolves: #1768461 + +* Mon Aug 05 2019 Richard Hughes 8-20190805 +- Regenerate the RHEL metadata to include the latest cockpit changes +- Resolves: #1673011 + +* Fri Jul 19 2019 Richard Hughes 8-20190719 +- Regenerate the RHEL metadata +- Resolves: #1673011 + +* Fri Jul 20 2018 Richard Hughes 8-20180721 +- Regenerate the RHEL metadata using rhel-8.0-appstream + +* Thu Jul 19 2018 Richard Hughes 8-20180720 +- Regenerate the RHEL metadata using rhel-8.0-candidate + diff --git a/fedora-categories.xml b/fedora-categories.xml new file mode 100644 index 0000000..ea5f39a --- /dev/null +++ b/fedora-categories.xml @@ -0,0 +1,601 @@ + + + + + + org.kde.amarok.desktop + + AudioVideo + Featured + + + + org.gnome.Cheese.desktop + + AudioVideo + Featured + + + + org.gnome.Totem.desktop + + AudioVideo + Featured + + + + org.pitivi.Pitivi + + AudioVideo + Featured + + + + org.videolan.vlc + + AudioVideo + Featured + + + + ardour5.desktop + + AudioVideo + Featured + + + + org.audacityteam.Audacity + + AudioVideo + Featured + + + + brasero.desktop + + AudioVideo + Featured + + + + easytag.desktop + + AudioVideo + Featured + + + + org.gnome.Music.desktop + + AudioVideo + Featured + + + + rhythmbox.desktop + + AudioVideo + Featured + + + + com.rosegardenmusic.rosegarden.desktop + + AudioVideo + Featured + + + + org.gnome.SoundJuicer.desktop + + AudioVideo + Featured + + + + org.gnome.Builder.desktop + + Development + Featured + + + + org.gnome.Devhelp.desktop + + Development + Featured + + + + org.gnome.dfeet.desktop + + Development + Featured + + + + eclipse.desktop + + Development + Featured + + + + org.gnome.gitg + + Development + Featured + + + + glade.desktop + + Development + Featured + + + + monodevelop.desktop + + Development + Featured + + + + org.gnome.gedit.desktop + + Development + Featured + + + + celestia.desktop + + Science + Featured + + + + com.play0ad.zeroad + + Game + Featured + + + + btanks.desktop + + Game + Featured + + + + io.github.endless_sky.endless_sky + + Game + Featured + + + + frozen-bubble.desktop + + Game + Featured + + + + org.gnome.Chess + + Game + Featured + + + + org.gnome.Mahjongg + + Game + Featured + + + + org.gnome.Mines + + Game + Featured + + + + org.gnome.Sudoku + + Game + Featured + + + + org.gnome.Tetravex + + Game + Featured + + + + org.gnome.Reversi + + Game + Featured + + + + org.gnome.LightsOff + + Game + Featured + + + + neverball.desktop + + Game + Featured + + + + openarena.desktop + + Game + Featured + + + + org.gnome.Quadrapassel + + Game + Featured + + + + redeclipse.desktop + + Game + Featured + + + + sol.desktop + + Game + Featured + + + + supertuxkart.desktop + + Game + Featured + + + + org.gnome.SwellFoop.desktop + + Game + Featured + + + + tremulous.desktop + + Game + Featured + + + + org.wesnoth.Wesnoth.desktop + + Game + Featured + + + + xonotic.desktop + + Game + Featured + + + + org.blender.Blender + + Graphics + Featured + + + + darktable.desktop + + Graphics + Featured + + + + org.gimp.GIMP + + Graphics + Featured + + + + org.inkscape.Inkscape + + Graphics + Featured + + + + libreoffice-draw.desktop + + Graphics + Featured + + + + mypaint.desktop + + Graphics + Featured + + + + org.gnome.font-viewer.desktop + + Graphics + Featured + + + + scribus.desktop + + Graphics + Featured + + + + org.gnome.Shotwell.desktop + + Graphics + Featured + + + + simple-scan.desktop + + Graphics + Featured + + + + chromium-browser.desktop + + Network + Featured + + + + org.gnome.Epiphany.desktop + + Network + Featured + + + + firefox.desktop + + Network + Featured + + + + org.gnome.Geary.desktop + + Network + Featured + + + + mozilla-thunderbird.desktop + + Network + Featured + + + + org.gnome.Polari.desktop + + Network + Featured + + + + pidgin.desktop + + Network + Featured + + + + transmission-gtk.desktop + + Network + Featured + + + + vinagre.desktop + + Network + Featured + + + + abiword.desktop + + Office + Featured + + + + homebank.desktop + + Office + Featured + + + + org.gnome.Evolution.desktop + + Office + Featured + + + + org.gnome.Geary.desktop + + Office + Featured + + + + org.gnucash.GnuCash + + Office + Featured + + + + gnumeric.desktop + + Office + Featured + + + + org.gramps.gramps + + Office + Featured + + + + libreoffice-calc.desktop + + Office + Featured + + + + libreoffice-impress.desktop + + Office + Featured + + + + libreoffice-writer.desktop + + Office + Featured + + + + lyx.desktop + + Office + Featured + + + + org.octave.Octave.desktop + + Education + Featured + + + + org.stellarium.Stellarium + + Education + Featured + + + + org.gnome.DiskUtility.desktop + + Utility + Featured + + + + gparted.desktop + + Utility + Featured + + + + org.gnome.Boxes.desktop + + Utility + Featured + + + + virt-manager.desktop + + Utility + Featured + + + + org.gnome.Notes.desktop + + Utility + Featured + + + + org.gnome.clocks.desktop + + Utility + Featured + + + + org.gnome.Documents.desktop + + Utility + Featured + + + + org.gnome.Photos.desktop + + Utility + Featured + + + + workrave.desktop + + Utility + Featured + + + + openshot-qt + + Utility + Featured + + + + diff --git a/fedora-popular.xml b/fedora-popular.xml new file mode 100644 index 0000000..79c003f --- /dev/null +++ b/fedora-popular.xml @@ -0,0 +1,89 @@ + + + + + + org.gnome.Notes.desktop + + GnomeSoftware::popular + + + + calibre-gui.desktop + + GnomeSoftware::popular + + + + org.gnucash.GnuCash + + GnomeSoftware::popular + + + + org.inkscape.Inkscape + + GnomeSoftware::popular + + + + mozilla-thunderbird.desktop + + GnomeSoftware::popular + + + + musique.desktop + + GnomeSoftware::popular + + + + org.gnome.Geary.desktop + + GnomeSoftware::popular + + + + org.gnome.Maps.desktop + + GnomeSoftware::popular + + + + pdfmod.desktop + + GnomeSoftware::popular + + + + scribus.desktop + + GnomeSoftware::popular + + + + shutter.desktop + + GnomeSoftware::popular + + + + simple-scan.desktop + + GnomeSoftware::popular + + + + org.stellarium.Stellarium + + GnomeSoftware::popular + + + + transmission-gtk.desktop + + GnomeSoftware::popular + + + diff --git a/gstreamer-non-free.xml b/gstreamer-non-free.xml new file mode 100644 index 0000000..74f99fb --- /dev/null +++ b/gstreamer-non-free.xml @@ -0,0 +1,143 @@ + + + + gstreamer-bad-freeworld + gstreamer1-plugins-bad-freeworld + CC0-1.0 + GStreamer Multimedia Codecs - Non Free + Multimedia playback for Bluray, DTS, MMS, MP3, MPEG-2 AAC, MPEG-4, Mimic and Siren + +

+ This addon includes several additional codecs that are missing + something - perhaps a good code review, some documentation, a set of + tests, a real live maintainer, or some actual wide use. + However, they might be good enough to play your media files. +

+

+ These codecs can be used to encode and decode media files where the + format is patent encumbered. + Although patent encumbered formats like MP3 are sometimes a way of life + you should always try to produce and distribute content using free + formats like Ogg and Theora whenever possible. +

+

+ A codec decodes audio and video for for playback or editing and is also + used for transmission or storage. + Different codecs are used in video-conferencing, streaming media and + video editing applications. +

+
+ application-x-addon + + Addons + Codecs + + + Bluray + DTS + MMS + MP3 + MPEG-2 AAC + MPEG-4 + Mimic + Siren + + LGPL-2.0 and PatentConcern + http://gstreamer.freedesktop.org/ + http://fedoraproject.org/wiki/Multimedia +
+ + gstreamer-libav + gstreamer1-libav + CC0-1.0 + GStreamer Multimedia Codecs - libav + Multimedia playback for a large number of additional formats + +

+ This addon supports a large number of audio and video compression + formats through the use of the libav library. +

+

+ These codecs can be used for encoding 40+ formats (MPEG, DivX, MPEG4, + AC3, DV, ...), decoding 90+ formats (AVI, MPEG, OGG, Matroska, ASF, + ...), demuxing 30+ formats, and handling colorspace conversion. + Some of these formats are patent encumbered. + Although patent encumbered formats like MP3 are sometimes a way of life + you should always try to produce and distribute content using free + formats like Ogg and Theora whenever possible. +

+

+ A codec decodes audio and video for for playback or editing and is also + used for transmission or storage. + Different codecs are used in video-conferencing, streaming media and + video editing applications. +

+
+ application-x-addon + + Addons + Codecs + + + AC-3 + ASF + AVI + DivX + DV + Matroska + MPEG-1 + MPEG-2 + MPEG-4 + OGG + + LGPL-2.0 + http://gstreamer.freedesktop.org/ + http://fedoraproject.org/wiki/Multimedia +
+ + gstreamer-ugly + gstreamer1-plugins-ugly + CC0-1.0 + GStreamer Multimedia Codecs - License Issues + Multimedia playback for AC-3, AMR, AMR, ASF, DVD, H.264/MPEG-4 AVC, MP2, MP3, MPEG-2 and RealMedia + +

+ This addon includes several good quality codecs that are well tested. + These codecs can be used to encode and decode media files where the + format is not patent encumbered. +

+

+ There are some important issues with this addon. + The codecs are not 100% compatible with the license used by the media + framework used on this system. + There may also be possible licensing issues with several codecs. +

+

+ A codec decodes audio and video for for playback or editing and is also + used for transmission or storage. + Different codecs are used in video-conferencing, streaming media and + video editing applications. +

+
+ application-x-addon + + Addons + Codecs + + + AC-3 + AMR-NB + AMR-WB + ASF + DVD + H.264/MPEG-4 AVC + MP2 + MP3 + MPEG-2 + RealMedia + + LGPL-2.0 and PatentConcern + http://gstreamer.freedesktop.org/ + http://fedoraproject.org/wiki/Multimedia +
+
diff --git a/other-repos.xml b/other-repos.xml new file mode 100644 index 0000000..3974b2f --- /dev/null +++ b/other-repos.xml @@ -0,0 +1,52 @@ + + + + adobe-release-x86_64 + adobe-release-x86_64 + CC0-1.0 + Adobe + Adobe Repository Configuration + + + bjnplugin + bjnplugin + CC0-1.0 + Blue Jeans + Blue Jeans Repository Configuration + + + google-chrome + google-chrome + CC0-1.0 + Google Chrome + Google Chrome Repository Configuration + + + google-earth-stable + google-earth-stable + CC0-1.0 + Google Earth + Google Earth Repository Configuration + + + google-musicmanager-beta + google-musicmanager-beta + CC0-1.0 + Google MusicManager + Google MusicManager Repository Configuration + + + google-talkplugin + google-talkplugin + CC0-1.0 + Google Talk + Google Talk Repository Configuration + + + nautilus-dropbox + nautilus-dropbox + CC0-1.0 + Dropbox + Dropbox Repository Configuration + + diff --git a/sources b/sources new file mode 100644 index 0000000..6c63174 --- /dev/null +++ b/sources @@ -0,0 +1,4 @@ +SHA512 (epel-8-20200724-icons.tar.gz) = d07facf23892ad05cf363e54db75d91ba9a14682a98f9c222bb2eb65870cb73cc6c80d863e975b0dc5bd7dfdc9b1312fd21bea744d72607e9023ff1132909615 +SHA512 (epel-8-20200724.xml.gz) = 168e43f10c6a9e914b6293b2aaefb25e02170b3c3f1534bfd1b50adf9c247e9e757c711147c5307f74c70f27e5299f0cf16141e20ad09ed741d3ff8191a85570 +SHA512 (rhel-8-20200724-icons.tar.gz) = fabe984617e26911f306d4aae527959e8c2a4f68c1d4a12fe3bbbfbad2a6c941f34d92f2935dd68d3ea4f2ffba5f70770604aa1f7a93eda30d9d0b850c47eeed +SHA512 (rhel-8-20200724.xml.gz) = f889804a07906345dfef1a6b00fd91b1b43edb9a4897e108e844f2ba99cf882cdcd7444f0721d04982a506b253cd25989eacb952bc8460a811aac11a6fcdca58