SPECS: amrnb.spec - switched to wrapper package (v6.1.0.4) by Stan...
qboosh
qboosh at pld-linux.org
Wed Jun 13 01:05:47 CEST 2007
Author: qboosh Date: Tue Jun 12 23:05:47 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- switched to wrapper package (v6.1.0.4) by Stanislav Brabec (contains more fixes)
---- Files affected:
SPECS:
amrnb.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/amrnb.spec
diff -u SPECS/amrnb.spec:1.11 SPECS/amrnb.spec:1.12
--- SPECS/amrnb.spec:1.11 Mon Feb 12 22:23:46 2007
+++ SPECS/amrnb.spec Wed Jun 13 01:05:42 2007
@@ -3,12 +3,12 @@
# Conditional build:
%bcond_without static_libs # don't build static library
#
-Summary: 3GPP AMR Floating-point Speech Codec
-Summary(pl.UTF-8): Zmiennoprzecinkowy kodek mowy 3GPP AMR
+Summary: 3GPP AMR-NB Floating-point Speech Codec
+Summary(pl.UTF-8): Zmiennoprzecinkowy kodek mowy 3GPP AMR-NB
Name: amrnb
-Version: 0.0.1
-Release: 2
-# AUTHORS specifies "License unknown", 26104-610.doc in original sources says:
+Version: 6.1.0.4
+Release: 1
+# 26104-610.doc says:
# Copyright Notification
# No part may be reproduced except as authorized by written permission.
# The copyright and the foregoing restriction extend to reproduction in all media.
@@ -16,24 +16,23 @@
# All rights reserved.
License: restricted
Group: Libraries
-# autotooled version of http://www.3gpp.org/ftp/Specs/latest/Rel-6/26_series/26104-610.zip
-Source0: http://ronald.bitfreak.net/priv/%{name}-%{version}.tar.gz
-# NoSource0-md5: c4546d2920cf287847a7286b4dea7472
-NoSource: 0
-Patch0: %{name}-inttypes.patch
+Source0: http://ftp.penguin.cz/pub/users/utx/amr/%{name}-%{version}.tar.bz2
+# Source0-md5: f482cdd0584469ba23ff33c6b331acbd
+Source1: http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-610.zip
+# NoSource1-md5: cfd9012bff83afdf5ad069b86d3063b6
+NoSource: 1
URL: http://www.3gpp.org/
BuildRequires: autoconf >= 2.50
BuildRequires: automake
BuildRequires: libtool
+BuildRequires: unzip
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-%define specflags -fno-strict-aliasing
-
%description
-3GPP AMR Floating-point Speech Codec.
+3GPP AMR-NB Floating-point Speech Codec.
%description -l pl.UTF-8
-Zmiennoprzecinkowy kodek mowy 3GPP AMR.
+Zmiennoprzecinkowy kodek mowy 3GPP AMR-NB.
%package devel
Summary: Header files for amrnb library
@@ -61,13 +60,11 @@
%prep
%setup -q
-%patch0 -p1
%build
%{__libtoolize}
%{__aclocal}
%{__autoconf}
-%{__autoheader}
%{__automake}
%configure \
%{?with_static_libs:--enable-static}
@@ -88,7 +85,9 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS README
+%doc 26104-610.doc readme.txt
+%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/amrnb-*
%attr(755,root,root) %{_libdir}/libamrnb.so.*.*.*
%files devel
@@ -109,6 +108,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2007/06/12 23:05:42 qboosh
+- switched to wrapper package (v6.1.0.4) by Stanislav Brabec (contains more fixes)
+
Revision 1.11 2007/02/12 21:23:46 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/amrnb.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list