Author: arekm Date: Mon Jan 2 12:29:20 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; play nicely with glens patched apxs (which supports DESTDIR on it's own)
---- Files affected: SPECS: subversion.spec (1.150 -> 1.151) ---- Diffs: ================================================================ Index: SPECS/subversion.spec diff -u SPECS/subversion.spec:1.150 SPECS/subversion.spec:1.151 --- SPECS/subversion.spec:1.150 Mon Jan 2 10:22:41 2006 +++ SPECS/subversion.spec Mon Jan 2 13:29:11 2006 @@ -16,7 +16,7 @@ Summary(pt_BR): Sistema de versionamento concorrente Name: subversion Version: 1.3.0 -Release: 1 +Release: 2 License: Apache/BSD Style Group: Development/Version Control Source0: http://subversion.tigris.org/downloads/%{name}-%{version}.tar.gz @@ -30,7 +30,7 @@ %if %{with net_client_only} %global apache_modules_api 0 %else -%{?with_apache:BuildRequires: apache-devel >= 2.0.47-0.6} +%{?with_apache:BuildRequires: apache-devel >= 2.2.0-8} BuildRequires: automake BuildRequires: db-devel >= 4.1.25 BuildRequires: rpmbuild(macros) >= 1.120 @@ -334,6 +334,7 @@ %if !%{with net_client_only} && %{with python} install-swig-py \ %endif + APACHE_LIBEXECDIR="$(%{_sbindir}/apxs -q LIBEXECDIR)" \ DESTDIR=$RPM_BUILD_ROOT \ swig_pydir=%{py_sitedir}/libsvn \ swig_pydir_extra=%{py_sitedir}/svn @@ -517,6 +518,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.151 2006/01/02 12:29:11 arekm +- rel 2; play nicely with glens patched apxs (which supports DESTDIR on it's own) + Revision 1.150 2006/01/02 09:22:41 arekm - merged 1.3.0 from DEVEL ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/subversion.spec?r1=1.150&r2=1.151&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
