SPECS: python-cElementTree.spec - updated to 1.0.5-20051216
glen
glen at pld-linux.org
Sat Mar 4 14:12:59 CET 2006
Author: glen Date: Sat Mar 4 13:12:59 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.0.5-20051216
---- Files affected:
SPECS:
python-cElementTree.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/python-cElementTree.spec
diff -u SPECS/python-cElementTree.spec:1.8 SPECS/python-cElementTree.spec:1.9
--- SPECS/python-cElementTree.spec:1.8 Sat Dec 24 15:06:59 2005
+++ SPECS/python-cElementTree.spec Sat Mar 4 14:12:54 2006
@@ -1,21 +1,22 @@
# $Revision$, $Date$
%define module cElementTree
-%define _snap 20050302
+# the date is just the date when it was released, not real snapshot
+%define _snap 20051216
Summary: A fast and pythonic XML parser
Summary(pl): Szybki pythonowy parser XML
Name: python-%{module}
-Version: 1.0.2
-Release: 0.%{_snap}.5
+Version: 1.0.5
+Release: 0.%{_snap}.1
License: Python (MIT style)
Group: Development/Languages/Python
-# Source0: http://effbot.org/downloads/%{module}-%{version}-%{_snap}.tar.gz
-Source0: http://www.turbogears.org/download/eggs/%{module}-%{version}-%{_snap}.tar.gz
-# Source0-md5: 20f6310474f514309277c2d99cefbcdc
+Source0: http://effbot.org/downloads/cElementTree-%{version}-%{_snap}.tar.gz
+# Source0-md5: b6896e742e39f594046b07e58f1d25fe
Patch0: %{name}-system_expat.patch
URL: http://effbot.org/zone/celementtree.htm
-#BuildRequires: expat-devel
+BuildRequires: expat-devel
BuildRequires: python
BuildRequires: python-setuptools
+BuildRequires: rpm-pythonprov
%pyrequires_eq python-modules
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -41,9 +42,8 @@
rm -rf $RPM_BUILD_ROOT
python ./setup.py install \
- --single-version-externally-managed \
- --optimize 2 \
- --root=$RPM_BUILD_ROOT
+ --optimize 2 \
+ --root=$RPM_BUILD_ROOT
%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
%py_comp $RPM_BUILD_ROOT%{py_sitedir}
@@ -56,7 +56,6 @@
%defattr(644,root,root,755)
%doc {samples,README,CHANGES}
%attr(755,root,root) %{py_sitedir}/cElementTree.so
-%{py_sitedir}/%{module}*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -64,6 +63,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2006/03/04 13:12:54 glen
+- updated to 1.0.5-20051216
+
Revision 1.8 2005/12/24 14:06:59 arekm
- rel 5; BR setuptools
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-cElementTree.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list