Author: glen Date: Wed Dec 28 14:19:37 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - cleanup BR (apr, apr-util are apache-devel deps, directly required here) - fixed that changelog again
---- Files affected: SPECS: apache-mod_jk.spec (1.33 -> 1.34) ---- Diffs: ================================================================ Index: SPECS/apache-mod_jk.spec diff -u SPECS/apache-mod_jk.spec:1.33 SPECS/apache-mod_jk.spec:1.34 --- SPECS/apache-mod_jk.spec:1.33 Wed Dec 28 15:15:05 2005 +++ SPECS/apache-mod_jk.spec Wed Dec 28 15:19:32 2005 @@ -17,8 +17,6 @@ URL: http://tomcat.apache.org/connectors-doc/ BuildRequires: %{apxs} BuildRequires: apache-devel >= 2.2.0-6.8 -BuildRequires: apr-devel >= 1:1.0 -BuildRequires: apr-util-devel >= 1:1.0 BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -58,7 +56,7 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}/httpd.conf,/var/{lock/mod_jk,log/httpd}} +install -d $RPM_BUILD_ROOT{%{_sysconfdir}/httpd.conf,/var/{lock/mod_jk,log/httpd}} %{__make} -C jk/native install \ DESTDIR=$RPM_BUILD_ROOT @@ -100,13 +98,21 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34 2005/12/28 14:19:32 glen +- cleanup BR (apr, apr-util are apache-devel deps, directly required here) +- fixed that changelog again + Revision 1.33 2005/12/28 14:15:05 glen - fixed last commit message - fixed post script order - remove not needed hacks Revision 1.32 2005/12/28 14:12:02 glen -- updated to 1.2.15; rel 0.1 +- updated to 1.2.15 +- call autotools from spec +- removed uneeded hacks +- EAPI is for apache 1.3 +- rel 0.1 Revision 1.31 2005/12/26 23:59:19 glen - unified, build fixes ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/apache-mod_jk.spec?r1=1.33&r2=1.34&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
