SPECS: python-psycopg2.spec - mx stuff is optional - rel. 5

wrobell wrobell at pld-linux.org
Thu Dec 7 19:11:59 CET 2006


Author: wrobell                      Date: Thu Dec  7 18:11:59 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- mx stuff is optional
- rel. 5

---- Files affected:
SPECS:
   python-psycopg2.spec (1.51 -> 1.52) 

---- Diffs:

================================================================
Index: SPECS/python-psycopg2.spec
diff -u SPECS/python-psycopg2.spec:1.51 SPECS/python-psycopg2.spec:1.52
--- SPECS/python-psycopg2.spec:1.51	Thu Dec  7 16:48:00 2006
+++ SPECS/python-psycopg2.spec	Thu Dec  7 19:11:50 2006
@@ -4,6 +4,9 @@
 # - zope adapter
 # - lib64 patch
 #
+# WARNING! Please note, that mx.DateTime is optional. You can use
+# mx.DateTime with your apps, but other see datetime datatype more
+# suitable for date and time as it is standard in Python.
 
 %define 	module	psycopg2
 
@@ -11,7 +14,7 @@
 Summary(pl):	psycopg jest przeznaczonym dla Pythona interfejsem do bazy PostgreSQL
 Name:		python-%{module}
 Version:	2.0.5.1
-Release:	4
+Release:	5
 License:	GPL
 Group:		Libraries/Python
 Source0:	http://initd.org/pub/software/psycopg/%{module}-%{version}.tar.gz
@@ -22,11 +25,12 @@
 BuildRequires:	postgresql-backend-devel
 BuildRequires:	postgresql-devel
 BuildRequires:	python-devel
-BuildRequires:	python-mx-DateTime-devel
 BuildRequires:	rpm-pythonprov
+# see note at the begining of the spec file
+#BuildRequires:	python-mx-DateTime-devel
+#Requires:	python-mx-DateTime
 Requires:	postgresql-libs
 %pyrequires_eq	python-modules
-Requires:	python-mx-DateTime
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define zope_subname ZPsycopgDA
@@ -115,6 +119,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.52  2006/12/07 18:11:50  wrobell
+- mx stuff is optional
+- rel. 5
+
 Revision 1.51  2006/12/07 15:48:00  zboczuch
 - (B)R += python-mx-DateTime(-devel)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-psycopg2.spec?r1=1.51&r2=1.52&f=u



More information about the pld-cvs-commit mailing list