Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 470dd5454c73efb4cf86f76cb03b06a7 > files > 2

python-cherrypy-2.0-0.0a1.1mdk.src.rpm

%define subrel  0a1
%define version 2.0
%define tarname CherryPy-%{version}.%{subrel}


Summary:        A Python-based framework for web application development 
Name:           python-cherrypy
Version:        %version
Release:        0.%subrel.1mdk
Source0:        http://prdownloads.sourceforge.net/cherrypy/%tarname.tar.bz2
License:        BSD
Group:          Development/Python
URL:            http://www.cherrypy.org
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	python-devel
BuildArch:      noarch

%description
A Python-based framework for web application development. 

CheryPy allows you to write and easyly deploy web applications, thanks
to a bundled webserver. It features a automated way to map an url to a 
mathod, allowing you to describe your site as a python class.

%prep
%setup -q -n %tarname

%build
%__python setup.py build
cat > tutorial.conf << EOF
[server]
socketPort = 8080
threadPool = 10

[session]
storageType=ram
EOF

%install
%__rm -rf %buildroot
%__python setup.py install --root  %buildroot

%clean
%__rm -rf %buildroot

%files
%defattr(755,root,root)
%doc ChangeLog.txt CherryPyTeam.txt Readme.txt
%doc cherrypy/tutorial/* tutorial.conf
%_libdir/python%pyver/site-packages/cherrypy/
%changelog

* Mon Dec 06 2004 Michael Scherer <misc@mandrake.org> 2.0-0.0a1.1mdk 
- initial package for Mandrakelinux