]> git.pld-linux.org Git - packages/python-PyGreSQL.git/commitdiff
- Version: 3.4 (final) auto/ac/python-PyGreSQL-3_4-1
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 7 Feb 2004 11:26:23 +0000 (11:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-PyGreSQL.spec -> 1.14

python-PyGreSQL.spec

index 33599211889a79921b07097b2375fd1f53236058..032ce4bfc54c6272a8f6f4d7150249dcd9d7e166 100644 (file)
@@ -2,12 +2,11 @@ Summary:      PostgreSQL module for Python
 Summary(pl):   Modu³ PostgreSQL dla Pythona
 Name:          python-PyGreSQL
 Version:       3.4
-%define        pre     pre021201
-Release:       0.%{pre}.1
+Release:       1
 License:       BSD-like
 Group:         Libraries/Python
-Source0:       ftp://ftp.pygresql.org/pub/distrib/PyGreSQL-%{version}-%{pre}.tgz
-# Source0-md5: 8448fa076c1c3724706dfa93f24efc51
+Source0:       ftp://ftp.pygresql.org/pub/distrib/PyGreSQL-%{version}.tgz
+# Source0-md5: 235d31d1c4d1323c743d1cdff0866551
 URL:           http://www.pygresql.org/
 BuildRequires: postgresql-backend-devel
 BuildRequires: postgresql-devel
@@ -27,7 +26,7 @@ PostgreSQL. Osadza bibliotek
 korzystanie z potê¿nych mo¿liwo¶ci PostgreSQL-a w skryptach Pythona.
 
 %prep
-%setup -q -n PyGreSQL-%{version}-%{pre}
+%setup -q -n PyGreSQL-%{version}
 
 %build
 ./setup.py build_ext \
@@ -48,7 +47,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Announce ChangeLog README
+%doc Announce ChangeLog
 %{py_sitedir}/*.py[co]
 %attr(755,root,root) %{py_sitedir}/_pg.so
 %{_examplesdir}/%{name}-%{version}
This page took 0.053126 seconds and 4 git commands to generate.