Author: matkor                       Date: Wed Sep  9 10:51:42 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Lowered python-devel >= 1:2.5. *.egg-info is just not generated on py2.4.

---- Files affected:
packages/python-pyPdf:
   python-pyPdf.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/python-pyPdf/python-pyPdf.spec
diff -u packages/python-pyPdf/python-pyPdf.spec:1.4 
packages/python-pyPdf/python-pyPdf.spec:1.5
--- packages/python-pyPdf/python-pyPdf.spec:1.4 Sat Mar 14 16:08:34 2009
+++ packages/python-pyPdf/python-pyPdf.spec     Wed Sep  9 12:51:37 2009
@@ -5,13 +5,13 @@
 Summary(pl.UTF-8):     Biblioteka toolkitu PDF napisana w czystym Pythonie
 Name:          python-%{module}
 Version:       1.12
-Release:       1
+Release:       2
 License:       BSD
 Group:         Development/Languages/Python
 Source0:       http://pybrary.net/pyPdf/pyPdf-%{version}.tar.gz
 # Source0-md5: 7be5f7f4659f64fd194e9eb9a38ad425
 URL:           http://pybrary.net/pyPdf/
-BuildRequires: python-devel >= 1:2.5
+BuildRequires: python-devel
 BuildRequires: rpm-pythonprov
 %pyrequires_eq python
 BuildArch:     noarch
@@ -61,7 +61,10 @@
 %doc CHANGELOG
 %dir %{py_sitescriptdir}/%{module}
 %{py_sitescriptdir}/%{module}/*.py[co]
-%{py_sitescriptdir}/*.egg-info
+%if "%{py_ver}" > "2.4"
+%{py_sitescriptdir}/reportlab-%{version}-py*.egg-info
+%endif
+
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -69,6 +72,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2009/09/09 10:51:37  matkor
+- Lowered python-devel >= 1:2.5. *.egg-info is just not generated on py2.4.
+
 Revision 1.4  2009/03/14 15:08:34  duddits
 - up to 1.12
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-pyPdf/python-pyPdf.spec?r1=1.4&r2=1.5&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to