SPECS: python-cherrypy.spec - up to 3.0.0 (The latest stable is 3.1.1, but ...
witekfl
witekfl at pld-linux.org
Tue Jan 6 19:11:49 CET 2009
Author: witekfl Date: Tue Jan 6 18:11:49 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 3.0.0 (The latest stable is 3.1.1, but I need 3.0.0 for now)
- rel 1
---- Files affected:
SPECS:
python-cherrypy.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SPECS/python-cherrypy.spec
diff -u SPECS/python-cherrypy.spec:1.16 SPECS/python-cherrypy.spec:1.17
--- SPECS/python-cherrypy.spec:1.16 Fri Oct 3 19:47:10 2008
+++ SPECS/python-cherrypy.spec Tue Jan 6 19:11:43 2009
@@ -5,13 +5,13 @@
Summary: A pythonic, object-oriented web development framework
Summary(pl.UTF-8): Pythonowy, zorientowany obiektowo szkielet do tworzenia WWW
Name: python-%{module}
-Version: 2.2.1
-Release: 4
+Version: 3.0.0
+Release: 1
License: BSD
Group: Development/Languages/Python
-Source0: http://dl.sourceforge.net/cherrypy/%{fname}-%{version}.tar.gz
-# Source0-md5: 14bf17b0706bc480342cb8fcfaed74cd
-Patch0: %{name}-autoreload.patch
+Source0: http://download.cherrypy.org/%{fname}/%{version}/%{fname}-%{version}.tar.gz
+# Source0-md5: 2065d19e79c9c1b30c9327509d2f3d0e
+#Patch0: %{name}-autoreload.patch
URL: http://www.cherrypy.org
BuildRequires: python >= 1:2.5
%pyrequires_eq python-modules
@@ -61,7 +61,7 @@
%prep
%setup -q -n %{fname}-%{version}
-%patch0 -p1
+#%patch0 -p1
%build
python setup.py build
@@ -85,7 +85,7 @@
%files
%defattr(644,root,root,755)
-%doc CHANGELOG.txt CHERRYPYTEAM.txt README.txt
+%doc README.txt
%{py_sitescriptdir}/%{module}
%{py_sitescriptdir}/CherryPy*
@@ -99,6 +99,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2009/01/06 18:11:43 witekfl
+- up to 3.0.0 (The latest stable is 3.1.1, but I need 3.0.0 for now)
+- rel 1
+
Revision 1.16 2008/10/03 17:47:10 arekm
- release 4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-cherrypy.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list