forked from pool/kdelibs4support
- Add patch to allow build with Qt5 built against openSSL 1.1 (boo#1055489):
* 0001-Make-kssl-compile-against-OpenSSL-1.1.0.patch OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdelibs4support?expand=0&rev=150
This commit is contained in:
parent
53db02b065
commit
2bb96961dc
1064
0001-Make-kssl-compile-against-OpenSSL-1.1.0.patch
Normal file
1064
0001-Make-kssl-compile-against-OpenSSL-1.1.0.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 31 07:50:38 UTC 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Add patch to allow build with Qt5 built against openSSL 1.1 (boo#1055489):
|
||||||
|
* 0001-Make-kssl-compile-against-OpenSSL-1.1.0.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 13 20:46:20 UTC 2017 - christophe@krop.fr
|
Sun Aug 13 20:46:20 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
@ -66,9 +66,7 @@ BuildRequires: cmake(Qt5X11Extras) >= 5.6.0
|
|||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(sm)
|
BuildRequires: pkgconfig(sm)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
%if %{with lang}
|
|
||||||
Recommends: %{name}-lang = %{version}
|
Recommends: %{name}-lang = %{version}
|
||||||
%endif
|
|
||||||
Provides: kde4support = %{version}
|
Provides: kde4support = %{version}
|
||||||
Obsoletes: kde4support < %{version}
|
Obsoletes: kde4support < %{version}
|
||||||
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
||||||
@ -77,6 +75,8 @@ Group: System/GUI/KDE
|
|||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
|
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
|
# PATCH-FIX-UPSTREAM
|
||||||
|
Patch1: 0001-Make-kssl-compile-against-OpenSSL-1.1.0.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -189,6 +189,7 @@ KDEDIRS environment variable correctly. Development files.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user