Christophe Marin 2020-11-21 12:58:49 +00:00 committed by Git OBS Bridge
parent 513e76605d
commit 7f5ea5a38a
6 changed files with 41 additions and 8 deletions

BIN
applications.keyring Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77c1ddfb0a56c40227e0624c078836a8c22bf5a2fb4a3c0cbd53ee6b174c126e
size 357364

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3824da0fdb31bf5f4c8bb2ab5392cfb6098c062ee5ccb035984b0953ddb5831
size 604456

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl+uooUACgkQOmpNuDnq
ptdkPRAAlFddzEYLI4SS/TFt6BKwdxgzByEu6cx2GuziVCPQ250Q35HnUnSHC1nP
sfNr9tOvss0WVrtSgkrnTZwQzA2LvgDT7Qi5WpelBN/oKS6mZFVPxgQw4/JumRu3
a3/xdH2a0Z2N3zoOdggjVy1Jw38cUd2BxXcJz3aMECG7b4dNr6esyaeWc8Wkggu1
jvFCNcT2EFWuO+bUIsj8cN6fF4O5Gn7TfpYzuKinYT2Rxt9/Vzbk2FeR9+h8RBU5
y/sDUyIiynY2zu4n0sAQMU/u87WPHSlhL3G+rt4Wd11MgGwvLWGkir4sgKS3EQlW
//GAUaZe001z6/343GuU4L5b7thkAd/5KtzxPDDRN7oWYbCm73lqWB9DFFjsQwhF
r1QMfjy8OSnUyDBhCqiwHahsx2YBRml59T3gzQEuGwQU4g5eHfva8GSG8jD3gxaM
3ziT0hJGvzPZ4Tb+WLiLMabAR3S/kxXkyAdjKvzpMHXM5UCmms2ndba0CmgDiME9
1XhF2IOFSL5EnMtoIkf80D/jP7FqdRhUl5gt1YTycOvvDv9LVlewSmphIUJZAlAq
3VqyMikA9xZiES/YUUAwMW/NqdWGQSY62DLBaXsHyiGDAWO4Clrdp8jtjet9fpTU
F5v7dTtsgQkWSvvVVkz35J+H6Rwr3lTxIMwBYx8Fe5Omu60KSew=
=Kh/r
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Nov 14 09:19:27 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.11.80.
* New feature release
- libktorrent is now released using the KDE release service.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 27 16:58:42 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> Thu Aug 27 16:58:42 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,16 +16,18 @@
# #
%define ktor_ver 5.2.0
%define sonum 6 %define sonum 6
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: libktorrent Name: libktorrent
Version: 2.2.0 Version: 20.11.80
Release: 0 Release: 0
Summary: Torrent Downloading Library Summary: Torrent Downloading Library
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Networking/File-Sharing Group: Productivity/Networking/File-Sharing
URL: https://kde.org/applications/internet/org.kde.ktorrent/ URL: https://kde.org/applications/internet/org.kde.ktorrent/
Source0: https://download.kde.org/stable/ktorrent/%{ktor_ver}/%{name}-%{version}.tar.xz Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: doxygen BuildRequires: doxygen
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: gmp-devel >= 6.0.0 BuildRequires: gmp-devel >= 6.0.0
@ -37,10 +39,14 @@ BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5Solid) BuildRequires: cmake(KF5Solid)
BuildRequires: cmake(Qca-qt5) BuildRequires: cmake(Qca-qt5)
BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5Core) >= 5.14.0
BuildRequires: cmake(Qt5Network) BuildRequires: cmake(Qt5Network)
BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Xml) BuildRequires: cmake(Qt5Xml)
%if %{with lang}
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
%description %description
libktorrent is a torrent downloading library. libktorrent is a torrent downloading library.
@ -84,7 +90,9 @@ libktorrent is a torrent downloading library.
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build
%if %{with lang}
%find_lang libktorrent5 %{name}.lang %find_lang libktorrent5 %{name}.lang
%endif
%post -n libKF5Torrent%{sonum} -p /sbin/ldconfig %post -n libKF5Torrent%{sonum} -p /sbin/ldconfig
%postun -n libKF5Torrent%{sonum} -p /sbin/ldconfig %postun -n libKF5Torrent%{sonum} -p /sbin/ldconfig
@ -97,8 +105,10 @@ libktorrent is a torrent downloading library.
%files -n libKF5Torrent%{sonum} %files -n libKF5Torrent%{sonum}
%license COPYING %license COPYING
%doc ChangeLog RoadMap %doc ChangeLog RoadMap
%{_kf5_libdir}/libKF5Torrent.so.%{sonum}* %{_kf5_libdir}/libKF5Torrent.so.*
%if %{with lang}
%files lang -f %{name}.lang %files lang -f %{name}.lang
%endif
%changelog %changelog