rpms/pvs-sbcl/devel pvs-sbcl.spec,1.5,1.6

Rex Dieter rdieter at fedoraproject.org
Mon May 10 18:41:26 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/pvs-sbcl/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11988

Modified Files:
	pvs-sbcl.spec 
Log Message:
adjust ExclusiveArch to match sbcl



Index: pvs-sbcl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pvs-sbcl/devel/pvs-sbcl.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- pvs-sbcl.spec	8 May 2010 22:42:05 -0000	1.5
+++ pvs-sbcl.spec	10 May 2010 18:41:26 -0000	1.6
@@ -59,8 +59,9 @@ Requires: sbcl = %{sbcl_ver}
 Requires: sbcl
 %endif
 
-# Fedora SBCL is only available on Intel platforms
-ExclusiveArch:  %{ix86} x86_64
+# match sbcl available platforms
+ExclusiveArch: %{ix86} x86_64 ppc sparcv9
+
 
 %description
 PVS is a verification system: that is, a specification language integrated
@@ -195,6 +196,7 @@ update-desktop-database %{_datadir}/appl
 %changelog
 * Sat May 08 2010 Rex Dieter <rdieter at fedoraproject.org> - 4.2-5.20100126svn
 - rebuild (sbcl)
+- ExclusiveArch: %{ix86} x86_64 ppc sparcv9
 
 * Sat Apr 10 2010 Rex Dieter <rdieter at fedoraproject.org> - 4.2-4.20100126svn
 - rebuild (sbcl)



More information about the scm-commits mailing list