rpms/mysql/devel mysql.spec,1.103,1.104

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Mon Mar 3 17:55:59 UTC 2008


Author: ausil

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

Modified Files:
	mysql.spec 
Log Message:
add sparc multilib and dualbuilding handling



Index: mysql.spec
===================================================================
RCS file: /cvs/extras/rpms/mysql/devel/mysql.spec,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- mysql.spec	28 Feb 2008 21:23:49 -0000	1.103
+++ mysql.spec	3 Mar 2008 17:55:21 -0000	1.104
@@ -1,6 +1,6 @@
 Name: mysql
 Version: 5.0.45
-Release: 9%{?dist}
+Release: 10%{?dist}
 Summary: MySQL client programs and shared libraries
 Group: Applications/Databases
 URL: http://www.mysql.com
@@ -191,7 +191,7 @@
 %if %runselftest
   # hack to let 32- and 64-bit tests run concurrently on same build machine
   case `uname -m` in
-    ppc64 | s390x | x86_64)
+    ppc64 | s390x | x86_64 | sparc64 )
       MTR_BUILD_THREAD=7
       ;;
     *)
@@ -211,7 +211,7 @@
 # multilib header hack
 # we only apply this to known Red Hat multilib arches, per bug #181335
 case `uname -i` in
-  i386 | x86_64 | ppc | ppc64 | s390 | s390x)
+  i386 | x86_64 | ppc | ppc64 | s390 | s390x | sparc | sparcv9 | sparc64 )
     install -m 644 include/my_config.h $RPM_BUILD_ROOT/usr/include/mysql/my_config_`uname -i`.h
     install -m 644 %{SOURCE5} $RPM_BUILD_ROOT/usr/include/mysql/
     ;;
@@ -484,6 +484,10 @@
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Mon Mar 03 2008 Dennis Gilmore <dennis at ausil.us> 5.0.45-10
+- add sparc64 to  64 bit arches for  test suite checking
+- add sparc, sparcv9 and sparc64 to multilib handling
+
 * Thu Feb 28 2008 Tom Lane <tgl at redhat.com> 5.0.45-9
 - Fix the stack overflow problem encountered in January.  It seems the real
 issue is that the buildfarm machines were moved to RHEL5, which uses 64K not




More information about the fedora-extras-commits mailing list