rpms/mysqlclient10/devel mysqlclient10.spec,1.9,1.10

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 15 04:53:00 UTC 2005


Author: tgl

Update of /cvs/dist/rpms/mysqlclient10/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12556

Modified Files:
	mysqlclient10.spec 
Log Message:
oops, looks like we want uname -i not uname -m


Index: mysqlclient10.spec
===================================================================
RCS file: /cvs/dist/rpms/mysqlclient10/devel/mysqlclient10.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mysqlclient10.spec	15 Dec 2005 03:02:46 -0000	1.9
+++ mysqlclient10.spec	15 Dec 2005 04:52:58 -0000	1.10
@@ -1,6 +1,6 @@
 Name: mysqlclient10
 Version: 3.23.58
-Release: 7
+Release: 8
 Summary: Backlevel MySQL shared libraries.
 License: LGPL
 Group: Applications/Databases
@@ -99,7 +99,7 @@
 
 %makeinstall
 
-install -m 644 include/my_config.h $RPM_BUILD_ROOT%{_includedir}/mysql/my_config_`uname -m`.h
+install -m 644 include/my_config.h $RPM_BUILD_ROOT%{_includedir}/mysql/my_config_`uname -i`.h
 install -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_includedir}/mysql/
 
 # We want the .so files both in regular _libdir (for execution) and
@@ -151,6 +151,9 @@
 %{_libdir}
 
 %changelog
+* Wed Dec 14 2005 Tom Lane <tgl at redhat.com> 3.23.58-8
+- oops, looks like we want uname -i not uname -m
+
 * Wed Dec 14 2005 Tom Lane <tgl at redhat.com> 3.23.58-7
 - Make my_config.h architecture-independent for multilib installs;
   put the original my_config.h into my_config_$ARCH.h




More information about the fedora-cvs-commits mailing list