Hello community, here is the log from the commit of package portaudio for openSUSE:Factory checked in at 2011-11-24 12:36:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/portaudio (Old) and /work/SRC/openSUSE:Factory/.portaudio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "portaudio", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/portaudio/portaudio.changes 2011-09-23 12:41:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.portaudio.new/portaudio.changes 2011-11-24 11:36:54.000000000 +0100 @@ -1,0 +2,12 @@ +Wed Nov 23 09:30:12 UTC 2011 - [email protected] + +- add libtool as buildrequire to avoid implicit dependency + +------------------------------------------------------------------- +Mon Nov 21 17:17:49 UTC 2011 - [email protected] + +- Remove redundant/unwanted tags/section (cf. specfile guidelines) +- Use %_smp_mflags for parallel building +- Do shlib policy packaging + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ portaudio.spec ++++++ --- /var/tmp/diff_new_pack.bWSkMG/_old 2011-11-24 11:36:58.000000000 +0100 +++ /var/tmp/diff_new_pack.bWSkMG/_new 2011-11-24 11:36:58.000000000 +0100 @@ -15,17 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: portaudio -BuildRequires: alsa-devel doxygen libjack-devel +%define lname libportaudio2 +BuildRequires: alsa-devel doxygen libjack-devel libtool %define package_date 20071207 Summary: Portable Real-Time Audio Library Version: 19 Release: 271 License: BSD3c -Group: System/Libraries +Group: Development/Libraries/C and C++ Source: pa_stable_v19_%{package_date}.tar.bz2 Source1: baselibs.conf Patch: portaudio.diff @@ -45,11 +45,20 @@ Phil Burk Ross Bencina +%package -n %lname +Summary: Portable Real-Time Audio Library +Group: System/Libraries + +%description -n %lname +PortAudio is a portable audio I/O library designed for cross-platform +support of audio. It uses a callback mechanism to request audio +processing. Audio can be generated in various formats, including 32 bit +floating point, and will be converted to the native format internally. + %package devel -License: BSD3c Summary: Development package for the portaudio library Group: Development/Languages/C and C++ -Requires: %{name} = %{version} +Requires: %lname = %version %description devel This package contains the files needed to compile programs that use the @@ -67,21 +76,18 @@ --with-alsa=yes \ --with-jack=yes \ --with-oss=yes -%{__make} %{?jobs:-j%jobs} +make %{?_smp_mflags} doxygen %install make DESTDIR="$RPM_BUILD_ROOT" install rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%post -n %lname -p /sbin/ldconfig -%clean -rm -rf $RPM_BUILD_ROOT +%postun -n %lname -p /sbin/ldconfig -%files +%files -n %lname %defattr(-,root,root) %{_libdir}/lib*.so.* ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.bWSkMG/_old 2011-11-24 11:36:58.000000000 +0100 +++ /var/tmp/diff_new_pack.bWSkMG/_new 2011-11-24 11:36:58.000000000 +0100 @@ -1 +1 @@ -portaudio +libportaudio2 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
