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

Deji Akingunola deji at fedoraproject.org
Mon Feb 23 11:02:11 UTC 2009


Author: deji

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

Modified Files:
	atlas.spec 
Log Message:
Change to %ifarch i586



Index: atlas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/atlas/devel/atlas.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- atlas.spec	23 Feb 2009 10:43:28 -0000	1.18
+++ atlas.spec	23 Feb 2009 11:01:40 -0000	1.19
@@ -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 i386
+%ifarch i586
 %define types sse sse2 sse3
 
 %package sse
@@ -184,7 +184,7 @@
 		> %{buildroot}/etc/ld.so.conf.d/atlas-${type}.conf
 	fi
 done
-%ifarch i386 && %if "%{?enable_native_atlas}" == "0"
+%ifarch i586 && %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 i386 || %if "%{?enable_native_atlas}" == "1"
+%ifnarch i586 || %if "%{?enable_native_atlas}" == "1"
 
 %post -p /sbin/ldconfig
 




More information about the fedora-extras-commits mailing list