]> git.pld-linux.org Git - packages/python-psycopg2.git/blobdiff - python-psycopg2.spec
- updated to 2.0.3
[packages/python-psycopg2.git] / python-psycopg2.spec
index 778745df53d5893529d41cb0cb913d3f87618080..5eedfdc54269ea206ce15c84728f194ed3daaa98 100644 (file)
@@ -5,23 +5,23 @@
 #
 
 %define        module  psycopg2
-%define                beta    b8
 
 Summary:       psycopg is a PostgreSQL database adapter for Python
 Summary(pl):   psycopg jest przeznaczonym dla Pythona interfejsem do bazy PostgreSQL
 Name:          python-%{module}
-Version:       2.0
-Release:       0.%{beta}.1
+Version:       2.0.3
+Release:       1
 License:       GPL
 Group:         Libraries/Python
-Source0:       http://initd.org/pub/software/psycopg/%{module}-%{version}%{beta}.tar.gz
-# Source0-md5: f16d464e184351cac9c11814501083bc
+Source0:       http://initd.org/pub/software/psycopg/%{module}-%{version}.tar.gz
+# Source0-md5: 74219613b9f5b187f4e476264e2c966c
 #Patch0:               %{name}-lib64.patch
 URL:           http://www.initd.org/software/psycopg/
 BuildRequires: autoconf
 BuildRequires: postgresql-backend-devel
 BuildRequires: postgresql-devel
 BuildRequires: python-devel
+BuildRequires: rpm-pythonprov
 Requires:      postgresql-libs
 %pyrequires_eq python-modules
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -56,7 +56,7 @@ Zope PostgreSQL database adapter.
 Interfejs bazy danych PostgreSQL do Zope.
 
 %prep
-%setup -q -n %{module}-%{version}%{beta}
+%setup -q -n %{module}-%{version}
 #%if "%{_lib}" == "lib64"
 #%patch0 -p1
 #%endif
This page took 0.423828 seconds and 4 git commands to generate.