]> git.pld-linux.org Git - packages/apache-mod_python.git/blame_incremental - apache-mod_python.spec
- use standard python macros
[packages/apache-mod_python.git] / apache-mod_python.spec
... / ...
CommitLineData
1%define mod_name python
2Summary: A Python for the Apache Web server
3Summary(pl): Python dla serwera WWW Apache
4Name: apache-mod_%{mod_name}
5Version: 2.7.6
6Release: 1
7License: distributable
8Group: Networking/Daemons
9Group(de): Netzwerkwesen/Server
10Group(pl): Sieciowe/Serwery
11Source0: http://www.modpython.org/dist/mod_%{mod_name}-%{version}.tgz
12Patch0: apache-mod_python-shared.patch
13Patch1: apache-mod_python-DESTDIR.patch
14URL: http://www.modpython.org/
15Requires: apache
16%requires_eq python
17BuildRequires: autoconf
18BuildRequires: apache
19BuildRequires: apache-devel
20BuildRequires: python-devel
21BuildRequires: rpm-pythonprov
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%define apache_moddir %(/usr/sbin/apxs -q LIBEXECDIR)
25
26%include /usr/lib/rpm/macros.python
27
28%description
29mod_python allows embedding Python within the Apache Web server for a
30considerable boost in performance and added flexibility in designing
31web based applications.
32
33NOTE: This versions should still be considered Beta.
34
35%description -l pl
36