]> git.pld-linux.org Git - packages/python-MySQLdb.git/blame - python-MySQLdb.spec
- updated to 1.1.1
[packages/python-MySQLdb.git] / python-MySQLdb.spec
CommitLineData
83f3dbbf 1
e6d3f466 2Summary: A Python interface to MySQL
0df41bae 3Summary(pl): Interfejs Pythona do MySQL
97ff155c 4Name: python-MySQLdb
ebc24534 5Version: 1.1.1
71029d4a 6Release: 1
97ff155c 7License: GPL
e2bd1ad2 8Group: Libraries/Python
63b0b91f 9Source0: http://dl.sourceforge.net/mysql-python/MySQL-python-%{version}.tar.gz
ebc24534 10# Source0-md5: beaf3c65051a6a1716cffa0d7a1bfd61
0df41bae 11URL: http://sourceforge.net/projects/mysql-python/
125d63b2
AF
12#Requires: mysql >= 3.23.49
13BuildRequires: mysql-devel >= 4.0.10
315921e9 14BuildRequires: python-devel >= 2.2.1
83f3dbbf 15BuildRequires: rpm-pythonprov
a2905ce8 16BuildRequires: zlib-devel
315921e9 17%pyrequires_eq python-modules
a2905ce8 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
7efca04d 21An interface to the popular MySQL database server for Python. The
22design goals are:
97ff155c 23
24- Compliance with Python database API version 2.0
25- Thread-safety
26- Thread-friendliness (threads will not block each other)
a2905ce8 27
28%description -l pl
29