]> git.pld-linux.org Git - packages/apache-mod_python.git/blob - apache-mod_python.spec
- macro APR_STATUS_IS_SUCCESS was removed from libapr; use APR_STATUS constant
[packages/apache-mod_python.git] / apache-mod_python.spec
1 %define         mod_name        python
2 %define         apxs            /usr/sbin/apxs
3 Summary:        An embedded Python interpreter for the Apache Web server
4 Summary(cs):    Vestavìný interpret Pythonu pro WWW server Apache
5 Summary(da):    En indbygget Python-fortolker for webtjeneren Apache
6 Summary(de):    Ein eingebetteter Python-Interpreter für den Apache Web-Server
7 Summary(es):    Intérprete Perl para el servidor Web Apache
8 Summary(fr):    Interpréteur Python intégré pour le serveur Web Apache
9 Summary(id):    Interpreter Perl untuk web server Apache
10 Summary(is):    Perl túlkur fyrir Apache vefþjóninn
11 Summary(it):    Interprete Python integrato per il server Web Apache
12 Summary(ja):    Apache Web ¥µ¡¼¥Ð¡¼ÍѤÎÁȹþ¤ß Perl ¥¤¥ó¥¿¡¼¥×¥ê¥¿
13 Summary(nb):    En Python-fortolker for webtjeneren Apache
14 Summary(pl):    Wbudowany interpreter jêzyka Python dla serwera WWW Apache
15 Summary(pt):    Um interpretador de Perl embebido para o servidor Web Apache
16 Summary(ru):    ÷ÓÔÒÏÅÎÎÙÊ ÉÎÔÅÒÐÒÅÔÁÔÏÒ Perl ÄÌÑ WWW-ÓÅÒ×ÅÒÁ Apache
17 Summary(sk):    Interpreter jazyka Perl pre webový server Apache
18 Summary(sl):    Vkljuèeni pythonski tolmaè za spletni stre¾nik Apache
19 Summary(sv):    En inbyggd Python-interpretator för webbservern Apache
20 Name:           apache-mod_%{mod_name}
21 Version:        3.1.3
22 Release:        5
23 License:        Apache Group License
24 Group:          Networking/Daemons
25 Source0:        http://www.apache.org/dist/httpd/modpython/mod_%{mod_name}-%{version}.tgz
26 # Source0-md5:  2e1983e35edd428f308b0dfeb1c23bfe
27 Source1:        %{name}.conf
28 Patch0:         %{name}-lib64.patch
29 Patch1:         %{name}-apr-status-is-success.patch
30 URL:            http://www.modpython.org/
31 BuildRequires:  %{apxs}
32 BuildRequires:  apache >= 2.0.44
33 BuildRequires:  apache-devel >= 2.0.44
34 BuildRequires:  apr-devel >= 1:0.9.4-1
35 BuildRequires:  autoconf
36 BuildRequires:  automake
37 BuildRequires:  flex >= 2.5.31
38 BuildRequires:  python-devel >= 2.2
39 BuildRequires:  rpm-pythonprov
40 Requires(post,preun):   %{apxs}
41 Requires:       apache >= 2.0.44
42 # apache.py uses pdb module
43 Requires:       python-devel-tools
44 %pyrequires_eq  python
45 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
46
47 %define         _sysconfdir     %(%{apxs} -q SYSCONFDIR)
48 %define         _pkglibdir      %(%{apxs} -q LIBEXECDIR)
49
50 %description
51 Mod_python is a module that embeds the Python language interpreter
52 within the server, allowing Apache handlers to be written in Python.
53
54 Mod_python brings together the versatility of Python and the power of
55 the Apache Web server for a considerable boost in flexibility and
56 performance over the traditional CGI approach.
57
58 %description -l cs
59 Balíèek mod_python obsahuje modul, který umo¾ní serveru Apache pøímo
60 interpretovat CGI skripty napsané v jazyce Python. To vede k výraznému
61 zvý¹ení rychlosti jejich provedení.
62
63 %description -l de
64 Mod_python ist ein Modul, das den Python-Sprachinterpreter innerhalb
65 des Servers einbettet und es den Apache-Handlern ermöglicht, in Python
66 geschrieben zu werden.
67
68 Mod_python verbindet die Vielseitigkeit von Python und die
69 Leistungsstärke des Apache Web-Servers, was eine enorme Steigerung der
70 Flexibilität und Leistung gegenüber dem traditionellen CGI-Ansatz
71 bedeutet.
72
73 %description -l es
74 Mod_python es un módulo que activa el intérprete de Python en el
75 servidor, permitiendo que se escriban gestores para Apache en Python.
76
77 Mod_python proporciona la versatilidad y el poder del servidor web
78 Apache para acelerar considerablemente la flexibilidad y prestaciones
79 en comparación a una aproximación tradicional con CGI.
80
81 %description -l fr
82 Mod_python est un module qui intègre l'interpréteur de langage Python
83 dans le serveur, permettant aux gestionnaires Apache d'être écrits en
84 Python.
85
86 Mod_python conjugue la versatilité de Python et la puissance du
87 serveur Web Apache de façon à augmenter considérablement la
88 flexibilité et la performance par rapport à une approche CGI
89 traditionnelle.
90
91 %description -l it
92 Mod_python è un modulo che integra nel server l'interprete del
93 linguaggio Python, in modo che i programmi di gestione possano essere
94 scritti in Python.
95
96 Mod_python unisce in sé la versatilità di Python e la potenza del
97 server Web Apache, con un conseguente accrescimento di flessibilità e
98 un miglioramento notevole nelle prestazioni rispetto all'approccio
99 tradizionale CGI.
100
101 %description -l ja
102 Mod_python ¤Ï¥µ¡¼¥Ð¡¼Æâ¤Ë Python
103 ¸À¸ì¥¤¥ó¥¿¡¼¥×¥ê¥¿¤òÁȤ߹þ¤ó¤À¥â¥¸¥å¡¼¥ë ¤Ç¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢Apache
104 ¥Ï¥ó¥É¥é¤ò Python ¤Çµ­½Ò¤Ç¤­¤Þ¤¹¡£ Mod_python ¤Ï¡¢Python ¤ÎÈÆÍÑÀ­¤È
105 Apache Web ¥µ¡¼¥Ð¡¼¤Î¥Ñ¥ï¡¼¤òÁȤ߹ç¤ï¤»¤ë ¤³¤È¤Ë¤è¤ê¡¢½¾Íè¤Î CGI
106 ¥¢¥×¥í¡¼¥Á¤«¤é½ÀÆðÀ­¤È¥Ñ¥Õ¥©¡¼¥Þ¥ó¥¹¤òÂçÉý¤Ë¸þ¾å¤µ¤»¤Þ¤¹¡£
107
108 %description -l pl
109 mod_python jest modu³em osadzaj±cym interpreter jêzyka Python w
110 serwerze WWW Apache, umo¿liwiaj±c mu obs³ugê kodu napisanego w
111 Pythonie.
112
113 mod_python ³±czy wszechstronno¶æ Pythona i moc Apache'a jako serwera
114 WWW, co daje zwiêkszon± elastyczno¶æ i zauwa¿aln± poprawê wydajno¶ci w
115 stosunku do tradycyjnego rozwi±zania opartego na CGI.
116
117 %description -l sv
118 Mod_python är en modul som bygger in en interpretator för språket
119 Python i servern, och låter Apach-hanterare skrivas i Python.
120
121 Mod_python sammanför mångsidigheten hos Python och kraften hos
122 webbservern Apache till en avsevärd ökning av flexibiliteten och
123 prestandan jämfört med den traditionella CGI-metoden.
124
125 %prep
126 %setup -q -n mod_%{mod_name}-%{version}
127 %if "%{_libdir}" == "%{_prefix}/lib64"
128 %patch0
129 %endif
130 %patch1 -p1
131
132 %build
133 %{__aclocal}
134 %{__autoconf}
135
136 # new apache needs it
137 CFLAGS="-DEAPI %{rpmcflags}"
138 %configure \
139         --with-apxs=%{apxs}
140
141 %{__make} dso
142
143 %install
144 rm -rf $RPM_BUILD_ROOT
145 install -d $RPM_BUILD_ROOT%{_pkglibdir} \
146         $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
147
148 %{__make} install \
149         DESTDIR=$RPM_BUILD_ROOT
150
151 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf/60_mod_python.conf
152
153 %clean
154 rm -rf $RPM_BUILD_ROOT
155
156 %post
157 if [ -f /var/lock/subsys/httpd ]; then
158         /etc/rc.d/init.d/httpd restart 1>&2
159 fi
160
161 %preun
162 if [ "$1" = "0" ]; then
163         if [ -f /var/lock/subsys/httpd ]; then
164                 /etc/rc.d/init.d/httpd restart 1>&2
165         fi
166 fi
167
168 %files
169 %defattr(644,root,root,755)
170 %doc doc-html/* README COPYRIGHT NEWS CREDITS
171 %{_sysconfdir}/httpd.conf/60_mod_python.conf
172 %attr(755,root,root) %{_pkglibdir}/*.so
173 %dir %{py_sitedir}/mod_%{mod_name}
174 %attr(755,root,root) %{py_sitedir}/mod_%{mod_name}/*.so
175 %{py_sitedir}/mod_%{mod_name}/*.py[co]
This page took 0.110625 seconds and 3 git commands to generate.