Hello community, here is the log from the commit of package amrnb checked in at Fri Jun 23 01:00:29 CEST 2006. -------- --- amrnb/amrnb.changes 2006-01-25 21:34:14.000000000 +0100 +++ amrnb/amrnb.changes 2006-06-21 18:10:49.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Jun 21 18:10:40 CEST 2006 - sbrabec@suse.cz + +- Build directly from reference implementation. +- Install provided binaries. + +------------------------------------------------------------------- Old: ---- amrnb-0.0.1.tar.bz2 New: ---- 26104-610.zip Makefile.am configure.ac ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ amrnb.spec ++++++ --- /var/tmp/diff_new_pack.mzAuHI/_old 2006-06-23 00:59:48.000000000 +0200 +++ /var/tmp/diff_new_pack.mzAuHI/_new 2006-06-23 00:59:48.000000000 +0200 @@ -1,23 +1,25 @@ # -# spec file for package amrnb (Version 0.0.1) +# spec file for package amrnb (Version 6.1.0) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: amrnb -Version: 0.0.1 +Version: 6.1.0 Release: 1 -URL: http://www.3gpp.org/ +URL: http://www.3gpp.org/ftp/Specs/html-info/26104.htm Group: System/Libraries -License: GPL, LGPL -Summary: AMR-NB Library -Source: %{name}-%{version}.tar.bz2 +License: Unknown +Summary: Adaptive Multi-Rate (AMR) Speech Codec +Source: http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-610.zip +Source1: configure.ac +Source2: Makefile.am Patch: %{name}-strict-aliasing.patch Autoreqprov: on BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -29,7 +31,7 @@ %package devel Group: System/Libraries -Summary: AMR-NB Library +Summary: Adaptive Multi-Rate (AMR) Speech Codec Requires: %{name} = %{version} glibc-devel %description devel @@ -38,15 +40,27 @@ %prep -%setup +%setup -c +cp -a %{S:1} %{S:2} . +unzip 26104-610_ANSI_C_source_code.zip +mv c-code/* . +rmdir c-code +chmod 0644 *.* +if test $UID -eq 0 ; then chown root:root *.* ; fi %patch %build +touch NEWS README AUTHORS ChangeLog +libtoolize +aclocal +automake --add-missing +autoconf export CFLAGS="$RPM_OPT_FLAGS" ./configure\ --prefix=/usr\ --libdir=/usr/%{_lib} make %{?jobs:-j %jobs} +#make distcheck %install make DESTDIR=$RPM_BUILD_ROOT install @@ -57,9 +71,13 @@ %post %run_ldconfig +%postun +%run_ldconfig + %files %defattr (-, root, root) -%doc AUTHORS COPYING ChangeLog NEWS README +%doc 26104-610.doc readme.txt +/usr/bin/* /usr/%{_lib}/*.so.* %files devel @@ -69,6 +87,9 @@ /usr/include/amrnb %changelog -n amrnb +* Wed Jun 21 2006 - sbrabec@suse.cz +- Build directly from reference implementation. +- Install provided binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Fri Jan 06 2006 - sbrabec@suse.cz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@suse.de