SPECS: subversion.spec - more apache build system unify

glen glen at pld-linux.org
Mon Mar 13 23:42:06 CET 2006


Author: glen                         Date: Mon Mar 13 22:42:06 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- more apache build system unify

---- Files affected:
SPECS:
   subversion.spec (1.157 -> 1.158) 

---- Diffs:

================================================================
Index: SPECS/subversion.spec
diff -u SPECS/subversion.spec:1.157 SPECS/subversion.spec:1.158
--- SPECS/subversion.spec:1.157	Mon Mar 13 23:39:09 2006
+++ SPECS/subversion.spec	Mon Mar 13 23:42:01 2006
@@ -11,6 +11,7 @@
 %bcond_without	apache				# build without apache support (webdav, etc)
 #
 %{!?with_net_client_only:%include	/usr/lib/rpm/macros.perl}
+%define	apxs	/usr/sbin/apxs
 Summary:	A Concurrent Versioning system similar to but better than CVS
 Summary(pl):	System kontroli wersji podobny, ale lepszy, niż CVS
 Summary(pt_BR):	Sistema de versionamento concorrente
@@ -61,8 +62,8 @@
 Requires:	%{name}-libs = %{version}-%{release}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_apachelibdir	/usr/%{_lib}/apache
-%define		_libexecdir	%{_libdir}/svn
+%define		_apachelibdir	%(%{apxs} -q LIBEXECDIR 2>/dev/null)
+%define		_libexecdir		%{_libdir}/svn
 
 %description
 The goal of the Subversion project is to build a version control
@@ -514,6 +515,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.158  2006/03/13 22:42:01  glen
+- more apache build system unify
+
 Revision 1.157  2006/03/13 22:39:09  glen
 - unify apache modules preambles
 - adapterized
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/subversion.spec?r1=1.157&r2=1.158&f=u



More information about the pld-cvs-commit mailing list