Accepting request 454495 from KDE:Applications
1 OBS-URL: https://build.opensuse.org/request/show/454495 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kig?expand=0&rev=74
This commit is contained in:
commit
14d8111fc0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 1 11:41:11 UTC 2017 - adam.majer@suse.de
|
||||||
|
|
||||||
|
- use individual libboost-*-devel packages instead of boost-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 14 08:56:45 UTC 2017 - lbeltrame@kde.org
|
Sat Jan 14 08:56:45 UTC 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
4
kig.spec
4
kig.spec
@ -27,7 +27,11 @@ License: GPL-2.0+
|
|||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Url: http://edu.kde.org
|
Url: http://edu.kde.org
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
%if 0%{?suse_version} > 1325
|
||||||
|
BuildRequires: libboost_python-devel
|
||||||
|
%else
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
|
%endif
|
||||||
BuildRequires: karchive-devel
|
BuildRequires: karchive-devel
|
||||||
BuildRequires: kconfigwidgets-devel
|
BuildRequires: kconfigwidgets-devel
|
||||||
BuildRequires: kdelibs4support-devel
|
BuildRequires: kdelibs4support-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user