]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
- adapterized, pl translations, BuildRequires: autoconf
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Oct 2001 11:56:38 +0000 (11:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_python.spec -> 1.11

apache-mod_python.spec

index 640aaca0dcbce6a3e126e8b2086ebdc30af5ffff..c70179e541b5d79f02162f7699f9c2c45b079585 100644 (file)
@@ -1,17 +1,20 @@
 %define                mod_name        python
 Summary:       A Python for the Apache Web server
+Summary(pl):   Python dla serwera WWW Apache
 Name:          apache-mod_%{mod_name}
 Version:       2.7.2
 Release:       0.1
 License:       distributable
 Group:         Networking/Daemons
+Group(de):     Netzwerkwesen/Server
 Group(pl):     Sieciowe/Serwery
-Source:                http://www.modpython.org/dist/mod_%{mod_name}-%{version}.tgz
+Source0:       http://www.modpython.org/dist/mod_%{mod_name}-%{version}.tgz
 Patch0:                apache-mod_python-shared.patch
 Patch1:                apache-mod_python-DESTDIR.patch
 URL:           http://www.modpython.org/
 Requires:      apache
 Requires:      python 
+BuildRequires: autoconf
 BuildRequires: apache
 BuildRequires: apache-devel
 BuildRequires: python-devel
@@ -25,11 +28,18 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define python_sitedir     %{python_libdir}/site-packages
 
 %description
-mod_python allows embedding Python within the Apache Web server 
-for a considerable boost in performance and added flexibility 
-in designing web based applications. 
+mod_python allows embedding Python within the Apache Web server for a
+considerable boost in performance and added flexibility in designing
+web based applications.
 
-NOTE: This versions should still be considered Beta
+NOTE: This versions should still be considered Beta.
+
+%description -l pl
+mod_python pozwala na zagnie¿d¿enie pythona w serwerze WWW Apache w
+celu zauwa¿alnej poprawy wydajno¶ci i zwiêkszonej elastyczno¶ci przy
+tworzeniu aplikacji opartych na WWW.
+
+Uwaga: ta wersja nadal powinna byæ uwa¿ana za Beta.
 
 %prep 
 %setup -q -n mod_%{mod_name}-%{version}
@@ -38,7 +48,7 @@ NOTE: This versions should still be considered Beta
 
 %build
 autoconf
-%{configure} --with-apxs=/usr/sbin/apxs
+%configure --with-apxs=/usr/sbin/apxs
 %{__make} dso
 
 %install
@@ -49,6 +59,9 @@ install -d $RPM_BUILD_ROOT{%{apache_moddir},%{python_sitedir}/mod_%{mod_name}}
 
 gzip -9nf README COPYRIGHT NEWS CREDITS
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 /usr/sbin/apxs -e -a -n %{mod_name} %{apache_moddir}/mod_%{mod_name}.so 1>&2
 if [ -f /var/lock/subsys/httpd ]; then
@@ -63,9 +76,6 @@ if [ "$1" = "0" ]; then
        fi
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc doc/*
This page took 0.03789 seconds and 4 git commands to generate.