SHA256
1
0
forked from pool/kirigami2
Wolfgang Bauer 2018-09-14 13:52:25 +00:00 committed by Git OBS Bridge
parent 327385e5a8
commit d67d46895b

View File

@ -31,8 +31,6 @@ License: LGPL-2.1-or-later
Group: Development/Libraries/KDE Group: Development/Libraries/KDE
URL: http://www.kde.org/ URL: http://www.kde.org/
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE
Patch0: fix-build-with-gcc48.patch
BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: cmake(Qt5Core) >= 5.7.0 BuildRequires: cmake(Qt5Core) >= 5.7.0
@ -74,9 +72,6 @@ Development files.
%prep %prep
%setup -q %setup -q
%if 0%{?suse_version} < 1500
%patch0 -p1
%endif
%build %build
%cmake_kf5 -d build %cmake_kf5 -d build