Author: glen                         Date: Sat Oct 22 22:49:41 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- system_expat patch

---- Files affected:
SPECS:
   python-cElementTree.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/python-cElementTree.spec
diff -u SPECS/python-cElementTree.spec:1.2 SPECS/python-cElementTree.spec:1.3
--- SPECS/python-cElementTree.spec:1.2  Sun Oct 23 00:26:52 2005
+++ SPECS/python-cElementTree.spec      Sun Oct 23 00:49:36 2005
@@ -1,18 +1,16 @@
 # $Revision$, $Date$
-# TODO
-# - use system expat
-#
 %define                module  cElementTree
 %define     _snap  20050302
 Summary:       A fast and pythonic XML parser
 Summary(pl):   Szybki pythonowy parser XML
 Name:          python-%{module}
 Version:       1.0.2
-Release:       0.%{_snap}.1
+Release:       0.%{_snap}.2
 License:       Python (MIT style)
 Group:         Development/Languages/Python
 Source0:       http://effbot.org/downloads/%{module}-%{version}-%{_snap}.tar.gz
 # Source0-md5: 70372441ffa9e45233876b024bf66bbe
+Patch0:                %{name}-system_expat.patch
 URL:           http://effbot.org/zone/celementtree.htm
 #BuildRequires:        expat-devel
 BuildRequires: python
@@ -29,6 +27,8 @@
 
 %prep
 %setup -q -n %{module}-%{version}-%{_snap}
+%patch0 -p1
+rm -rf expat # just in case
 
 %build
 CFLAGS="%{rpmcflags}" %{__python} setup.py build
@@ -55,6 +55,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/10/22 22:49:36  glen
+- system_expat patch
+
 Revision 1.2  2005/10/22 22:26:52  glen
 - as i was blind enough to create another python-cElementTree.spec, then 
merged with one what i created
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-cElementTree.spec?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to