rpms/star/devel star.spec,1.40,1.41

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Fri Jun 6 17:13:50 UTC 2008


Author: ausil

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

Modified Files:
	star.spec 
Log Message:
add sparcv9 support



Index: star.spec
===================================================================
RCS file: /cvs/pkgs/rpms/star/devel/star.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- star.spec	12 May 2008 12:27:40 -0000	1.40
+++ star.spec	6 Jun 2008 17:13:08 -0000	1.41
@@ -4,7 +4,7 @@
 Summary:  An archiving tool with ACL support
 Name: star
 Version: 1.5a84
-Release: 5%{?dist}
+Release: 6%{?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
@@ -28,7 +28,7 @@
 %endif
 %patch3 -p1 -b .changewarnSegv
 
-for PLAT in %{arm} x86_64 ppc64 s390 s390x sh3 sh4 sh4a; do
+for PLAT in %{arm} x86_64 ppc64 s390 s390x sh3 sh4 sh4a sparcv9; do
         for AFILE in gcc cc; do
                 [ ! -e RULES/${PLAT}-linux-${AFILE}.rul ] \
                 && ln -s i586-linux-${AFILE}.rul RULES/${PLAT}-linux-${AFILE}.rul
@@ -98,6 +98,9 @@
 %{_mandir}/man1/spax.1*
 
 %changelog
+* Fri Jun 06 2008 Dennis Gilmore <dennis at ausil.us> 1.5a84-6
+- add sparcv9 support 
+
 * Mon May 12 2008 Peter Vrabec <pvrabec at redhat.com> 1.5a84-5
 - add super-H(sh3,4) architecture support (#442883)
 




More information about the fedora-extras-commits mailing list