Hello community, here is the log from the commit of package liblo for openSUSE:Factory checked in at 2013-09-04 13:55:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liblo (Old) and /work/SRC/openSUSE:Factory/.liblo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liblo" Changes: -------- --- /work/SRC/openSUSE:Factory/liblo/liblo.changes 2011-11-21 15:46:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.liblo.new/liblo.changes 2013-09-04 13:55:06.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Aug 7 21:17:52 UTC 2013 - [email protected] + +- Implement shlib packaging guidelines: liblo -> liblo0 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liblo.spec ++++++ --- /var/tmp/diff_new_pack.IvAx3G/_old 2013-09-04 13:55:06.000000000 +0200 +++ /var/tmp/diff_new_pack.IvAx3G/_new 2013-09-04 13:55:06.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package liblo # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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,53 +15,53 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: liblo -BuildRequires: doxygen libtool pkgconfig -Summary: Lightweight OSC Implementation -Version: 0.25 -Release: 11 +%define lname liblo0 +Summary: Lightweight Open Sound Control implementation License: GPL-2.0+ -Group: System/Libraries -Source: %{name}-%{version}.tar.bz2 +Group: Development/Libraries/C and C++ +Version: 0.25 +Release: 0 Url: http://plugin.org.uk/liblo/ + +Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: doxygen +BuildRequires: libtool +BuildRequires: pkgconfig %description This is a lightweight, easy-to-use implementation of the OSC protocol (see http://www.cnmat.berkeley.edu/OpenSoundControl/ for details). +%package -n %lname +Summary: Lightweight Open Sound Control implementation +Group: System/Libraries +# O/P added for 13.1 +Obsoletes: liblo < %version-%release +Provides: liblo = %version-%release - -Authors: --------- - Steve Harris <[email protected]> +%description -n %lname +This is a lightweight, easy-to-use implementation of the OSC protocol +(see http://www.cnmat.berkeley.edu/OpenSoundControl/ for details). %package devel -License: GPL-2.0+ Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/C and C++ -Requires: %{name} = %{version} glibc-devel +Requires: %lname = %version %description devel This package contains all necessary include files and libraries needed to develop applications that require these. - - -Authors: --------- - Steve Harris <[email protected]> - %prep %setup -q %build autoreconf -fiv %configure --disable-static --with-pic -%{__make} %{?jobs:-j%jobs} +make %{?_smp_mflags} %install make DESTDIR="$RPM_BUILD_ROOT" install @@ -70,17 +70,13 @@ rm -f examples/Makefile examples/Makefile.in rm -f %{buildroot}%{_libdir}/*.la -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - -%clean -rm -rf $RPM_BUILD_ROOT +%post -n %lname -p /sbin/ldconfig +%postun -n %lname -p /sbin/ldconfig -%files +%files -n %lname %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README -%{_libdir}/lib*.so.* +%{_libdir}/liblo.so.* %files devel %defattr(-,root,root) @@ -88,8 +84,8 @@ %doc examples %{_bindir}/oscdump %{_bindir}/oscsend -%{_libdir}/lib*.so +%{_libdir}/liblo.so %{_includedir}/lo -%{_libdir}/pkgconfig/*.pc +%{_libdir}/pkgconfig/liblo.pc %changelog ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.IvAx3G/_old 2013-09-04 13:55:06.000000000 +0200 +++ /var/tmp/diff_new_pack.IvAx3G/_new 2013-09-04 13:55:06.000000000 +0200 @@ -1 +1,3 @@ -liblo +liblo0 + obsoletes "liblo-<targettype> < <version>" + provides "liblo-<targettype> = <version>" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
