Author: qboosh Date: Wed Apr 16 16:10:00 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - pl fix, formatting, pythonprov BRs
---- Files affected: SPECS: python-jaxml.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/python-jaxml.spec diff -u SPECS/python-jaxml.spec:1.4 SPECS/python-jaxml.spec:1.5 --- SPECS/python-jaxml.spec:1.4 Sat Dec 8 01:22:15 2007 +++ SPECS/python-jaxml.spec Wed Apr 16 18:09:55 2008 @@ -13,27 +13,29 @@ URL: http://www.librelogiciel.com/software/jaxml/action_Presentation BuildRequires: python >= 1:2.5 BuildRequires: python-devel >= 1:2.5 +BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.219 %pyrequires_eq python-modules BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -JAXML is a Python module which makes the automated generation -of XML, XHTML or HTML documents easy. +JAXML is a Python module which makes the automated generation of XML, +XHTML or HTML documents easy. %description -l pl.UTF-8 -JAXML jest modułem dla pythona dzięki który upraszcza automatyczne +JAXML jest modułem dla Pythona, który upraszcza automatyczne generowanie dokumentów XML, XHTML or HTML. %prep %setup -q -n %{module}-%{version} %build -python setup.py build +%{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT -python setup.py install \ +%{__python} setup.py install \ --root=$RPM_BUILD_ROOT \ --optimize=2 @@ -54,6 +56,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2008-04-16 16:09:55 qboosh +- pl fix, formatting, pythonprov BRs + Revision 1.4 2007-12-08 00:22:15 beorn - PL fix :D @@ -65,4 +70,3 @@ Revision 1.1 2007-12-08 00:15:34 baggins - initial revision - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-jaxml.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
