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