deps
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=266
This commit is contained in:
parent
944e34f8fd
commit
fd415dd53a
@ -22,7 +22,7 @@
|
||||
%define svnuser svn
|
||||
%{!?_tmpfilesdir: %global _tmpfilesdir %{_libexecdir}/tmpfiles.d }
|
||||
%define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
|
||||
%define sqlite_minimum_version 3.7.12
|
||||
%define sqlite_minimum_version 3.8.2
|
||||
# SLE does not ship KDE
|
||||
%if 0%{?is_opensuse} != 1
|
||||
%define with_kde 0
|
||||
@ -41,7 +41,7 @@ Release: 0
|
||||
Summary: Subversion version control system
|
||||
License: Apache-2.0
|
||||
Group: Development/Tools/Version Control
|
||||
URL: https://subversion.apache.org
|
||||
Url: https://subversion.apache.org
|
||||
Source0: https://dist.apache.org/repos/dist/release/subversion/%{name}-%{version}.tar.bz2
|
||||
Source1: subversion.conf
|
||||
Source2: subversion.README.SUSE
|
||||
@ -82,6 +82,7 @@ BuildRequires: python2-xml
|
||||
BuildRequires: ruby-devel >= 1.8.2
|
||||
BuildRequires: swig
|
||||
BuildRequires: update-alternatives
|
||||
BuildRequires: utf8proc-devel
|
||||
BuildRequires: pkgconfig(apr-1) >= 1.3.0
|
||||
BuildRequires: pkgconfig(apr-util-1) >= 1.3.0
|
||||
BuildRequires: pkgconfig(bash-completion)
|
||||
@ -90,6 +91,7 @@ BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(krb5)
|
||||
BuildRequires: pkgconfig(liblz4)
|
||||
BuildRequires: pkgconfig(libsasl2)
|
||||
BuildRequires: pkgconfig(libsecret-1)
|
||||
BuildRequires: pkgconfig(serf-1) >= 1.3.4
|
||||
BuildRequires: pkgconfig(sqlite3) >= %{sqlite_minimum_version}
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
|
Loading…
x
Reference in New Issue
Block a user