SPECS: xorg-driver-video-fglrx.spec - fixed broken commit
dzeus
dzeus at pld-linux.org
Sun Apr 2 17:44:48 CEST 2006
Author: dzeus Date: Sun Apr 2 15:44:48 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed broken commit
---- Files affected:
SPECS:
xorg-driver-video-fglrx.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/xorg-driver-video-fglrx.spec
diff -u SPECS/xorg-driver-video-fglrx.spec:1.3 SPECS/xorg-driver-video-fglrx.spec:1.4
--- SPECS/xorg-driver-video-fglrx.spec:1.3 Sun Apr 2 17:42:51 2006
+++ SPECS/xorg-driver-video-fglrx.spec Sun Apr 2 17:44:42 2006
@@ -36,14 +36,14 @@
Release: %{_rel}
License: ATI Binary (parts are GPL)
Group: X11
-#%if %{need_x86}
+%if %{need_x86}
Source0: http://dlmdownloads.ati.com/drivers/linux/ati-driver-installer-%{version}-i386.run
# Source0-md5: 283eb8b53dbd0887fff3277d4bf0b3f9
-#%endif
-#%if %{need_amd64}
-#Source1: http://dlmdownloads.ati.com/drivers/linux/64bit/ati-driver-installer-%{version}-x86_64.run
+%endif
+%if %{need_amd64}
+Source1: http://dlmdownloads.ati.com/drivers/linux/64bit/ati-driver-installer-%{version}-x86_64.run
# Source1-md5: a24571ecb45b2a26092ef103d8eecefd
-#%endif
+%endif
Patch0: firegl-panel.patch
Patch1: firegl-panel-ugliness.patch
Patch2: %{name}-kh.patch
@@ -117,11 +117,11 @@
%prep
%setup -q -c -T
-#%ifarch %{x8664}
-#sh %{SOURCE1} --extract .
-#%else
+%ifarch %{x8664}
+sh %{SOURCE1} --extract .
+%else
sh %{SOURCE0} --extract .
-#%endif
+%endif
cp arch/%{arch_dir}/lib/modules/fglrx/build_mod/* common/lib/modules/fglrx/build_mod
@@ -276,6 +276,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2006/04/02 15:44:42 dzeus
+- fixed broken commit
+
Revision 1.3 2006/04/02 15:42:51 dzeus
- added missing BR
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xorg-driver-video-fglrx.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list