commit spandsp for openSUSE:Factory
Hello community, here is the log from the commit of package spandsp for openSUSE:Factory checked in at Fri Mar 26 16:52:16 CET 2010. -------- --- spandsp/spandsp.changes 2008-09-24 12:22:30.000000000 +0200 +++ spandsp/spandsp.changes 2010-03-13 21:34:09.000000000 +0100 @@ -1,0 +2,11 @@ +Sat Mar 13 20:33:19 UTC 2010 - chris@computersalat.de + +- added baselibs.conf +- cleanup spec + o sort TAGS + o fix build warnig + build without RPM_OPT_FLAGS + o macro usage + o removed data from changelog + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- baselibs.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spandsp.spec ++++++ --- /var/tmp/diff_new_pack.tOfr7z/_old 2010-03-26 16:51:20.000000000 +0100 +++ /var/tmp/diff_new_pack.tOfr7z/_new 2010-03-26 16:51:20.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package spandsp (Version 0.0.5pre4) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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 @@ -19,15 +19,22 @@ Name: spandsp -BuildRequires: audiofile-devel docbook-xsl-stylesheets doxygen gcc-c++ libtiff-devel libxslt -Url: http://www.soft-switch.org/ Summary: A DSP library for Telephony and SoftFAX Version: 0.0.5pre4 -Release: 3 -License: GPL v2 only +Release: 4 +License: GPLv2 Group: System/Libraries +Url: http://www.soft-switch.org/ Source0: %{name}-%{version}.tar.bz2 +Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: audiofile-devel +BuildRequires: libtiff-devel +BuildRequires: libxml2-devel +BuildRequires: docbook-xsl-stylesheets doxygen +BuildRequires: gcc-c++ +BuildRequires: libxslt + %define debug_package_requires libspandsp1 = %{version}-%{release} %description @@ -44,10 +51,10 @@ Steve Underwood <steveu@coppice.org> %package devel -License: GPL v2 only +License: GPLv2 Summary: Development files for the SpanDSP library Group: Development/Libraries/C and C++ -Requires: libspandsp1 = %version libtiff-devel glibc-devel +Requires: libspandsp1 = %{version} libtiff-devel glibc-devel %description devel This package contains files that are needed for developing or compiling @@ -60,7 +67,7 @@ Steve Underwood <steveu@coppice.org> %package -n libspandsp1 -License: GPL v2 only +License: GPLv2 Summary: A DSP library for Telephony and SoftFAX Group: System/Libraries @@ -78,7 +85,7 @@ Steve Underwood <steveu@coppice.org> %prep -%setup -q -n spandsp-0.0.5 +%setup -q -n %{name}-0.0.5 %build autoreconf -fiv @@ -92,7 +99,7 @@ --disable-static \ --enable-doc \ --with-pic -make +make CPPFLAGS="$RPM_OPT_FLAGS" %check make check @@ -109,7 +116,7 @@ %postun -n libspandsp1 -p /sbin/ldconfig %clean -rm -rf %buildroot +%{__rm} -rf %buildroot %files devel %defattr(-,root,root,-) ++++++ baselibs.conf ++++++ libspandsp1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de