- Reenable kwallet integration as kdelibs4 were ported to the
openssl-1.1 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=262
This commit is contained in:
parent
371ec376dc
commit
91270f3dd4
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 12 08:19:41 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Reenable kwallet integration as kdelibs4 were ported to the
|
||||||
|
openssl-1.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 19 06:59:02 UTC 2017 - fstrba@suse.com
|
Tue Dec 19 06:59:02 UTC 2017 - fstrba@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package subversion
|
# spec file for package subversion
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2013 Andreas Stieger <andreas.stieger@gmx.de>
|
# Copyright (c) 2013 Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
# Copyright (c) 2009-2010 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2009-2010 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
@ -27,13 +27,7 @@
|
|||||||
%if 0%{?is_opensuse} != 1
|
%if 0%{?is_opensuse} != 1
|
||||||
%define with_kde 0
|
%define with_kde 0
|
||||||
%else
|
%else
|
||||||
# Disable kwallet support on Tumbleweed, because otherwise there will be
|
%define with_kde 1
|
||||||
# a conflict between libopenssl-devel versions pulled in by libserf and libqt4
|
|
||||||
%if 0%{?suse_version} >= 1330
|
|
||||||
%define with_kde 0
|
|
||||||
%else
|
|
||||||
%define with_kde 1
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
||||||
%if ! %{defined _fillupdir}
|
%if ! %{defined _fillupdir}
|
||||||
@ -47,7 +41,7 @@ Release: 0
|
|||||||
Summary: Subversion version control system
|
Summary: Subversion version control system
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
Url: https://subversion.apache.org
|
URL: https://subversion.apache.org
|
||||||
Source0: https://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2
|
Source0: https://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2
|
||||||
Source1: subversion.conf
|
Source1: subversion.conf
|
||||||
Source2: subversion.README.SUSE
|
Source2: subversion.README.SUSE
|
||||||
@ -143,7 +137,6 @@ to large-scale enterprise operations.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development package for Subversion developers
|
Summary: Development package for Subversion developers
|
||||||
# this pulls in libapr1-devel and libexpat-devel
|
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libapr-util1-devel
|
Requires: libapr-util1-devel
|
||||||
Requires: subversion = %{version}
|
Requires: subversion = %{version}
|
||||||
@ -207,7 +200,6 @@ Requires: subversion = %{version}
|
|||||||
The subversion-server package adds the Subversion server Apache module
|
The subversion-server package adds the Subversion server Apache module
|
||||||
to the Apache directories and configuration.
|
to the Apache directories and configuration.
|
||||||
|
|
||||||
%if %{with_kde}
|
|
||||||
%package -n libsvn_auth_kwallet-1-0
|
%package -n libsvn_auth_kwallet-1-0
|
||||||
Summary: KWallet support for Subversion
|
Summary: KWallet support for Subversion
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
@ -217,7 +209,6 @@ Supplements: packageand(subversion:plasma5-workspace)
|
|||||||
|
|
||||||
%description -n libsvn_auth_kwallet-1-0
|
%description -n libsvn_auth_kwallet-1-0
|
||||||
Provides KWallet integration for Subversion
|
Provides KWallet integration for Subversion
|
||||||
%endif
|
|
||||||
|
|
||||||
%package -n libsvn_auth_gnome_keyring-1-0
|
%package -n libsvn_auth_gnome_keyring-1-0
|
||||||
Summary: GNOME keyring sypport for Subversion
|
Summary: GNOME keyring sypport for Subversion
|
||||||
@ -455,7 +446,8 @@ systemd-tmpfiles --create %{_tmpfilesdir}/svnserve.conf
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -f files.subversion
|
%files -f files.subversion
|
||||||
%doc README.SUSE BUGS CHANGES LICENSE README.mod_authz_svn
|
%license LICENSE
|
||||||
|
%doc README.SUSE BUGS CHANGES README.mod_authz_svn
|
||||||
%dir %{_docdir}/%{name}/*
|
%dir %{_docdir}/%{name}/*
|
||||||
%{_docdir}/%{name}
|
%{_docdir}/%{name}
|
||||||
%{_sbindir}/rcsvnserve
|
%{_sbindir}/rcsvnserve
|
||||||
|
Loading…
x
Reference in New Issue
Block a user