SPECS: songbird.spec - fix building on amd64

glen glen at pld-linux.org
Tue Jan 2 17:40:18 CET 2007


Author: glen                         Date: Tue Jan  2 16:40:18 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix building on amd64

---- Files affected:
SPECS:
   songbird.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/songbird.spec
diff -u SPECS/songbird.spec:1.2 SPECS/songbird.spec:1.3
--- SPECS/songbird.spec:1.2	Tue Jan  2 02:54:56 2007
+++ SPECS/songbird.spec	Tue Jan  2 17:40:13 2007
@@ -9,9 +9,16 @@
 Group:		X11/Applications/Networking
 Source0:	http://developer.songbirdnest.com/nightly/snapshots/%{name}_snapshot_%{_snap}.tar.gz
 # Source0-md5:	3139f09a8f3719a2fc88d30b4e74d8a3
+%ifarch %{ix86}
 Source1:	http://developer.songbirdnest.com/nightly/dependency_snapshots/dependencies_snapshot-linux-i386-%{_snap}.tar.gz
 # NoSource1-md5:	63944bb0de1729ebe09d28f5a34a41f3
 NoSource:	1
+%endif
+%ifarch %{x8664}
+Source2:	http://developer.songbirdnest.com/nightly/dependency_snapshots/dependencies_snapshot-linux-x86_64-%{_snap}.tar.gz
+# Source2-md5:	7f4f938851f5fafeebc986d1bfdeda09
+NoSource:	2
+%endif
 URL:		http://www.songbirdnest.com/
 BuildRequires:	gstreamer-devel >= 0.10
 BuildRequires:	gtk+2-devel >= 1:2.0.0
@@ -30,7 +37,12 @@
 
 %prep
 %setup -q -n %{name}
+%ifarch %{ix86}
 %{__tar} -C trunk/dependencies -zxf %{SOURCE1}
+%endif
+%ifarch %{x8664}
+%{__tar} -C trunk/dependencies -zxf %{SOURCE2}
+%endif
 
 %build
 cd trunk
@@ -68,6 +80,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/01/02 16:40:13  glen
+- fix building on amd64
+
 Revision 1.2  2007/01/02 01:54:56  glen
 - packaged files
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/songbird.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list