rpms/star/devel star.spec,1.33,1.34

Peter Vrabec (pvrabec) fedora-extras-commits at redhat.com
Sun Jun 24 16:27:05 UTC 2007


Author: pvrabec

Update of /cvs/extras/rpms/star/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8089

Modified Files:
	star.spec 
Log Message:
build star on ARM platforms



Index: star.spec
===================================================================
RCS file: /cvs/extras/rpms/star/devel/star.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- star.spec	29 Jan 2007 11:00:34 -0000	1.33
+++ star.spec	24 Jun 2007 16:26:29 -0000	1.34
@@ -4,7 +4,7 @@
 Summary:  An archiving tool with ACL support
 Name: star
 Version: 1.5a76
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://cdrecord.berlios.de/old/private/star.html
 Source: ftp://ftp.berlios.de/pub/star/alpha/%{name}-%{version}.tar.bz2
 Patch1: star-1.5-newMake.patch
@@ -25,7 +25,7 @@
 %patch2 -p1 -b .selinux
 %endif
 
-for PLAT in x86_64 ppc64 s390 s390x; do
+for PLAT in %{arm} x86_64 ppc64 s390 s390x; do
         for AFILE in gcc cc; do
                 [ ! -e RULES/${PLAT}-linux-${AFILE}.rul ] \
                 && ln -s i586-linux-${AFILE}.rul RULES/${PLAT}-linux-${AFILE}.rul
@@ -96,6 +96,9 @@
 %{_mandir}/man1/spax.1*
 
 %changelog
+* Sun Jun 24 2007 Peter Vrabec <pvrabec at redhat.com> 1.5a76-3
+- build star on ARM platforms (#245465)
+
 * Mon Jan 29 2007 Peter Vrabec <pvrabec at redhat.com> 1.5a76-2
 - fix buildreq. and rebuild
 




More information about the fedora-extras-commits mailing list