|
|
@ -9,11 +9,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: kio-extras
|
|
|
|
Name: kio-extras
|
|
|
|
Version: 20.08.3
|
|
|
|
Version: 20.08.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Additional components to increase the functionality of KIO Framework
|
|
|
|
Summary: Additional components to increase the functionality of KIO Framework
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
URL: https://cgit.kde.org/%{name}.git
|
|
|
|
URL: https://invent.kde.org/network/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%if %{revision} >= 50
|
|
|
|
%if %{revision} >= 50
|
|
|
@ -124,9 +124,10 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{cmake_kf5} \
|
|
|
|
%cmake_kf5 \
|
|
|
|
-DLIBSSH_LIBRARIES="$(pkg-config --libs libssh)" \
|
|
|
|
-DLIBSSH_LIBRARIES="$(pkg-config --libs libssh)" \
|
|
|
|
%{?tests:-DBUILD_TESTING:BOOL=ON}
|
|
|
|
%{?tests:-DBUILD_TESTING:BOOL=ON}
|
|
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -227,6 +228,11 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 10" ||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Dec 29 2020 Rex Dieter <rdieter@fedoraproject.org> - 20.08.3-2
|
|
|
|
|
|
|
|
- rebuild (kdsoap)
|
|
|
|
|
|
|
|
- update URL
|
|
|
|
|
|
|
|
- .spec cosmetics
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 6 15:19:21 CST 2020 Rex Dieter <rdieter@fedoraproject.org> - 20.08.3-1
|
|
|
|
* Fri Nov 6 15:19:21 CST 2020 Rex Dieter <rdieter@fedoraproject.org> - 20.08.3-1
|
|
|
|
- 20.08.3
|
|
|
|
- 20.08.3
|
|
|
|
|
|
|
|
|
|
|
|