rpms/mysql-connector-odbc/devel mysql-connector-odbc.spec,1.22,1.23

Tom Lane tgl at fedoraproject.org
Fri Jun 25 18:57:33 UTC 2010


Author: tgl

Update of /cvs/pkgs/rpms/mysql-connector-odbc/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv823

Modified Files:
	mysql-connector-odbc.spec 
Log Message:
Clean up some unnecessary specfile cruft, per suggestions from Joe Orton.


Index: mysql-connector-odbc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysql-connector-odbc/devel/mysql-connector-odbc.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- mysql-connector-odbc.spec	21 Jan 2010 00:14:03 -0000	1.22
+++ mysql-connector-odbc.spec	25 Jun 2010 18:57:32 -0000	1.23
@@ -19,7 +19,6 @@ Patch3: myodbc-multilib.patch
 Patch4: myodbc-null-string.patch
 Patch5: myodbc-64bit.patch
 
-Requires: unixODBC
 BuildRequires: mysql-devel unixODBC-devel
 BuildRequires: automake autoconf libtool libtool-ltdl-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -47,7 +46,7 @@ autoconf
 
 %configure \
 	--disable-gui \
-	--with-unixODBC=/usr/foo \
+	--with-unixODBC \
 	--with-odbc-ini=/etc/odbc.ini \
 	--with-mysql-includes=%{_includedir}/mysql \
 	--with-mysql-libs=%{_libdir}/mysql



More information about the scm-commits mailing list