Accepting request 455195 from KDE:Distro:Factory
1 OBS-URL: https://build.opensuse.org/request/show/455195 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libktorrent?expand=0&rev=37
This commit is contained in:
parent
17f6cc2c4f
commit
b0dc18e5c7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 13:00:35 UTC 2017 - adam.majer@suse.de
|
||||
|
||||
- use individual libboost-*-devel packages instead of boost-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 23 21:54:45 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libktorrent
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -31,7 +31,11 @@ Source0: http://download.kde.org/stable/ktorrent/%{ktor_ver}/%{name}-%{ve
|
||||
Patch0: require-lower-LibGMP.patch
|
||||
# PATCH-FIX-UPSTREAM Fix-logging-framework-spamming.patch
|
||||
Patch1: Fix-logging-framework-spamming.patch
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_headers-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: gmp-devel >= 5.1.3
|
||||
@ -54,7 +58,11 @@ libktorrent is a torrent downloading library.
|
||||
%package devel
|
||||
Summary: Development files for libktorrent
|
||||
Group: Development/Libraries/C and C++
|
||||
%if 0%{?suse_version} > 1325
|
||||
Requires: libboost_headers-devel
|
||||
%else
|
||||
Requires: boost-devel
|
||||
%endif
|
||||
Requires: gmp-devel
|
||||
Requires: libktorrent%{sonum} = %{version}
|
||||
Requires: libqca-qt5-devel
|
||||
|
Loading…
Reference in New Issue
Block a user