Hello community,

here is the log from the commit of package ilbc for openSUSE:Factory checked in 
at 2015-05-29 09:55:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ilbc (Old)
 and      /work/SRC/openSUSE:Factory/.ilbc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ilbc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ilbc/ilbc.changes        2011-12-05 
12:43:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ilbc.new/ilbc.changes   2015-05-29 
09:55:04.000000000 +0200
@@ -1,0 +2,5 @@
+Tue May 26 13:26:04 UTC 2015 - [email protected]
+
+- Split package into libilbc0 and ilbc-devel.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ilbc.spec ++++++
--- /var/tmp/diff_new_pack.JePDgO/_old  2015-05-29 09:55:05.000000000 +0200
+++ /var/tmp/diff_new_pack.JePDgO/_new  2015-05-29 09:55:05.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ilbc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           ilbc
 Summary:        Internet Low Bitrate Codec
-Version:        3951
-Release:        99
 License:        GPL-2.0+
 Group:          Productivity/Telephony/Utilities
+Version:        3951
+Release:        0
 Source:         ilbc-rfc3951.tar.bz2
 Url:            
http://download.savannah.nongnu.org/releases/linphone/1.3.x/source/ilbc-rfc3951.tar.gz
 BuildRequires:  libtool
@@ -41,6 +39,31 @@
 delayed IP packets.
 
 
+%define libilbc_name libilbc0
+%package -n %{libilbc_name}
+Summary:        Internet Low Bitrate Codec
+Group:          Productivity/Telephony/Utilities
+Provides:       ilbc = %{version}
+Obsoletes:      ilbc <= %{version}
+
+%description -n %{libilbc_name}
+iLBC (internet Low Bitrate Codec) is a FREE speech codec suitable for
+robust voice communication over IP. The codec is designed for narrow
+band speech and results in a payload bit rate of 13.33 kbit/s with an
+encoding frame length of 30 ms and 15.20 kbps with an encoding length
+of 20 ms. The iLBC codec enables graceful speech quality degradation in
+the case of lost frames, which occurs in connection with lost or
+delayed IP packets.
+
+
+%package devel
+Summary:        Libraries and Header Files to Develop Programs with iLBC 
Support
+Group:          Development/Libraries/C and C++
+Requires:       %{libilbc_name} = %{version}
+
+%description devel
+Libraries and Header Files to Develop Programs with iLBC Support
+
 
 %prep
 %setup -n ilbc-rfc3951
@@ -59,16 +82,20 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
+%post -n %{libilbc_name} -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n %{libilbc_name} -p /sbin/ldconfig
+
+%files -n %{libilbc_name}
+%defattr(-, root, root)
+%{_libdir}/lib%{name}.so.*
 
-%files
+%files devel
 %defattr(-, root, root)
 %{_includedir}/ilbc/iLBC_decode.h
 %{_includedir}/ilbc/iLBC_define.h
 %{_includedir}/ilbc/iLBC_encode.h
-%{_libdir}/lib%{name}.so*
+%{_libdir}/lib%{name}.so
 %dir %{_includedir}/ilbc
 
 %changelog


Reply via email to