]> git.pld-linux.org Git - packages/python-cherrypy.git/commitdiff
- up to final 2.0.0 auto/ac/python-cherrypy-2_0_0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 28 Jun 2005 17:15:01 +0000 (17:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-cherrypy.spec -> 1.4

python-cherrypy.spec

index 7c54b21066938c9ec80504077a79917c00619298..4ea98346f03a5a5a6734b7e97e32eb91783ab835 100644 (file)
@@ -1,16 +1,15 @@
 %define        fname   CherryPy
 %define                module  %(echo %{fname} | tr A-Z a-z)
-%define                _rc     b
 
 Summary:       A pythonic, object-oriented web development framework
 Summary(pl):   Pythonowy, zorientowany obiektowo szkielet do tworzenia WWW
 Name:          python-%{module}
 Version:       2.0.0
-Release:       0%{_rc}.1
+Release:       1
 License:       BSD
 Group:         Development/Languages/Python
-Source0:       http://dl.sourceforge.net/cherrypy/%{fname}-%{version}%{_rc}.tar.gz
-# Source0-md5: 1a7822256854f67ab1b3def7923d9920
+Source0:       http://dl.sourceforge.net/cherrypy/%{fname}-%{version}.tar.gz
+# Source0-md5: 1e244a9728717199418f8a24a78a3a3e
 URL:           http://www.cherrypy.org
 BuildRequires: python
 %pyrequires_eq python-modules
@@ -58,7 +57,7 @@ Example files for CherryPy.
 Pliki przyk³adów dla CherryPy.
 
 %prep
-%setup -q -n %{fname}-%{version}%{_rc}
+%setup -q -n %{fname}-%{version}
 
 %build
 python setup.py build
This page took 0.079191 seconds and 4 git commands to generate.