]> git.pld-linux.org Git - packages/python-PasteWebKit.git/blame - python-PasteWebKit.spec
- release 4 (by relup.sh)
[packages/python-PasteWebKit.git] / python-PasteWebKit.spec
CommitLineData
6f5169dc
AF
1%define module PasteWebKit
2Summary: A port/reimplementation of Webware WebKit in WSGI and Paste
27b31eed 3Summary(pl.UTF-8): Port/reimplementacja WebKitu Webware w WSGI i Paste
6f5169dc 4Name: python-%{module}
23f83c4b 5Version: 1.0
5c60a3a3 6Release: 4
e7e2a27b 7Group: Libraries/Python
6f5169dc
AF
8License: X11/MIT
9Source0: http://cheeseshop.python.org/packages/source/P/PasteWebKit/%{module}-%{version}.tar.gz
23f83c4b 10# Source0-md5: 3f06815a43eebf4672143b4e29021a57
6f5169dc
AF
11URL: http://pythonpaste.org/webkit/
12BuildRequires: python-devel
13BuildRequires: python-setuptools >= 0.6-0.a9.1
14%pyrequires_eq python-modules
15Requires: python-Paste
16Requires: python-PasteDeploy
17Requires: python-PasteScript
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22This is a reimplementation of the Webware API, using Paste for most of
23the functionality, and just providing an API wrapper.
24
25While the basic layout of applications is different from what
26Webware's MakeAppWorkDir creates, this is intended to be backward
27compatible for most typical Webware applications.
28
28c630ac
JR
29%description -l pl.UTF-8
30To jest reimplementacja API Webware przy użyciu Paste dla większości
31funkcjonalności, z udostępnieniem zwykłego obudowania API.
0afa74cd 32
28c630ac
JR
33O ile podstawowy wygląd aplikacji jest różny od tworzonego przez
34MakeAppWorkDir w Webware, powinien być wstecznie kompatybilny z
35większością typowych aplikacji Webware.
0afa74cd 36
6f5169dc
AF
37%prep
38%setup -q -n %{module}-%{version}
39
40%build
41python setup.py build
42
43%install
44rm -rf $RPM_BUILD_ROOT
45python setup.py install \
46 --single-version-externally-managed \
47 --optimize=2 \
48 --root=$RPM_BUILD_ROOT
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
55%doc docs/
56%{py_sitescriptdir}/paste*
57%{py_sitescriptdir}/Paste*
This page took 0.047649 seconds and 4 git commands to generate.