rpms/atlas/devel atlas.spec,1.17,1.18

Deji Akingunola deji at fedoraproject.org
Mon Feb 23 10:43:58 UTC 2009


Author: deji

Update of /cvs/pkgs/rpms/atlas/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2780

Modified Files:
	atlas.spec 
Log Message:
Seems %ifarch i386 still works



Index: atlas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/atlas/devel/atlas.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- atlas.spec	23 Feb 2009 10:21:42 -0000	1.17
+++ atlas.spec	23 Feb 2009 10:43:28 -0000	1.18
@@ -48,7 +48,7 @@
 # Because a set of ATLAS libraries is a ~5 MB package, separate packages
 # are created for SSE, SSE2, and SSE3 extensions to ix86.
 
-%ifarch i?86
+%ifarch i386
 %define types sse sse2 sse3
 
 %package sse
@@ -184,7 +184,7 @@
 		> %{buildroot}/etc/ld.so.conf.d/atlas-${type}.conf
 	fi
 done
-%ifarch i?86 && %if "%{?enable_native_atlas}" == "0"
+%ifarch i386 && %if "%{?enable_native_atlas}" == "0"
 cp -pr %{buildroot}%{_libdir}/atlas-sse2 %{buildroot}%{_libdir}/atlas
 echo "%{_libdir}/atlas"	>> %{buildroot}/etc/ld.so.conf.d/atlas-sse2.conf
 %endif
@@ -192,7 +192,7 @@
 %clean
 rm -rf %{buildroot}
 
-%ifnarch i?86 || %if "%{?enable_native_atlas}" == "1"
+%ifnarch i386 || %if "%{?enable_native_atlas}" == "1"
 
 %post -p /sbin/ldconfig
 




More information about the fedora-extras-commits mailing list