commit 7ce5451e805cddae8298736e8967de6bece89b8d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Sep 1 17:46:43 2017 +0200
Avoid wget hack
.gitignore | 1 +
amrnb.spec | 10 ++++++----
sources | 1 +
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3a2ae6b..c14e02d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
amrnb-11.0.0.0.tar.bz2
+/26104-b00.zip
diff --git a/amrnb.spec b/amrnb.spec
index f3da28f..91d0dda 100644
--- a/amrnb.spec
+++ b/amrnb.spec
@@ -1,11 +1,12 @@
Name: amrnb
Version: 11.0.0.0
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Adaptive Multi-Rate (AMR) Speech Codec
Group: System Environment/Libraries
License: Distributable
URL:
http://www.penguin.cz/~utx/amr
Source0:
http://ftp.penguin.cz/pub/users/utx/amr/%{name}-%{version}.tar.bz2
+Source1:
http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-b00.zip
BuildRequires: wget unzip
%description
@@ -36,9 +37,7 @@ developing applications that use %{name}.
%prep
%setup -q
-# Note we do the wget ourselves so that we can use in IP in the URL as there
-# is no /etc/resolv.conf in the buildroot
-wget ftp://195.238.226.35/Specs/archive/26_series/26.104/26104-b00.zip
+cp -p %{SOURCE0} .
%build
@@ -71,6 +70,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
+* Fri Sep 01 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 11.0.0.0-5
+- Avoid wget hack
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> -
11.0.0.0-4
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/sources b/sources
index 2265e3a..0021f73 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
+b88fd1ca1fd23e24be1cc70f3227b3e1 26104-b00.zip
673ab645f61d1c830b6429a5ba76bb1f amrnb-11.0.0.0.tar.bz2