Hello community,

here is the log from the commit of package wavpack for openSUSE:Factory checked 
in at 2012-02-16 16:24:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wavpack (Old)
 and      /work/SRC/openSUSE:Factory/.wavpack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wavpack", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wavpack/wavpack.changes  2011-11-25 
23:06:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wavpack.new/wavpack.changes     2012-02-16 
16:25:02.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:57:33 UTC 2012 - [email protected]
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------

New:
----
  wavpack-fix_pkgconfig.patch

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

Other differences:
------------------
++++++ wavpack.spec ++++++
--- /var/tmp/diff_new_pack.QbJml9/_old  2012-02-16 16:25:04.000000000 +0100
+++ /var/tmp/diff_new_pack.QbJml9/_new  2012-02-16 16:25:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wavpack
 #
-# 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,21 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           wavpack
-License:        BSD3c
-BuildRequires:  libtool pkgconfig
-Group:          Productivity/Multimedia/Sound/Editors and Convertors
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
 Url:            http://www.wavpack.com/
 Summary:        Free Hybrid Lossless Audio Compression Format
+License:        BSD-3-Clause
+Group:          Productivity/Multimedia/Sound/Editors and Convertors
 Version:        4.60.1
-Release:        1
+Release:        0
+%define soname  1
 Source:         http://www.wavpack.com/%{name}-%{version}.tar.bz2
+# pbleser: fix .pc file by using @libdir@ instead of @prefix@/lib, and remove 
-L$libdir altogether
+Patch1:         wavpack-fix_pkgconfig.patch
 # Name used by third parties before openSUSE 10.3:
 Provides:       WavPack = %{version}-%{release}
-Requires:       libwavpack1 >= %{version}
+Requires:       libwavpack%{soname} >= %{version}
 Obsoletes:      WavPack < %version
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -55,18 +57,11 @@
 the lossy file) provides full lossless restoration. For some users this
 means never having to choose between lossless and lossy compression!
 
-
-
-Authors:
---------
-    David Bryant <[email protected]>
-
-%package -n libwavpack1
-License:        BSD3c
+%package -n libwavpack%{soname}
 Summary:        Free Hybrid Lossless Audio Compression Format
 Group:          System/Libraries
 
-%description -n libwavpack1
+%description -n libwavpack%{soname}
 WavPack is a completely open audio compression format providing
 lossless, high-quality lossy, and a unique hybrid compression mode.
 Although the technology is loosely based on previous versions of
@@ -88,14 +83,7 @@
 the lossy file) provides full lossless restoration. For some users this
 means never having to choose between lossless and lossy compression!
 
-
-
-Authors:
---------
-    David Bryant <[email protected]>
-
 %package devel
-License:        BSD3c
 Summary:        Free Hybrid Lossless Audio Compression Format
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version} glibc-devel
@@ -122,51 +110,49 @@
 the lossy file) provides full lossless restoration. For some users this
 means never having to choose between lossless and lossy compression!
 
-
-
-Authors:
---------
-    David Bryant <[email protected]>
-
 %prep
 %setup -q
+%patch1
 
 %build
-autoreconf -f -i
+autoreconf -fiv
 %configure --disable-static --with-pic
-%{__make} %{?jobs:-j%jobs}
+%{__make} %{?_smp_mflags}
 
 %install
 %makeinstall
 #not needed 
-%{__rm} %{buildroot}%{_libdir}/*.la
+%__rm "%{buildroot}%{_libdir}"/*.la
 
 %check
 make check
 
-%post -n libwavpack1 -p /sbin/ldconfig
+%post   -n libwavpack%{soname} -p /sbin/ldconfig
 
-%postun -n libwavpack1 -p /sbin/ldconfig
+%postun -n libwavpack%{soname} -p /sbin/ldconfig
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+%{?buildroot:%__rm -rf "%{buildroot}"}
 
 %files
 %defattr(-,root,root)
 # AUTHORS NEWS are empty
 %doc ChangeLog README license.txt
-%{_bindir}/*
+%{_bindir}/wavpack
+%{_bindir}/wvgain
+%{_bindir}/wvunpack
 %{_mandir}/man?/*
 
-%files -n libwavpack1
+%files -n libwavpack%{soname}
 %defattr(-,root,root)
-%{_libdir}/*.so.*
+%{_libdir}/libwavpack.so.%{soname}
+%{_libdir}/libwavpack.so.%{soname}.*
 
 %files devel
 %defattr(-,root,root)
 %doc doc/*.*
 %{_includedir}/wavpack
-%{_libdir}/*.so
+%{_libdir}/libwavpack.so
 %{_libdir}/pkgconfig/wavpack.pc
 
 %changelog

++++++ wavpack-fix_pkgconfig.patch ++++++
--- wavpack.pc.in.orig  2011-12-01 00:48:27.306001025 +0100
+++ wavpack.pc.in       2011-12-01 00:48:45.777001024 +0100
@@ -1,5 +1,5 @@
 prefix=@prefix@
-libdir=${prefix}/lib
+libdir=@libdir@
 includedir=${prefix}/include
 
 Name: wavpack
@@ -7,5 +7,5 @@
 Version: @PACKAGE_VERSION@
 Requires:
 Conflicts:
-Libs: -L${libdir} -lwavpack @LIBM@ @ICONV@
+Libs: -lwavpack @LIBM@ @ICONV@
 Cflags: -I${includedir}
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to