SHA256
1
0
forked from pool/k3b

Accepting request 562852 from home:wolfi323:branches:KDE:Applications

- Add fix-build-with-older-kio.patch to make it build again on
  standard Leap 42.x.

(mainly for Packman)

OBS-URL: https://build.opensuse.org/request/show/562852
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/k3b?expand=0&rev=57
This commit is contained in:
Luca Beltrame
2018-01-09 11:42:56 +00:00
committed by Git OBS Bridge
parent c612d9e6f9
commit 6f6813e531
3 changed files with 51 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ Url: http://www.kde.org
Source: %{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE
Patch1: Don-t-suggest-to-install-libburn.patch
# PATCH-FIX-UPSTREAM
Patch2: fix-build-with-older-kio.patch
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
@@ -121,6 +123,7 @@ This package contain files needed for development with k3b.
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%build
CXXFLAGS="%{optflags} -fno-strict-aliasing"