Hello community,

here is the log from the commit of package libxspf for openSUSE:Factory checked 
in at 2015-11-28 15:19:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxspf (Old)
 and      /work/SRC/openSUSE:Factory/.libxspf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxspf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxspf/libxspf.changes  2013-03-08 
09:22:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libxspf.new/libxspf.changes     2015-11-28 
15:19:34.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Nov 26 14:30:29 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+- Update dependencies
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libxspf.spec ++++++
--- /var/tmp/diff_new_pack.AG5AMO/_old  2015-11-28 15:19:35.000000000 +0100
+++ /var/tmp/diff_new_pack.AG5AMO/_new  2015-11-28 15:19:35.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libxspf
 #
-# Copyright (c) 2013 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
@@ -17,23 +17,25 @@
 
 
 Name:           libxspf
-Url:            http://libspiff.sourceforge.net/
 Version:        1.2.0
 Release:        0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc-c++
-BuildRequires:  libexpat-devel
-BuildRequires:  libtool
-BuildRequires:  liburiparser-devel >= 0.7.5
-BuildRequires:  pkg-config
 # doxygen
 Summary:        Provides XSPF playlist reading and writing support
 License:        BSD-3-Clause and LGPL-2.1+
 Group:          Development/Libraries/C and C++
+Url:            http://libspiff.sourceforge.net/
 Source:         
http://downloads.xiph.org/releases/xspf/%{name}-%{version}.tar.bz2
 Patch0:         libxspf-1.1.0-gcc44.patch
 Patch1:         libxspf-gcc47.patch
 Patch2:         libxspf-automake.diff
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  libexpat-devel
+BuildRequires:  libtool
+BuildRequires:  liburiparser-devel >= 0.7.5
+BuildRequires:  pkg-config
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 libxspf the replacement for libSpiff brings XSPF playlist reading and
@@ -52,11 +54,6 @@
 * Uses unit testing
 * Liberal license: New BSD license
 
-Authors:
---------
-    Sebastian Pipping, [email protected]
-    Ed Schouten, [email protected]
-
 %package -n    libxspf4
 Summary:        Provides XSPF playlist reading and writing support
 Group:          Development/Libraries/C and C++
@@ -77,11 +74,6 @@
 * Uses unit testing
 * Liberal license: New BSD license
 
-Authors:
---------
-    Sebastian Pipping, [email protected]
-    Ed Schouten, [email protected]
-
 %package -n libxspf-devel
 Summary:        Brings XSPF playlist read and write support to C++ apps
 Group:          Development/Libraries/C and C++
@@ -115,20 +107,18 @@
 
 * Liberal license: New BSD license
 
-
-
-Authors:
---------
-    Sebastian Pipping, [email protected]
-    Ed Schouten, [email protected]
-
 %prep
 %setup -q
-%patch -P 0 -P 1 -P 2 -p1
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fiv
-%configure  --disable-test --enable-static=no --with-pic
+%configure  \
+  --disable-test \
+  --enable-static=no \
+  --with-pic
 #  --enable-doc
 make %{?_smp_mflags}
 
@@ -137,8 +127,8 @@
 # make %{?_smp_mflags} check
 
 %install
-%makeinstall
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libxspf4 -p /sbin/ldconfig
 


Reply via email to