SPECS: python-pyStringTemplate.spec - ver. 3.1
wrobell
wrobell at pld-linux.org
Mon Feb 25 23:24:19 CET 2008
Author: wrobell Date: Mon Feb 25 22:24:19 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ver. 3.1
---- Files affected:
SPECS:
python-pyStringTemplate.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/python-pyStringTemplate.spec
diff -u SPECS/python-pyStringTemplate.spec:1.3 SPECS/python-pyStringTemplate.spec:1.4
--- SPECS/python-pyStringTemplate.spec:1.3 Fri Mar 9 22:50:42 2007
+++ SPECS/python-pyStringTemplate.spec Mon Feb 25 23:24:13 2008
@@ -3,12 +3,12 @@
Summary: Template engine for generating any formatted text output
Summary(pl.UTF-8): Silnik szablonów do generowania dowolnie sformatowanego wyjścia tekstowego
Name: python-%{pp_subname}
-Version: 2.2
+Version: 3.1
Release: 1
License: BSD
Group: Libraries/Python
-Source0: http://www.antlr.org/download/%{pp_subname}-%{version}.tar.gz
-# Source0-md5: c94060929bc03425181284a961968e5f
+Source0: http://www.stringtemplate.org/download/%{pp_subname}-%{version}.tar.gz
+# Source0-md5: 5ab737068cc4abbd679af508ebffaaae
URL: http://www.stringtemplate.org/
BuildRequires: python >= 1:2.5
BuildRequires: rpm-pythonprov
@@ -41,13 +41,11 @@
%setup -q -n %{pp_subname}-%{version}
%build
-cd src
python setup.py build
%install
rm -rf $RPM_BUILD_ROOT
-cd src
python setup.py install --optimize=2 --root=$RPM_BUILD_ROOT
%py_postclean
@@ -56,8 +54,8 @@
%files
%defattr(644,root,root,755)
-%doc doc/*
-%{py_sitescriptdir}/stringtemplate
+%doc README.txt CHANGES.txt
+%{py_sitescriptdir}/stringtemplate3
%{py_sitescriptdir}/*egg-info
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -66,7 +64,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
-Revision 1.3 2007-03-09 21:50:42 qboosh
+Revision 1.4 2008-02-25 22:24:13 wrobell
+- ver. 3.1
+
+Revision 1.3 2007/03/09 21:50:42 qboosh
- pl
- no downloads count in desc (likely to change)
- BR: rpm-pythonprov, python 2.5 for egg-info
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-pyStringTemplate.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list