Author: arekm Date: Tue Dec 20 19:23:36 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.8
---- Files affected: SPECS: python-kid.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/python-kid.spec diff -u SPECS/python-kid.spec:1.2 SPECS/python-kid.spec:1.3 --- SPECS/python-kid.spec:1.2 Mon Oct 3 19:27:52 2005 +++ SPECS/python-kid.spec Tue Dec 20 20:23:31 2005 @@ -2,15 +2,16 @@ Summary: Kid - A simple and pythonic XML template language Summary(pl): Kid - prosty i pythonopodobny język szablonów XML Name: python-kid -Version: 0.6.4 +Version: 0.8 Release: 1 Group: Development/Languages/Python License: X11/MIT -Source0: http://lesscode.org/dist/kid/kid-%{version}.tar.gz -# Source0-md5: e7e74a4387deff7cf473274dac442b36 +Source0: http://lesscode.org/dist/kid/%{version}/kid-%{version}.tar.gz +# Source0-md5: 3ebc1df08ceb636fb5102fc3a1f6448e URL: http://kid.lesscode.org/ BuildRequires: python-devel BuildRequires: python-elementtree +BuildRequires: python-setuptools %pyrequires_eq python-modules Requires: python-elementtree BuildArch: noarch @@ -38,7 +39,10 @@ %install rm -rf $RPM_BUILD_ROOT -python setup.py install --root=$RPM_BUILD_ROOT +python setup.py install \ + --single-version-externally-managed \ + --optimize=2 \ + --root=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -47,7 +51,7 @@ %defattr(644,root,root,755) %doc COPYING HISTORY README doc/ examples/ %attr(755,root,root) %{_bindir}/kid* -%{py_sitescriptdir}/kid +%{py_sitescriptdir}/kid* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog -n python-kid @@ -55,6 +59,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2005/12/20 19:23:31 arekm +- up to 0.8 + Revision 1.2 2005/10/03 17:27:52 qboosh - pl, noarch (I assume) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/python-kid.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
