BR: lilv-devel, enables lv2 plugin
use %_metainfodir macro
This commit is contained in:
parent
6d0cde7e41
commit
70358d778f
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Name: gstreamer1-plugins-bad-free
|
Name: gstreamer1-plugins-bad-free
|
||||||
Version: 1.16.0
|
Version: 1.16.0
|
||||||
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||||
Summary: GStreamer streaming media framework "bad" plugins
|
Summary: GStreamer streaming media framework "bad" plugins
|
||||||
|
|
||||||
License: LGPLv2+ and LGPLv2
|
License: LGPLv2+ and LGPLv2
|
||||||
@ -101,7 +101,7 @@ BuildRequires: openal-soft-devel
|
|||||||
BuildRequires: openjpeg2-devel
|
BuildRequires: openjpeg2-devel
|
||||||
## Plugins not ported
|
## Plugins not ported
|
||||||
#BuildRequires: SDL-devel
|
#BuildRequires: SDL-devel
|
||||||
BuildRequires: slv2-devel
|
BuildRequires: lilv-devel
|
||||||
BuildRequires: wildmidi-devel
|
BuildRequires: wildmidi-devel
|
||||||
BuildRequires: zbar-devel
|
BuildRequires: zbar-devel
|
||||||
BuildRequires: zvbi-devel
|
BuildRequires: zvbi-devel
|
||||||
@ -208,8 +208,8 @@ aren't tested well enough, or the code is not of good enough quality.
|
|||||||
#
|
#
|
||||||
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
|
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
|
||||||
#
|
#
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
|
mkdir -p $RPM_BUILD_ROOT%{_metainfodir}
|
||||||
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/gstreamer-bad-free.appdata.xml <<EOF
|
cat > $RPM_BUILD_ROOT%{_metainfodir}/gstreamer-bad-free.appdata.xml <<EOF
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Copyright 2013 Richard Hughes <richard@hughsie.com> -->
|
<!-- Copyright 2013 Richard Hughes <richard@hughsie.com> -->
|
||||||
<component type="codec">
|
<component type="codec">
|
||||||
@ -263,7 +263,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
|||||||
%license COPYING COPYING.LIB
|
%license COPYING COPYING.LIB
|
||||||
%doc AUTHORS README REQUIREMENTS
|
%doc AUTHORS README REQUIREMENTS
|
||||||
|
|
||||||
%{_datadir}/appdata/*.appdata.xml
|
%{_metainfodir}/*.appdata.xml
|
||||||
|
|
||||||
# presets
|
# presets
|
||||||
%dir %{_datadir}/gstreamer-%{majorminor}/presets/
|
%dir %{_datadir}/gstreamer-%{majorminor}/presets/
|
||||||
@ -375,6 +375,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
|||||||
%{_libdir}/gstreamer-%{majorminor}/libgstgsm.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstgsm.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstkms.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstkms.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstladspa.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstladspa.so
|
||||||
|
%{_libdir}/gstreamer-%{majorminor}/libgstlv2.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstopusparse.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstopusparse.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstsndfile.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstsndfile.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstsoundtouch.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstsoundtouch.so
|
||||||
@ -472,6 +473,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 24 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.16.0-2
|
||||||
|
- BR: lilv-devel, enables lv2 plugin
|
||||||
|
- use %%_metainfodir macro
|
||||||
|
|
||||||
* Tue Apr 23 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.0-1
|
* Tue Apr 23 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.0-1
|
||||||
- Update to 1.16.0
|
- Update to 1.16.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user