]> git.pld-linux.org Git - packages/python-psycopg2.git/commitdiff
- Version 2.4.4-1. auto/th/python-psycopg2-2_4_4-1
authorMateusz Korniak <matkor@pld-linux.org>
Wed, 21 Dec 2011 11:01:11 +0000 (11:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-psycopg2.spec -> 1.77

python-psycopg2.spec

index da70179245d9dc73270e0b0bd290a97d246b412e..462710c3905a2c80699d796e8ffb57d4dbcfb023 100644 (file)
@@ -7,12 +7,12 @@
 Summary:       psycopg is a PostgreSQL database adapter for Python
 Summary(pl.UTF-8):     psycopg jest przeznaczonym dla Pythona interfejsem do bazy PostgreSQL
 Name:          python-%{module}
-Version:       2.4.2
+Version:       2.4.4
 Release:       1
 License:       GPL
 Group:         Libraries/Python
 Source0:       http://initd.org/psycopg/tarballs/PSYCOPG-2-4/%{module}-%{version}.tar.gz
-# Source0-md5: 920c533806f112787b480806ea125406
+# Source0-md5: 331255d2d44018bcef2ea192aabc1d6a
 #Patch0:               %{name}-lib64.patch
 URL:           http://www.initd.org/software/psycopg/
 BuildRequires: autoconf
@@ -66,7 +66,8 @@ rm -rf $RPM_BUILD_ROOT
 
 python setup.py install --optimize=2 --root=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT%{py_libdir} -type f -name "*.py" | xargs rm
+# find $RPM_BUILD_ROOT%{py_libdir} -type f -name "*.py" | xargs rm
+%py_postclean
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.145784 seconds and 4 git commands to generate.