Add optional data to AppStream metadata
This commit is contained in:
parent
2da78ba63b
commit
4d6297730c
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: gstreamer1-plugins-base
|
Name: gstreamer1-plugins-base
|
||||||
Version: 1.5.90
|
Version: 1.5.90
|
||||||
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||||
Summary: GStreamer streaming media framework base plugins
|
Summary: GStreamer streaming media framework base plugins
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -127,6 +127,7 @@ cat > $RPM_BUILD_ROOT%{_datadir}/appdata/gstreamer-base.appdata.xml <<EOF
|
|||||||
<id>gstreamer-base</id>
|
<id>gstreamer-base</id>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<name>GStreamer Multimedia Codecs - Base</name>
|
<name>GStreamer Multimedia Codecs - Base</name>
|
||||||
|
<summary>Multimedia playback for Ogg, Theora and Vorbis</summary>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
This addon includes system codecs that are essential for the running system.
|
This addon includes system codecs that are essential for the running system.
|
||||||
@ -407,6 +408,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 18 2015 Richard Hughes <rhughes@redhat.com> - 1.5.90-2
|
||||||
|
- Add optional data to AppStream metadata.
|
||||||
|
|
||||||
* Wed Aug 19 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-1
|
* Wed Aug 19 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-1
|
||||||
- Update to 1.5.90
|
- Update to 1.5.90
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user