Author: sardzent Date: Fri Oct 21 23:23:42 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - init - doesn't build - missing and some are unknown BuildRequires - incorrect %install - empty %files section
---- Files affected: SPECS: mysql-connector-odbc.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/mysql-connector-odbc.spec diff -u /dev/null SPECS/mysql-connector-odbc.spec:1.1 --- /dev/null Sat Oct 22 01:23:42 2005 +++ SPECS/mysql-connector-odbc.spec Sat Oct 22 01:23:36 2005 @@ -0,0 +1,77 @@ +# $Revision$, $Date$ +%define _ver 12 +Summary: MySQL Connector/ODBC - ODBC driver for MySQL +Summary(pl): MySQL Connector/ODBC - sterownik ODBC dla MySQL +Name: mysql-connector-odbc +Version: 3.51 +Release: 0.1 +License: GPL +Group: Libraries +Source0: http://sunsite.icm.edu.pl/mysql/Downloads/MyODBC3/%{name}-%{version}.%{_ver}.tar.gz +# Source0-md5: a484f590464fb823a8f821b2f1fd7fef +URL: http://www.mysql.com/products/connector/odbc/ +BuildRequires: autoconf +BuildRequires: automake +#BuildRequires: iodbc >= 3.0 +BuildRequires: qt-devel >= 3.0 +#BuildRequires: unixODBC >= 3.0 +BuildRequires: unixODBC >= 2.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +MySQL Connector/ODBC (also known as MyODBC) allows you to connect +to a MySQL database server using the ODBC database API on all +Microsoft Windows and most Unix platforms, including through +such applications and programming environments such as +Microsoft Access, Microsoft Excel, and Borland Delphi. + +%description -l pl +MySQL Connector/ODB (znany także jako MyODBC) umożliwia połączenie +z serwerem MySQL przy wykorzystaniu API bazy ODBC na wszystkich +platformach Microsoft Windows oraz na wiekszości systemów Unix, +włączając takie aplikacje i środowiska programistyczne jak +Microsoft Access, Microsoft Excel oraz Borland Delphi. + +%prep +%setup -q -n %{name}-%{version}.%{_ver} + + +%build +%{__aclocal} +%{__autoconf} +%{__automake} +%configure +%{__make} \ + --with-x=no + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog README + +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* +%attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/10/21 23:23:36 sardzent +- init +- doesn't build +- missing and some are unknown BuildRequires +- incorrect %install +- empty %files section + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
