From 964e9a8397c507666e6aca9d6fb7ecdf8b08a4e9 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 6 Feb 2002 08:27:48 +0000 Subject: [PATCH] - added aclocal Changed files: apache-mod_python.spec -> 1.19 --- apache-mod_python.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apache-mod_python.spec b/apache-mod_python.spec index 809ea87..aa63489 100644 --- a/apache-mod_python.spec +++ b/apache-mod_python.spec @@ -17,6 +17,7 @@ Patch0: apache-mod_python-shared.patch Patch1: apache-mod_python-DESTDIR.patch URL: http://www.modpython.org/ BuildRequires: autoconf +BuildRequires: automake BuildRequires: apache BuildRequires: apache-devel BuildRequires: python-devel >= 2.2 @@ -32,21 +33,18 @@ 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. - %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} %patch0 -p1 %patch1 -p1 %build +aclocal autoconf # new apache needs it -- 2.43.0