20.12 beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/libktorrent?expand=0&rev=2
This commit is contained in:
parent
513e76605d
commit
7f5ea5a38a
BIN
applications.keyring
Normal file
BIN
applications.keyring
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77c1ddfb0a56c40227e0624c078836a8c22bf5a2fb4a3c0cbd53ee6b174c126e
|
||||
size 357364
|
3
libktorrent-20.11.80.tar.xz
Normal file
3
libktorrent-20.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3824da0fdb31bf5f4c8bb2ab5392cfb6098c062ee5ccb035984b0953ddb5831
|
||||
size 604456
|
16
libktorrent-20.11.80.tar.xz.sig
Normal file
16
libktorrent-20.11.80.tar.xz.sig
Normal 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-----
|
@ -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>
|
||||
|
||||
|
@ -16,16 +16,18 @@
|
||||
#
|
||||
|
||||
|
||||
%define ktor_ver 5.2.0
|
||||
%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
|
||||
Version: 2.2.0
|
||||
Version: 20.11.80
|
||||
Release: 0
|
||||
Summary: Torrent Downloading Library
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Networking/File-Sharing
|
||||
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: extra-cmake-modules
|
||||
BuildRequires: gmp-devel >= 6.0.0
|
||||
@ -37,10 +39,14 @@ BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5KIO)
|
||||
BuildRequires: cmake(KF5Solid)
|
||||
BuildRequires: cmake(Qca-qt5)
|
||||
BuildRequires: cmake(Qt5Core)
|
||||
BuildRequires: cmake(Qt5Core) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Network)
|
||||
BuildRequires: cmake(Qt5Test)
|
||||
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
|
||||
libktorrent is a torrent downloading library.
|
||||
@ -84,7 +90,9 @@ libktorrent is a torrent downloading library.
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%if %{with lang}
|
||||
%find_lang libktorrent5 %{name}.lang
|
||||
%endif
|
||||
|
||||
%post -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}
|
||||
%license COPYING
|
||||
%doc ChangeLog RoadMap
|
||||
%{_kf5_libdir}/libKF5Torrent.so.%{sonum}*
|
||||
%{_kf5_libdir}/libKF5Torrent.so.*
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user