]> git.pld-linux.org Git - packages/apache-mod_proxy_html.git/commitdiff
- pl, added libxml2 version (as stated on homepage)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 Dec 2003 15:58:20 +0000 (15:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_proxy_html.spec -> 1.2

apache-mod_proxy_html.spec

index 3367a1057aaf9016f4bc863e4a24a23e1df2eec9..77344e2dac836988a1b0172a6fa2b22ee7731f50 100644 (file)
@@ -1,7 +1,8 @@
 %define                mod_name        proxy_html
 %define        apxs            /usr/sbin/apxs
 
-Summary:       An embedded Python interpreter for the Apache Web server
+Summary:       mod_proxy_html - additional proxy module for rewriting HTML links
+Summary(pl):   mod_proxy_html - dodatkowy modu³ proxy do przepisywania odno¶ników HTML
 Name:          apache-mod_%{mod_name}
 Version:       0.20031204
 Release:       1
@@ -16,10 +17,11 @@ BuildRequires:      apache-devel >= 2.0.44
 BuildRequires: apr-devel >= 1:0.9.4-1
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: libxml2-devel
+BuildRequires: libxml2-devel >= 2.5.10
 Requires(post,preun):  %{apxs}
 Requires:      apache >= 2.0.44
 Requires:      apache-mod_proxy >= 2.0.44
+Requires:      libxml2 >= 2.5.10
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                apache_moddir   %(%{apxs} -q LIBEXECDIR)
@@ -28,11 +30,16 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 mod_proxy_html is additional proxy module for rewriting HTML links
 so that they don't break in a reverse proxy.
 
+%description -l pl
+mod_proxy_html to dodatkowy modu³ proxy do przepisywania
 %prep
 %setup -q -c -T
 
 %build
-%{apxs} $(%{_bindir}/xml2-config --cflags --libs) $((%{_bindir}/apr-config --cflags --link-ld; %{_bindir}/apu-config --link-ld) | sed -e 's#-pthread#-lpthread#g') -c %{SOURCE0} -o mod_%{mod_name}.so
+%{apxs} \
+       $(%{_bindir}/xml2-config --cflags --libs) \
+       $((%{_bindir}/apr-config --cflags --link-ld; %{_bindir}/apu-config --link-ld) | sed -e 's#-pthread#-lpthread#g') \
+       -c %{SOURCE0} -o mod_%{mod_name}.so
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.249651 seconds and 4 git commands to generate.