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