- enable KWallet, gnome-keyring support
This commit is contained in:
parent
3e4a853f6b
commit
44bef686bf
@ -15,7 +15,7 @@
|
||||
Summary: A Modern Concurrent Version Control System
|
||||
Name: subversion
|
||||
Version: 1.6.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: ASL 1.1
|
||||
Group: Development/Tools
|
||||
URL: http://subversion.tigris.org/
|
||||
@ -25,7 +25,7 @@ Source3: filter-requires.sh
|
||||
Source4: http://www.xsteve.at/prg/emacs/psvn.el
|
||||
Source5: psvn-init.el
|
||||
Patch2: subversion-1.6.0-deplibs.patch
|
||||
Patch3: subversion-1.6.0-rpath.patch
|
||||
Patch3: subversion-1.6.1-rpath.patch
|
||||
Patch6: subversion-1.6.0-pie.patch
|
||||
Patch7: subversion-1.1.3-java.patch
|
||||
BuildRequires: autoconf, libtool, python, python-devel, texinfo, which
|
||||
@ -33,6 +33,7 @@ BuildRequires: db4-devel >= 4.1.25, swig >= 1.3.24, gettext
|
||||
BuildRequires: apr-devel >= 1.3.0, apr-util-devel >= 1.3.0
|
||||
BuildRequires: neon-devel >= 0:0.24.7-1, cyrus-sasl-devel
|
||||
BuildRequires: sqlite-devel >= 3.4.0
|
||||
BuildRequires: gnome-keyring-devel, kdelibs-devel >= 4.0.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Provides: svn = %{version}-%{release}
|
||||
Requires: apr >= 1.3.0
|
||||
@ -135,7 +136,9 @@ export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} CFLAGS="$RPM_OPT_FLAGS"
|
||||
--with-ruby-sitedir=%{ruby_sitearch} \
|
||||
--with-apxs=%{_sbindir}/apxs --disable-mod-activation \
|
||||
--disable-static --with-sasl=%{_prefix} \
|
||||
--disable-neon-version-check
|
||||
--disable-neon-version-check \
|
||||
--with-gnome-keyring \
|
||||
--with-kwallet
|
||||
make %{?_smp_mflags} all
|
||||
make swig-py swig-py-lib %{swigdirs}
|
||||
make swig-pl swig-pl-lib swig-rb swig-rb-lib
|
||||
@ -286,6 +289,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jun 1 2009 Joe Orton <jorton@redhat.com> 1.6.2-2
|
||||
- enable KWallet, gnome-keyring support
|
||||
|
||||
* Fri May 15 2009 Joe Orton <jorton@redhat.com> 1.6.2-1
|
||||
- update to 1.6.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user