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:
@@ -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
|
Sun Oct 23 21:54:45 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libktorrent
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
Patch0: require-lower-LibGMP.patch
|
||||||
# PATCH-FIX-UPSTREAM Fix-logging-framework-spamming.patch
|
# PATCH-FIX-UPSTREAM Fix-logging-framework-spamming.patch
|
||||||
Patch1: Fix-logging-framework-spamming.patch
|
Patch1: Fix-logging-framework-spamming.patch
|
||||||
|
%if 0%{?suse_version} > 1325
|
||||||
|
BuildRequires: libboost_headers-devel
|
||||||
|
%else
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
|
%endif
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: gmp-devel >= 5.1.3
|
BuildRequires: gmp-devel >= 5.1.3
|
||||||
@@ -54,7 +58,11 @@ libktorrent is a torrent downloading library.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for libktorrent
|
Summary: Development files for libktorrent
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
%if 0%{?suse_version} > 1325
|
||||||
|
Requires: libboost_headers-devel
|
||||||
|
%else
|
||||||
Requires: boost-devel
|
Requires: boost-devel
|
||||||
|
%endif
|
||||||
Requires: gmp-devel
|
Requires: gmp-devel
|
||||||
Requires: libktorrent%{sonum} = %{version}
|
Requires: libktorrent%{sonum} = %{version}
|
||||||
Requires: libqca-qt5-devel
|
Requires: libqca-qt5-devel
|
||||||
|
Reference in New Issue
Block a user