]> git.pld-linux.org Git - packages/python-PyGreSQL.git/commitdiff
- builds without python-devel-src
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 27 Nov 2006 16:43:42 +0000 (16:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added .egg-info for python 2.5

Changed files:
    python-PyGreSQL.spec -> 1.21

python-PyGreSQL.spec

index 3424fddabf6bdf4627a6768e7ea8ab84d0bbaf46..bb44f160f7c9c0906f5647b4ee4caa36d173840d 100644 (file)
@@ -10,8 +10,7 @@ Source0:      ftp://ftp.pygresql.org/pub/distrib/PyGreSQL-%{version}.tgz
 URL:           http://www.pygresql.org/
 BuildRequires: postgresql-backend-devel
 BuildRequires: postgresql-devel
-BuildRequires: python-devel
-BuildRequires: python-devel-src
+BuildRequires: python-devel >= 1:2.5
 BuildRequires: rpm-pythonprov
 %pyrequires_eq python
 Obsoletes:     python-postgresql
@@ -52,6 +51,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc docs/*
-%{py_sitedir}/*.py[co]
 %attr(755,root,root) %{py_sitedir}/_pg.so
+%{py_sitedir}/*.py[co]
+%{py_sitedir}/PyGreSQL-*.egg-info
 %{_examplesdir}/%{name}-%{version}
This page took 0.031847 seconds and 4 git commands to generate.