Author: jwrdegoede
Update of /cvs/nonfree/rpms/amrnb/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2669
Modified Files:
amrnb.spec
Log Message:
* Sat Aug 16 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-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: amrnb.spec
===================================================================
RCS file: /cvs/nonfree/rpms/amrnb/devel/amrnb.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- amrnb.spec 25 Jul 2008 20:01:58 -0000 1.2
+++ amrnb.spec 16 Aug 2008 20:57:50 -0000 1.3
@@ -1,6 +1,6 @@
Name: amrnb
Version: 7.0.0.2
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Adaptive Multi-Rate (AMR) 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.104/26104-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.2-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.2-3
- Release bump for rpmfusion
Show replies by date