- add bconditional for libserf support
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=70
This commit is contained in:
parent
ea618ef107
commit
0d5ffec1fc
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 00:34:35 CEST 2011 - dmueller@suse.de
|
||||
|
||||
- add bconditional for libserf support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 19 17:39:29 CEST 2011 - dmueller@suse.de
|
||||
|
||||
|
@ -30,6 +30,8 @@
|
||||
%define with_kde4_kwallet 0%{?suse_version} > 1110
|
||||
%define with_gnome_keyring 0%{?suse_version} > 1110
|
||||
|
||||
%bcond_with subversion_libserf_support
|
||||
|
||||
Name: subversion
|
||||
Version: 1.6.17
|
||||
Release: 1
|
||||
@ -63,6 +65,9 @@ BuildRequires: libgnome-keyring-devel
|
||||
BuildRequires: gnome-keyring-devel
|
||||
%endif
|
||||
%endif # with_gnome_keyring
|
||||
%if %{with subversion_libserf_support}
|
||||
BuildRequires: libserf-devel
|
||||
%endif
|
||||
%if %with_kde4_kwallet
|
||||
BuildRequires: dbus-1-devel kdelibs4-core libkde4-devel libqt4-devel
|
||||
%endif # with_kde4_kwallet
|
||||
@ -553,12 +558,12 @@ find "%{buildroot}%{py_prefix}/lib/python%{py_ver}/site-packages/csvn/" -name "*
|
||||
#
|
||||
# double check that the essential repository access schemes have been compiled in
|
||||
#
|
||||
schemes=$(LD_LIBRARY_PATH="${RPM_BUILD_ROOT}%{_libdir}" "${RPM_BUILD_ROOT}%{_bindir}/svn" --version | %__grep "'" | cut -d\' -f2)
|
||||
schemes=$(LD_LIBRARY_PATH="${RPM_BUILD_ROOT}%{_libdir}" "${RPM_BUILD_ROOT}%{_bindir}/svn" --version | %__grep "'" | cut -d\' -f2 | sort -u)
|
||||
# reset vim syntax: '
|
||||
test "$schemes" = "http
|
||||
test "$schemes" = "file
|
||||
http
|
||||
https
|
||||
svn
|
||||
file"
|
||||
svn"
|
||||
#
|
||||
%perl_process_packlist
|
||||
%find_lang %name
|
||||
|
Loading…
x
Reference in New Issue
Block a user