SPECS: python-PasteScript.spec - Added template_dir() patch. Tested only wi...
beorn
beorn at pld-linux.org
Sun Mar 29 19:24:22 CEST 2009
Author: beorn Date: Sun Mar 29 17:24:22 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- Added template_dir() patch. Tested only with Pylons 0.9.7! Needs verification in other projects
---- Files affected:
SPECS:
python-PasteScript.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/python-PasteScript.spec
diff -u SPECS/python-PasteScript.spec:1.14 SPECS/python-PasteScript.spec:1.15
--- SPECS/python-PasteScript.spec:1.14 Sun Mar 29 18:14:53 2009
+++ SPECS/python-PasteScript.spec Sun Mar 29 19:24:16 2009
@@ -3,7 +3,7 @@
Summary(pl.UTF-8): Narzędzie linii poleceń z obsługą wtyczek
Name: python-PasteScript
Version: 1.7.3
-Release: 0.1
+Release: 0.2
Group: Libraries/Python
License: X11/MIT
Source0: http://cheeseshop.python.org/packages/source/P/PasteScript/PasteScript-%{version}.tar.gz
@@ -12,6 +12,7 @@
BuildRequires: python-devel
BuildRequires: python-setuptools >= 0.6-0.a9.1
%pyrequires_eq python-modules
+Patch0: %{name}-template_dir_assemble.patch
Requires: python-Beaker >= 0.7.5
Requires: python-cheetah
Requires: python-FormEncode >= 0.7.0
@@ -42,6 +43,7 @@
%prep
%setup -q -n PasteScript-%{version}
+%patch0 -p1
%build
python setup.py build
@@ -71,6 +73,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2009/03/29 17:24:16 beorn
+- Added template_dir() patch. Tested only with Pylons 0.9.7! Needs verification in other projects
+
Revision 1.14 2009/03/29 16:14:53 beorn
- Up to 1.7.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-PasteScript.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list