]> git.pld-linux.org Git - packages/apache-mod_transform.git/blobdiff - apache-mod_transform.spec
- fixed module name so it'll run out of the box
[packages/apache-mod_transform.git] / apache-mod_transform.spec
index b59fba49c5d28df1e98aea718c0c8b7e7970be7f..02ca5072fc94fe721761f2360b3d00dc4e8596a0 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Module to serve XML based content
 Summary(pl):   Modu³ do udostêpniania dokumentów XML
 Name:          apache-mod_%{mod_name}
 Version:       0.4.0
-Release:       2
+Release:       3
 License:       GPL v2+
 Group:         Networking/Daemons
 Source0:       http://www.outoforder.cc/downloads/mod_transform/mod_%{mod_name}-%{version}.tar.gz
@@ -12,7 +12,7 @@ Source0:      http://www.outoforder.cc/downloads/mod_transform/mod_%{mod_name}-%{vers
 Source1:       %{name}.conf
 URL:           http://www.outoforder.cc/projects/apache/mod_transform/
 BuildRequires: %{apxs}
-BuildRequires: apache >= 2.0.40
+BuildRequires: apr-devel >= 1:1.0.0
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
@@ -39,6 +39,8 @@ program CGI.
 %setup -q -n mod_%{mod_name}-%{version}
 
 %build
+%{__perl} -pi -e "s:apr-config:apr-1-config:g" aclocal.m4 m4/apache.m4
+%{__perl} -pi -e "s:apu-config:apu-1-config:g" aclocal.m4 m4/apache.m4
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
This page took 0.135001 seconds and 4 git commands to generate.