]> git.pld-linux.org Git - packages/amrnb.git/blobdiff - amrnb.spec
- updated to 10.0.0.0
[packages/amrnb.git] / amrnb.spec
index e6db331a7d9d9295003d0d69d3038fbe0c0c94a4..980a0804d121fa5844c0a5479f261e995d11ef45 100644 (file)
@@ -5,20 +5,20 @@
 Summary:       3GPP AMR-NB Floating-point Speech Codec
 Summary(pl.UTF-8):     Zmiennoprzecinkowy kodek mowy 3GPP AMR-NB
 Name:          amrnb
-Version:       6.1.0.4
+Version:       10.0.0.0
 Release:       1
-# 26104-610.doc says:
+# 26104-a00.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.
-# (c) 2004, 3GPP Organizational Partners (ARIB, CCSA, ETSI, T1, TTA, TTC).
+# (c) 2011, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TTA, TTC).
 # All rights reserved.
 License:       restricted
 Group:         Libraries
 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
+# Source0-md5: b83654e7be037989f61fe87a9a460783
+Source1:       http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-a00.zip
+# NoSource1-md5:       b349da3e27d16d025e8e2a393c634cf9
 NoSource:      1
 URL:           http://www.3gpp.org/
 BuildRequires: autoconf >= 2.50
@@ -60,9 +60,11 @@ Statyczna biblioteka amrnb.
 %prep
 %setup -q
 
+ln -s %{SOURCE1} .
+
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
 %configure \
@@ -84,10 +86,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc 26104-610.doc readme.txt
+%doc 26104-a00.doc readme.txt
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/amrnb-*
 %attr(755,root,root) %{_libdir}/libamrnb.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libamrnb.so.3
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.054044 seconds and 4 git commands to generate.