Hello community,

here is the log from the commit of package liblo for openSUSE:Factory checked 
in at 2015-08-01 11:34:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-02-16 
21:15:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.liblo.new/liblo.changes 2015-08-01 
11:34:11.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Jul 14 12:27:07 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Explictitly depend on autoconf/automake
+- Cleanup spec file with spec-clener
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ liblo.spec ++++++
--- /var/tmp/diff_new_pack.uaZjwc/_old  2015-08-01 11:34:12.000000000 +0200
+++ /var/tmp/diff_new_pack.uaZjwc/_new  2015-08-01 11:34:12.000000000 +0200
@@ -16,41 +16,42 @@
 #
 
 
-Name:           liblo
 %define lname  liblo7
+Name:           liblo
+Version:        0.28
+Release:        0
 Summary:        Lightweight Open Sound Control implementation
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
-Version:        0.28
-Release:        0
 Url:            http://plugin.org.uk/liblo/
-
-Source:         %{name}-%{version}.tar.gz
+Source:         
http://downloads.sourceforge.net/liblo/%{name}-%{version}.tar.gz
 Source100:      baselibs.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  doxygen
 BuildRequires:  libtool
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %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
+%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
+Obsoletes:      liblo < %{version}-%{release}
+Provides:       liblo = %{version}-%{release}
 
-%description -n %lname
+%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
 Summary:        Include Files and Libraries mandatory for Development
 Group:          Development/Libraries/C and C++
-Requires:       %lname = %version
+Requires:       %{lname} = %{version}
 
 %description devel
 This package contains all necessary include files and libraries needed
@@ -65,7 +66,9 @@
 #  Autoconf version 2.69 or higher is required
 autoreconf -fiv
 %endif
-%configure --disable-static --with-pic
+%configure \
+  --disable-static \
+  --with-pic
 make %{?_smp_mflags}
 
 %install
@@ -73,12 +76,13 @@
 # remove example binaries
 make -C examples distclean
 rm -f examples/Makefile examples/Makefile.in
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
+
+%post   -n %{lname} -p /sbin/ldconfig
 
-%post   -n %lname -p /sbin/ldconfig
-%postun -n %lname -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
-%files -n %lname
+%files -n %{lname}
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %{_libdir}/liblo.so.*


Reply via email to