]> git.pld-linux.org Git - packages/python-psycopg2.git/commitdiff
- fixed typo to include missing egg file properly, thx glen auto/th/python-psycopg2-2_0_8-5
authorwrobell <wrobell@pld-linux.org>
Fri, 23 Jan 2009 00:19:17 +0000 (00:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 5

Changed files:
    python-psycopg2.spec -> 1.65

python-psycopg2.spec

index fa78d8547db5f3dd72baf06a4d0d26ed6431518d..a5478cb80c544bd49b46c519efa574bb98809757 100644 (file)
@@ -8,7 +8,7 @@ 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.0.8
-Release:       4
+Release:       5
 License:       GPL
 Group:         Libraries/Python
 Source0:       http://initd.org/pub/software/psycopg/%{module}-%{version}.tar.gz
@@ -72,6 +72,6 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{py_sitedir}/%{module}
 %attr(755,root,root) %{py_sitedir}/%{module}/*.so
 %{py_sitedir}/%{module}/*.py[co]
-%if "%{pld_release}" == "ac"
+%if "%{pld_release}" != "ac"
 %{py_sitedir}/*.egg-info
 %endif
This page took 0.07456 seconds and 4 git commands to generate.