OBS User unknown 2009-02-12 17:26:35 +00:00 committed by Git OBS Bridge
parent 58505c93e9
commit dfc067b634
2 changed files with 32 additions and 7 deletions

View File

@ -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

View File

@ -20,7 +20,7 @@
Name: libnice
Version: 0.0.4
Release: 2
Release: 3
License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
Group: System/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -43,8 +43,8 @@ Connectivity Establishment standard (ICE).
%package -n libnice0
License: LGPL v2.1 or later
Group: System/Libraries
Requires: libnice0 = %{version}
Summary: Interactive Connectivity Establishment implementation
Recommends: gstreamer-0_10-libnice
%description -n libnice0
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
License: LGPL v2.1 or later
Group: System/Libraries
Group: Development/Libraries/C and C++
Requires: libnice0 = %{version}
Summary: Interactive Connectivity Establishment implementation
Summary: Interactive Connectivity Establishment implementation - documentation files
%description doc
Nice is an implementation of the IETF's draft Interactive Connectivity
@ -66,9 +77,9 @@ Establishment standard (ICE).
%package devel
License: LGPL v2.1 or later
Group: System/Libraries
Group: Development/Libraries/C and C++
Requires: libnice0 = %{version}
Summary: Interactive Connectivity Establishment implementation
Summary: Interactive Connectivity Establishment implementation - development files
%description devel
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
%defattr(-,root,root,-)
%{_libdir}/*.so.*
%{_libdir}/gstreamer-0.10/*.so
%files devel
%defattr(-,root,root,-)
@ -117,6 +127,14 @@ rm -f %{buildroot}/%{_libdir}/gstreamer-0.10/*.la
%defattr(-,root,root,-)
%{_datadir}/gtk-doc
%files -n gstreamer-0_10-libnice
%defattr(-,root,root,-)
%{_libdir}/gstreamer-0.10/*.so
%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
- Initial packaging.