rpms/mysqlclient14/devel mysqlclient14.spec,1.3,1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 15 04:55:29 UTC 2005


Author: tgl

Update of /cvs/dist/rpms/mysqlclient14/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21146

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


Index: mysqlclient14.spec
===================================================================
RCS file: /cvs/dist/rpms/mysqlclient14/devel/mysqlclient14.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mysqlclient14.spec	14 Dec 2005 23:35:10 -0000	1.3
+++ mysqlclient14.spec	15 Dec 2005 04:55:27 -0000	1.4
@@ -1,6 +1,6 @@
 Name: mysqlclient14
 Version: 4.1.14
-Release: 2
+Release: 3
 Summary: Backlevel MySQL shared libraries.
 License: GPL
 Group: Applications/Databases
@@ -106,7 +106,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
@@ -158,6 +158,9 @@
 %{_libdir}
 
 %changelog
+* Wed Dec 14 2005 Tom Lane <tgl at redhat.com> 4.1.14-3
+- oops, looks like we want uname -i not uname -m
+
 * Wed Dec 14 2005 Tom Lane <tgl at redhat.com> 4.1.14-2
 - 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