split off gstreamer plugins as subpackages
Signed-off-by: Brian Pepple <bpepple@fedoraproject.org>
This commit is contained in:
parent
5205845d18
commit
800696113f
33
libnice.spec
33
libnice.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libnice
|
Name: libnice
|
||||||
Version: 0.1.3
|
Version: 0.1.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: GLib ICE implementation
|
Summary: GLib ICE implementation
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -25,6 +25,24 @@ ICE include the Session Initiation Protocol (SIP) and Jingle, XMPP extension
|
|||||||
for audio/video calls.
|
for audio/video calls.
|
||||||
|
|
||||||
|
|
||||||
|
%package gstreamer
|
||||||
|
Summary: GStreamer plugin for %{name}
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description gstreamer
|
||||||
|
The %{name}-gstreamer package contains a gstreamer 0.10 plugin for %{name}.
|
||||||
|
|
||||||
|
|
||||||
|
%package gstreamer1
|
||||||
|
Summary: GStreamer plugin for %{name}
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description gstreamer1
|
||||||
|
The %{name}-gstreamer1 package contains a gstreamer 1.0 plugin for %{name}.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -68,11 +86,17 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%doc NEWS README COPYING COPYING.LGPL COPYING.MPL
|
%doc NEWS README COPYING COPYING.LGPL COPYING.MPL
|
||||||
%{_bindir}/stunbdc
|
%{_bindir}/stunbdc
|
||||||
%{_bindir}/stund
|
%{_bindir}/stund
|
||||||
%{_libdir}/gstreamer-0.10/libgstnice010.so
|
|
||||||
%{_libdir}/gstreamer-1.0/libgstnice.so
|
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
|
|
||||||
|
%files gstreamer
|
||||||
|
%{_libdir}/gstreamer-0.10/libgstnice010.so
|
||||||
|
|
||||||
|
|
||||||
|
%files gstreamer1
|
||||||
|
%{_libdir}/gstreamer-1.0/libgstnice.so
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
@ -81,6 +105,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 10 2013 Matthias Clasen <mclasen@redhat.com> - 0.1.3-3
|
||||||
|
- Split the gstreamer plugins off in subpackages
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-2
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user