Add optional data to AppStream metadata
This commit is contained in:
parent
a7f91bed80
commit
da6a97e8c4
@ -14,7 +14,7 @@
|
||||
|
||||
Name: gstreamer1-plugins-bad-free
|
||||
Version: 1.5.90
|
||||
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Release: 3%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Summary: GStreamer streaming media framework "bad" plugins
|
||||
|
||||
License: LGPLv2+ and LGPLv2
|
||||
@ -196,6 +196,7 @@ cat > $RPM_BUILD_ROOT%{_datadir}/appdata/gstreamer-bad-free.appdata.xml <<EOF
|
||||
<id>gstreamer-bad-free</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<name>GStreamer Multimedia Codecs - Extra</name>
|
||||
<summary>Multimedia playback for AIFF, DVB, GSM, ID3, MIDI, MXF and Opus</summary>
|
||||
<description>
|
||||
<p>
|
||||
This addon includes several additional codecs that are missing
|
||||
@ -413,6 +414,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstcamerab
|
||||
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{majorminor}.pc
|
||||
|
||||
%changelog
|
||||
* Fri Sep 18 2015 Richard Hughes <rhughes@redhat.com> - 1.5.90-3
|
||||
- Add optional data to AppStream metadata.
|
||||
|
||||
* Mon Aug 24 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-2
|
||||
- Enable uvch264
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user