]> git.pld-linux.org Git - packages/apache-mod_jk.git/commitdiff
- up to 1.2.36 auto/th/apache-mod_jk-1_2_36-1 auto/ti/apache-mod_jk-1.2.36-1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 20 May 2012 14:39:52 +0000 (14:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_jk.spec -> 1.62

apache-mod_jk.spec

index 164dc2b7c8c7326dc547e69db164012e0d42f840..3575d1ac0cf307c6394c8b70bd2df95b2f2164c8 100644 (file)
@@ -5,12 +5,12 @@
 Summary:       Apache module that handles communication between Tomcat and Apache
 Summary(pl.UTF-8):     Moduł Apache'a obsługujący komunikację między Tomcatem a Apachem
 Name:          apache-mod_%{mod_name}
-Version:       1.2.32
+Version:       1.2.36
 Release:       1
 License:       Apache v2.0
 Group:         Networking/Daemons/HTTP
 Source0:       http://www.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-%{version}-src.tar.gz
-# Source0-md5: 8d2a844fe70c849e35ae6b7a3cf4fdfd
+# Source0-md5: 04152579257d481bcb1660ca7a93327a
 Source1:       %{name}.conf
 Source2:       %{name}-workers.properties
 Patch0:                %{name}-apxs.patch
@@ -53,14 +53,12 @@ cd native
 %{__automake}
 %{__autoconf}
 %configure \
-       --with-apxs=%{apxs} \
-       --with-java-home="%{java_home}"
+       --with-apxs=%{apxs}
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}/conf.d,/var/{lock/mod_jk,log/httpd}}
-
 %{__make} -C native install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -86,7 +84,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc native/{README.txt,CHANGES,NEWS} conf
+%doc native/{README.txt,STATUS.txt,TODO.txt} conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_%{mod_name}.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/workers.properties
 %attr(755,root,root) %{_pkglibdir}/*.so
This page took 0.029977 seconds and 4 git commands to generate.