Author: jwrdegoede
Update of /cvs/nonfree/rpms/amrwb/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3926
Modified Files:
amrwb.spec
Log Message:
* Sat Aug 16 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.3-4
- wget the needed sources in %prep instead of letting the Makefile do it
so that we can use an IP address to work around there being no
/etc/resolv.conf in the buildroot
Index: amrwb.spec
===================================================================
RCS file: /cvs/nonfree/rpms/amrwb/F-9/amrwb.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amrwb.spec 25 Jul 2008 20:05:38 -0000 1.1
+++ amrwb.spec 16 Aug 2008 21:12:37 -0000 1.2
@@ -1,6 +1,6 @@
Name: amrwb
Version: 7.0.0.3
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec
Group: System Environment/Libraries
License: Distributable
@@ -37,6 +37,9 @@
%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.15/Specs/archive/26_series/26.204/26204-700.zip
%build
@@ -77,6 +80,11 @@
%changelog
+* Sat Aug 16 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.3-4
+- wget the needed sources in %%prep instead of letting the Makefile do it
+ so that we can use an IP address to work around there being no
+ /etc/resolv.conf in the buildroot
+
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.3-3
- Release bump for rpmfusion
Show replies by date