update for KDE 5 (Phil O, #1768693)

Resolves: rhbz#1768693
This commit is contained in:
Joe Orton 2020-01-06 08:24:17 +00:00
parent 1009d9c401
commit 44728be640
1 changed files with 7 additions and 3 deletions

View File

@ -45,7 +45,7 @@
Summary: A Modern Concurrent Version Control System
Name: subversion
Version: 1.12.2
Release: 2%{?dist}
Release: 3%{?dist}
License: ASL 2.0
URL: https://subversion.apache.org/
@ -151,7 +151,8 @@ passwords in the GNOME Keyring.
%package kde
Summary: KDE Wallet support for Subversion
Requires: subversion%{?_isa} = %{version}-%{release}
BuildRequires: kdelibs-devel >= 4.0.0
BuildRequires: qt5-devel >= 5.0.0, kf5-kwallet-devel, kf5-ki18n-devel
BuildRequires: kf5-kcoreaddons-devel
%description kde
The subversion-kde package adds support for storing Subversion
@ -261,7 +262,7 @@ export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path}
--with-junit=%{_prefix}/share/java/junit.jar \
%endif
%if %{with kwallet}
--with-kwallet=%{_includedir}/kde4:%{_libdir}/kde4/devel \
--with-kwallet=%{_includedir}:%{_libdir} \
%endif
%if %{with bdb}
--with-berkeley-db \
@ -532,6 +533,9 @@ make check-javahl
%endif
%changelog
* Mon Jan 6 2020 Joe Orton <jorton@redhat.com> - 1.12.2-3
- update for KDE 5 (Phil O, #1768693)
* Fri Aug 30 2019 Joe Orton <jorton@redhat.com> - 1.12.2-2
- switch to Python 3 for F32+ (#1737928)