SPECS: apache-mod_jk.spec - apxs doesn't make pkglibdir, do it here
glen
glen at pld-linux.org
Wed Dec 28 15:24:30 CET 2005
Author: glen Date: Wed Dec 28 14:24:30 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- apxs doesn't make pkglibdir, do it here
---- Files affected:
SPECS:
apache-mod_jk.spec (1.34 -> 1.35)
---- Diffs:
================================================================
Index: SPECS/apache-mod_jk.spec
diff -u SPECS/apache-mod_jk.spec:1.34 SPECS/apache-mod_jk.spec:1.35
--- SPECS/apache-mod_jk.spec:1.34 Wed Dec 28 15:19:32 2005
+++ SPECS/apache-mod_jk.spec Wed Dec 28 15:24:25 2005
@@ -56,7 +56,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sysconfdir}/httpd.conf,/var/{lock/mod_jk,log/httpd}}
+install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}/httpd.conf,/var/{lock/mod_jk,log/httpd}}
%{__make} -C jk/native install \
DESTDIR=$RPM_BUILD_ROOT
@@ -98,6 +98,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.35 2005/12/28 14:24:25 glen
+- apxs doesn't make pkglibdir, do it here
+
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
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/apache-mod_jk.spec?r1=1.34&r2=1.35&f=u
More information about the pld-cvs-commit
mailing list