- enable SASL support (#464267)
This commit is contained in:
parent
12108fdf1a
commit
3847fa558d
@ -15,7 +15,7 @@
|
|||||||
Summary: Modern Version Control System designed to replace CVS
|
Summary: Modern Version Control System designed to replace CVS
|
||||||
Name: subversion
|
Name: subversion
|
||||||
Version: 1.5.2
|
Version: 1.5.2
|
||||||
Release: 2
|
Release: 3
|
||||||
License: ASL 1.1
|
License: ASL 1.1
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://subversion.tigris.org/
|
URL: http://subversion.tigris.org/
|
||||||
@ -31,7 +31,7 @@ Patch8: subversion-1.5.0-perl510.patch
|
|||||||
BuildRequires: autoconf, libtool, python, python-devel, texinfo, which
|
BuildRequires: autoconf, libtool, python, python-devel, texinfo, which
|
||||||
BuildRequires: db4-devel >= 4.1.25, swig >= 1.3.24, gettext
|
BuildRequires: db4-devel >= 4.1.25, swig >= 1.3.24, gettext
|
||||||
BuildRequires: apr-devel >= 0.9.7, apr-util-devel >= 0.9.7
|
BuildRequires: apr-devel >= 0.9.7, apr-util-devel >= 0.9.7
|
||||||
BuildRequires: neon-devel >= 0:0.24.7-1
|
BuildRequires: neon-devel >= 0:0.24.7-1, cyrus-sasl-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Provides: svn = %{version}-%{release}
|
Provides: svn = %{version}-%{release}
|
||||||
Requires: apr >= 1.3.0
|
Requires: apr >= 1.3.0
|
||||||
@ -129,7 +129,7 @@ export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path}
|
|||||||
--with-swig --with-neon=%{_prefix} \
|
--with-swig --with-neon=%{_prefix} \
|
||||||
--with-ruby-sitedir=%{ruby_sitearch} \
|
--with-ruby-sitedir=%{ruby_sitearch} \
|
||||||
--with-apxs=%{_sbindir}/apxs --disable-mod-activation \
|
--with-apxs=%{_sbindir}/apxs --disable-mod-activation \
|
||||||
--disable-static
|
--disable-static --with-sasl=%{_prefix}
|
||||||
make %{?_smp_mflags} all
|
make %{?_smp_mflags} all
|
||||||
make swig-py swig-py-lib %{swigdirs}
|
make swig-py swig-py-lib %{swigdirs}
|
||||||
make swig-pl swig-pl-lib swig-rb swig-rb-lib
|
make swig-pl swig-pl-lib swig-rb swig-rb-lib
|
||||||
@ -277,6 +277,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 30 2008 Joe Orton <jorton@redhat.com> 1.5.2-3
|
||||||
|
- enable SASL support (#464267)
|
||||||
|
|
||||||
* Fri Sep 12 2008 Joe Orton <jorton@redhat.com> 1.5.2-2
|
* Fri Sep 12 2008 Joe Orton <jorton@redhat.com> 1.5.2-2
|
||||||
- update to 1.5.2
|
- update to 1.5.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user