]> git.pld-linux.org Git - packages/apache-mod_jk.git/commitdiff
- correct so name with apache 1.3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 11 Sep 2003 13:21:21 +0000 (13:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_jk.spec -> 1.22

apache-mod_jk.spec

index 0cee82be44bfa9d92b51e2280ba51565f8e383f1..6c56bd7a5fd95a34942d4d8fa74d166693c7637f 100644 (file)
@@ -62,8 +62,7 @@ export JAVA_HOME
        --with-apxs=%{apxs} \
        --with-java-home=${JAVA_HOME}
 
-%{__make} \
-       LIBTOOL=%{_bindir}/libtool
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -88,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 %if ! %{_apache2}
-%{apxs} -e -a -n %{mod_name} %{_pkglibdir}/lib%{mod_name}.so 1>&2
+%{apxs} -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
 if [ -f /etc/httpd/httpd.conf ] && ! grep -q "^Include.*mod_jk.conf" /etc/httpd/httpd.conf; then
        echo "Include /etc/httpd/mod_jk.conf" >> /etc/httpd/httpd.conf
 fi
@@ -100,7 +99,7 @@ fi
 %preun
 if [ "$1" = "0" ]; then
 %if ! %{_apache2}
-       %{apxs} -e -A -n %{mod_name} %{_pkglibdir}/lib%{mod_name}.so 1>&2
+       %{apxs} -e -A -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
        umask 027
        grep -v "^Include.*mod_jk.conf" /etc/httpd/httpd.conf > \
                /etc/httpd/httpd.conf.tmp
This page took 0.090715 seconds and 4 git commands to generate.