Hello community,

here is the log from the commit of package libmpcdec for openSUSE:Factory 
checked in at 2015-07-21 13:26:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmpcdec (Old)
 and      /work/SRC/openSUSE:Factory/.libmpcdec.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmpcdec"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmpcdec/libmpcdec.changes      2013-01-02 
12:58:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmpcdec.new/libmpcdec.changes 2015-07-21 
13:26:45.000000000 +0200
@@ -1,0 +2,12 @@
+Fri Jul 17 14:55:32 UTC 2015 - [email protected]
+
+- Add baselibs.conf as source
+
+-------------------------------------------------------------------
+Tue Jul 14 12:33:26 UTC 2015 - [email protected]
+
+- Update source url
+- Explicitly depend on autoconf/automake
+- Cleanup spec file with spec-clener
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libmpcdec.spec ++++++
--- /var/tmp/diff_new_pack.m5zlKB/_old  2015-07-21 13:26:45.000000000 +0200
+++ /var/tmp/diff_new_pack.m5zlKB/_new  2015-07-21 13:26:45.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmpcdec
 #
-# Copyright (c) 2012 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
@@ -19,16 +19,19 @@
 Name:           libmpcdec
 Version:        1.2.6
 Release:        0
-Url:            http://www.musepack.net/
 Summary:        Musepack Audio Decoder
 License:        BSD-3-Clause
 Group:          System/Libraries
-Source:         http://files2.musepack.net/source/%{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Url:            http://www.musepack.net/
+Source0:        http://files.musepack.net/source/%{name}-%{version}.tar.bz2
+Source1:        baselibs.conf
 Patch0:         libmpcdec-1.2.6-nosamples.patch
 Patch1:         libmpcdec-byteswap.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Musepack is an audio compression format with a strong emphasis on high
@@ -45,16 +48,6 @@
 low bit rate tuning has gone into the codec, unlike that of AAC,
 Vorbis, WMA, and others that focus more on this region.
 
-
-
-Authors:
---------
-    Andree Buschmann
-    Frank Klemm
-    Peter Pawlowski
-    Benoit Amiaux
-    Miles Egan
-
 %package -n libmpcdec5
 Summary:        Musepack Audio Decoder
 Group:          System/Libraries
@@ -77,16 +70,6 @@
 low bit rate tuning has gone into the codec, unlike that of AAC,
 Vorbis, WMA, and others that focus more on this region.
 
-
-
-Authors:
---------
-    Andree Buschmann
-    Frank Klemm
-    Peter Pawlowski
-    Benoit Amiaux
-    Miles Egan
-
 %package devel
 Summary:        Musepack Audio Decoder
 Group:          Development/Libraries/C and C++
@@ -108,32 +91,22 @@
 low bitrate tuning has gone into the codec, opposite to that of AAC,
 Vorbis, WMA and others which focus more on this region.
 
-
-
-Authors:
---------
-    Andree Buschmann
-    Frank Klemm
-    Peter Pawlowski
-    Benoit Amiaux
-    Miles Egan
-
 %prep
 %setup -q
 %patch0
 %patch1
+
 %build
-autoreconf -fi
-%configure --disable-static --with-pic
-%{__make} %{?jobs:-j%jobs}
+autoreconf -fiv
+%configure \
+  --disable-static \
+  --with-pic
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 #empty dependency_libs
-%{__rm} -f %{buildroot}%{_libdir}/*.la
-
-%clean
-%{__rm} -rf %{buildroot}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libmpcdec5 -p /sbin/ldconfig
 


Reply via email to