Hello community, here is the log from the commit of package freealut for openSUSE:Factory checked in at 2012-11-28 10:19:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/freealut (Old) and /work/SRC/openSUSE:Factory/.freealut.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freealut", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/freealut/freealut.changes 2012-05-10 14:31:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.freealut.new/freealut.changes 2012-11-28 10:19:43.000000000 +0100 @@ -1,0 +2,8 @@ +Sun Nov 25 15:05:48 UTC 2012 - [email protected] + +- Employ shared library packaging guidelines +- Parallel build with %_smp_mflags +- Require pkgconfig so that automatic Provides work +- Remove redundant sections/tags from specfile + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freealut.spec ++++++ --- /var/tmp/diff_new_pack.4yCY1h/_old 2012-11-28 10:19:45.000000000 +0100 +++ /var/tmp/diff_new_pack.4yCY1h/_new 2012-11-28 10:19:45.000000000 +0100 @@ -17,36 +17,41 @@ Name: freealut -BuildRequires: openal-devel +%define lname libalut0 Version: 1.1.0 Release: 0 Url: http://connect.creativelabs.com/openal/default.aspx Summary: freealut is a free implementation of OpenAL's ALUT standard License: LGPL-2.1+ -Group: System/Libraries +Group: Development/Libraries/C and C++ + Source: %{name}-%{version}.tar.bz2 Source2: baselibs.conf -BuildRoot: %{_tmppath}/%{name}-%{version}-build Patch: freealut-noansiflag.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: autoconf >= 2.60 BuildRequires: libtool +BuildRequires: openal-devel +BuildRequires: pkgconfig %description freealut is a free implementation of OpenAL's ALUT standard. +%package -n %lname +Summary: freealut is a free implementation of OpenAL's ALUT standard +Group: System/Libraries +# O/P added in 12.3 +Provides: freealut = %version-%release +Obsoletes: freealut < %version-%release - -Authors: --------- - Steve Baker <[email protected]> - Sven Panne <[email protected]> - Erik Hofman <[email protected]> - Prakash Punnoor <[email protected]> +%description -n %lname +freealut is a free implementation of OpenAL's ALUT standard. %package devel Summary: Static libraries, header files and tests for openal library Group: Development/Libraries/C and C++ Provides: openal:/usr/include/AL/alut.h -Requires: %{name} = %{version} +Requires: %lname = %version Requires: glibc-devel Requires: openal-devel @@ -55,35 +60,27 @@ independent, cross platform, and data format neutral, with a clean, simple C-based API. - - -Authors: --------- - Garin Hiebert <[email protected]> - %prep %setup -q %patch + %build autoreconf -fiv %configure --disable-static --with-pic -make %{?jobs:-j %jobs} +make %{?_smp_mflags} %install make DESTDIR=$RPM_BUILD_ROOT install rm %{buildroot}%{_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) %doc AUTHORS COPYING ChangeLog NEWS README -%{_libdir}/libalut.so.* +%{_libdir}/libalut.so.0* %files devel %defattr(-,root,root) ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.4yCY1h/_old 2012-11-28 10:19:45.000000000 +0100 +++ /var/tmp/diff_new_pack.4yCY1h/_new 2012-11-28 10:19:45.000000000 +0100 @@ -1 +1,3 @@ -freealut +libalut0 + provides "freealut = %version-%release" + obsoletes "freealut < %version-%release" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
