This commit is contained in:
parent
58505c93e9
commit
dfc067b634
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 6 12:00:28 EST 2009 - hfiguiere@novell.com
|
||||||
|
|
||||||
|
- Don't require itself.
|
||||||
|
- The -doc don't require the library.
|
||||||
|
- Split gstreamer-0_10-libnice package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 2 15:54:29 EST 2009 - hfiguiere@novell.com
|
Fri Jan 2 15:54:29 EST 2009 - hfiguiere@novell.com
|
||||||
|
|
||||||
|
32
libnice.spec
32
libnice.spec
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: libnice
|
Name: libnice
|
||||||
Version: 0.0.4
|
Version: 0.0.4
|
||||||
Release: 2
|
Release: 3
|
||||||
License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -43,8 +43,8 @@ Connectivity Establishment standard (ICE).
|
|||||||
%package -n libnice0
|
%package -n libnice0
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libnice0 = %{version}
|
|
||||||
Summary: Interactive Connectivity Establishment implementation
|
Summary: Interactive Connectivity Establishment implementation
|
||||||
|
Recommends: gstreamer-0_10-libnice
|
||||||
|
|
||||||
%description -n libnice0
|
%description -n libnice0
|
||||||
Nice is an implementation of the IETF's draft Interactive Connectivity
|
Nice is an implementation of the IETF's draft Interactive Connectivity
|
||||||
@ -52,11 +52,22 @@ Establishment standard (ICE).
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%package -n gstreamer-0_10-libnice
|
||||||
|
License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||||
|
Group: System/Libraries
|
||||||
|
Summary: Interactive Connectivity Establishment implementation - GStreamer plug-in
|
||||||
|
|
||||||
|
%description -n gstreamer-0_10-libnice
|
||||||
|
libnice is an implementation of the IETF's draft Interactive
|
||||||
|
Connectivity Establishment standard (ICE).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libnice0 = %{version}
|
Requires: libnice0 = %{version}
|
||||||
Summary: Interactive Connectivity Establishment implementation
|
Summary: Interactive Connectivity Establishment implementation - documentation files
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Nice is an implementation of the IETF's draft Interactive Connectivity
|
Nice is an implementation of the IETF's draft Interactive Connectivity
|
||||||
@ -66,9 +77,9 @@ Establishment standard (ICE).
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libnice0 = %{version}
|
Requires: libnice0 = %{version}
|
||||||
Summary: Interactive Connectivity Establishment implementation
|
Summary: Interactive Connectivity Establishment implementation - development files
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Nice is an implementation of the IETF's draft Interactive Connectivity
|
Nice is an implementation of the IETF's draft Interactive Connectivity
|
||||||
@ -105,7 +116,6 @@ rm -f %{buildroot}/%{_libdir}/gstreamer-0.10/*.la
|
|||||||
%files -n libnice0
|
%files -n libnice0
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_libdir}/gstreamer-0.10/*.so
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -117,6 +127,14 @@ rm -f %{buildroot}/%{_libdir}/gstreamer-0.10/*.la
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_datadir}/gtk-doc
|
%{_datadir}/gtk-doc
|
||||||
|
|
||||||
|
%files -n gstreamer-0_10-libnice
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_libdir}/gstreamer-0.10/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 06 2009 hfiguiere@novell.com
|
||||||
|
- Don't require itself.
|
||||||
|
- The -doc don't require the library.
|
||||||
|
- Split gstreamer-0_10-libnice package.
|
||||||
* Fri Jan 02 2009 hfiguiere@novell.com
|
* Fri Jan 02 2009 hfiguiere@novell.com
|
||||||
- Initial packaging.
|
- Initial packaging.
|
||||||
|
Loading…
Reference in New Issue
Block a user