Hello community,

here is the log from the commit of package libcdaudio for openSUSE:Factory 
checked in at 2012-11-28 10:39:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcdaudio (Old)
 and      /work/SRC/openSUSE:Factory/.libcdaudio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcdaudio", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcdaudio/libcdaudio.changes    2011-09-23 
02:07:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libcdaudio.new/libcdaudio.changes       
2012-11-28 10:39:11.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Nov 23 18:53:00 UTC 2012 - jeng...@inai.de
+
+- Employ shared library packaging guidelines
+- Use %_smp_mflags for parallel build
+- Remove redundant tags/sections from specfile
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libcdaudio.spec ++++++
--- /var/tmp/diff_new_pack.NqDtgQ/_old  2012-11-28 10:39:12.000000000 +0100
+++ /var/tmp/diff_new_pack.NqDtgQ/_new  2012-11-28 10:39:12.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcdaudio
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products 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,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           libcdaudio
-License:        GPL-2.0+
-Group:          Productivity/Multimedia/CD/Grabbers
+%define lname   libcdaudio1
 BuildRequires:  pkg-config
 Summary:        Functions to Control Operation of a CD-ROM When Playing Audio 
CDs
+License:        GPL-2.0+
+Group:          Productivity/Multimedia/CD/Grabbers
 Url:            http://libcdaudio.sourceforge.net/
 Version:        0.99.12
-Release:        153
+Release:        0
 Source:         libcdaudio-0.99.12.tar.bz2
 Patch:          libcdaudio-max_matches.diff
 Patch1:         libcdaudio-libdir.diff
@@ -40,13 +39,22 @@
 operation of a CD-ROM when playing audio CDs.  It also contains
 functions for CDDB and CD index lookup.
 
+%package -n %lname
+Summary:        Functions to control oepration of a CD-ROM while playing audio 
CDs
+Group:          System/Libraries
+# O/P added in 12.3
+Provides:       %name = %version-%release
+Obsoletes:      %name < %version-%release
 
+%description -n %lname
+libcdaudio is a library designed to provide functions to control
+operation of a CD-ROM when playing audio CDs.  It also contains
+functions for CDDB and CD index lookup.
 
 %package devel
-License:        GPL-2.0+
-Group:          Development/Libraries/C and C++
-Requires:       %{name} = %{version}
+Requires:       %lname = %version
 Summary:        Provide functions to control operation of a CD-ROM when 
playing audio CDs
+Group:          Development/Libraries/C and C++
 
 %description devel
 libcdaudio is a library designed to provide functions to control
@@ -65,24 +73,21 @@
 %patch5
 
 %build
-CFLAGS="$RPM_OPT_FLAGS"
 %configure --disable-static --with-pic
-%{__make} -k
+make %{?_smp_mflags} -k
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
+rm -f "%buildroot/%_libdir"/*.la
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%files
+%files -n %lname
 %defattr(-, root, root)
 %doc README
-%_libdir/libcdaudio*so.*
+%_libdir/libcdaudio.so.1*
 
 %files devel
 %defattr(-, root, root)
@@ -90,7 +95,6 @@
 /usr/include/cdaudio.h
 %_libdir/pkgconfig/libcdaudio.pc
 /usr/share/aclocal/libcdaudio.m4
-%{_libdir}/libcdaudio*.so
-%exclude %{_libdir}/*.la
+%{_libdir}/libcdaudio.so
 
 %changelog

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.NqDtgQ/_old  2012-11-28 10:39:12.000000000 +0100
+++ /var/tmp/diff_new_pack.NqDtgQ/_new  2012-11-28 10:39:12.000000000 +0100
@@ -1 +1,3 @@
-libcdaudio
+libcdaudio1
+       provides "libcdaudio = %version-%release"
+       obsoletes "libcdaudio < %version-%release"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to