]> git.pld-linux.org Git - packages/X11-driver-firegl.git/commitdiff
- shorter notation
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Mar 2005 22:03:42 +0000 (22:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11-driver-firegl.spec -> 1.89

X11-driver-firegl.spec

index bc48fc1e118d717362cf72d45367d0c6239ace7f..afeda4906cfa1d0d077de10c9a69ed45d237a8e0 100644 (file)
 %undefine with_dist_kernel
 %endif
 
-%define                need_x86        0
-%define                need_amd64      0
-
-%if %{with incall}
-
+%ifarch %{ix86}
 %define                need_x86        1
-%define                need_amd64      1
-
 %else
-
+%define                need_x86        0%{?with_incall:1}
+%endif
 %ifarch amd64
-
 %define                need_amd64      1
-
-%endif
-
-%ifarch %{ix86}
-
-%define                need_x86        1
-
-%endif
-
+%else
+%define                need_amd64      0%{?with_incall:1}
 %endif
 
 Summary:       Linux Drivers for ATI graphics accelerators
@@ -46,11 +33,11 @@ Release:    %{_rel}
 License:       ATI Binary (parts are GPL)
 Vendor:                ATI
 Group:         X11/XFree86
-%if    %{need_x86}
+%if %{need_x86}
 Source0:       http://www2.ati.com/drivers/linux/fglrx_6_8_0-%{version}-1.i386.rpm
 # Source0-md5: a3ddb544071b1878ed19984c60623346
 %endif
-%if    %{need_amd64}
+%if %{need_amd64}
 Source1:       http://www2.ati.com/drivers/linux/fglrx64_6_8_0-%{version}-1.x86_64.rpm
 # Source1-md5: ca724fda36ecf6c8a60a74e3a1528829
 %endif
This page took 0.04712 seconds and 4 git commands to generate.