]> git.pld-linux.org Git - packages/python-psycopg2.git/blame - python-psycopg2.spec
- Version 1.0.12
[packages/python-psycopg2.git] / python-psycopg2.spec
CommitLineData
3bacd1f7
MK
1
2%include /usr/lib/rpm/macros.python
3%define module psycopg
4%define version 1.0.12
5
6%define release 0.9
7
8Summary: psycopg is a PostgreSQL database adapter for Python
9Summary(pl): psycopg jest przeznaczyonym dla Pythona interfejsem do bazy PostgreSQL
10Name: python-%{module}
11Version: %{version}
12Release: %{release}
13Source0: http://initd.org/pub/software/%{module}/%{module}-%{version}.tar.gz
14Patch0: %{name}-dumb-ac-fix.patch
15
16Copyright: GNU GPL
17Group: Applications/Databases
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19Url: http://www.initd.org/software/psycopg/
20BuildRequires: python-devel postgresql-backend-devel python-mx-DateTime-devel
21Requires: python python-egenix-mx-base postgresql-libs
22
23%description
24psycopg is a PostgreSQL database adapter for the Python programming
25language (just like pygresql and popy.) It was written from scratch
26with the aim of being very small and fast, and stable as a rock. The
27main advantages of psycopg are that it supports the full Python
28DBAPI-2.0 and being thread safe at level 2.
29
30%description -l pl
31psycopg jest przeznaczonym dla Pythona interfejsem do bazy danych
32