2011-07-25 12:46:25 +02:00
|
|
|
#
|
2011-07-25 12:46:37 +02:00
|
|
|
# spec file for package kig
|
2011-07-25 12:46:25 +02:00
|
|
|
#
|
2017-08-12 00:56:29 +02:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2011-07-25 12:46:25 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2017-04-20 10:34:23 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2011-07-25 12:46:25 +02:00
|
|
|
#
|
|
|
|
|
2017-08-12 00:56:29 +02:00
|
|
|
|
2017-04-15 15:28:22 +02:00
|
|
|
%bcond_without lang
|
2012-03-13 09:33:57 +01:00
|
|
|
|
2011-07-25 12:46:25 +02:00
|
|
|
Name: kig
|
2018-07-14 00:20:51 +02:00
|
|
|
Version: 18.04.3
|
2011-12-08 12:11:04 +01:00
|
|
|
Release: 0
|
2016-12-03 16:08:56 +01:00
|
|
|
%define kf5_version 5.26.0
|
2017-08-12 00:56:29 +02:00
|
|
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
2016-12-03 16:08:56 +01:00
|
|
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
2011-07-25 12:46:25 +02:00
|
|
|
Summary: Interactive Geometry
|
2011-12-08 12:11:04 +01:00
|
|
|
License: GPL-2.0+
|
2011-07-27 17:25:48 +02:00
|
|
|
Group: Productivity/Scientific/Math
|
2011-12-08 12:11:04 +01:00
|
|
|
Url: http://edu.kde.org
|
2012-04-12 09:33:47 +02:00
|
|
|
Source0: %{name}-%{version}.tar.xz
|
2017-02-03 19:23:37 +01:00
|
|
|
%if 0%{?suse_version} > 1325
|
|
|
|
BuildRequires: libboost_python-devel
|
|
|
|
%else
|
2013-01-07 11:02:53 +01:00
|
|
|
BuildRequires: boost-devel
|
2017-02-03 19:23:37 +01:00
|
|
|
%endif
|
2015-05-11 19:24:00 +02:00
|
|
|
BuildRequires: karchive-devel
|
|
|
|
BuildRequires: kconfigwidgets-devel
|
|
|
|
BuildRequires: kdelibs4support-devel
|
|
|
|
BuildRequires: kdoctools-devel
|
|
|
|
BuildRequires: kemoticons-devel
|
|
|
|
BuildRequires: kf5-filesystem
|
|
|
|
BuildRequires: ki18n-devel
|
|
|
|
BuildRequires: kiconthemes-devel
|
|
|
|
BuildRequires: kitemmodels-devel
|
|
|
|
BuildRequires: kparts-devel
|
|
|
|
BuildRequires: ktexteditor-devel
|
|
|
|
BuildRequires: kxmlgui-devel
|
2016-12-03 16:08:56 +01:00
|
|
|
BuildRequires: pkgconfig
|
2013-01-07 11:02:53 +01:00
|
|
|
BuildRequires: python-devel
|
2015-05-11 19:24:00 +02:00
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.2.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Svg) >= 5.2.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
|
|
|
Obsoletes: %{name}5 < %{version}
|
|
|
|
Provides: %{name}5 = %{version}
|
2017-08-12 00:56:29 +02:00
|
|
|
%if %{with lang}
|
2017-04-20 10:48:47 +02:00
|
|
|
Recommends: %{name}-lang
|
2017-08-12 00:56:29 +02:00
|
|
|
%endif
|
2011-07-27 17:25:48 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2013-01-07 11:02:53 +01:00
|
|
|
%py_requires
|
2011-07-25 12:46:25 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
Kig is an application for Interactive Geometry. It's intended to serve
|
|
|
|
two purposes: Allow students to interactively explore mathematical
|
|
|
|
figures and concepts using the computer. Serve as a WYSIWYG tool for
|
|
|
|
drawing mathematical figures and including them in other documents.
|
|
|
|
|
2017-04-15 15:28:22 +02:00
|
|
|
%if %{with lang}
|
|
|
|
%lang_package
|
|
|
|
%endif
|
|
|
|
|
2011-07-25 12:46:25 +02:00
|
|
|
%prep
|
2016-12-03 16:08:56 +01:00
|
|
|
%setup -q
|
2011-07-25 12:46:25 +02:00
|
|
|
|
|
|
|
%build
|
2015-05-11 19:24:00 +02:00
|
|
|
%cmake_kf5 -d build
|
2011-07-25 12:46:25 +02:00
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
2015-05-11 19:24:00 +02:00
|
|
|
%kf5_makeinstall -C build
|
2017-04-15 15:28:22 +02:00
|
|
|
%if %{with lang}
|
|
|
|
%find_lang %{name} --with-man --all-name
|
|
|
|
%kf5_find_htmldocs
|
|
|
|
%endif
|
2011-07-25 12:46:25 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2015-05-11 19:24:00 +02:00
|
|
|
%doc COPYING*
|
2017-03-26 09:19:24 +02:00
|
|
|
#{_kf5_sharedir}/katepart/
|
2017-08-12 00:56:29 +02:00
|
|
|
%dir %{_kf5_htmldir}
|
|
|
|
%dir %{_kf5_htmldir}/en
|
|
|
|
%doc %lang(en) %{_kf5_htmldir}/en/*/
|
2015-08-07 11:37:57 +02:00
|
|
|
%{_kf5_applicationsdir}/org.kde.kig.desktop
|
2017-08-12 00:56:29 +02:00
|
|
|
%{_kf5_appstreamdir}/
|
|
|
|
%{_kf5_bindir}/kig
|
|
|
|
%{_kf5_bindir}/pykig.py
|
2015-05-11 19:24:00 +02:00
|
|
|
%{_kf5_iconsdir}/hicolor/*/*/*
|
2017-04-15 15:28:22 +02:00
|
|
|
%{_kf5_mandir}/man*
|
2017-08-12 00:56:29 +02:00
|
|
|
%{_kf5_plugindir}/
|
|
|
|
%{_kf5_servicesdir}/
|
|
|
|
%{_kf5_sharedir}/katepart5/
|
|
|
|
%{_kf5_sharedir}/kig/
|
|
|
|
%{_kf5_sharedir}/kxmlgui5/
|
2011-07-25 12:46:25 +02:00
|
|
|
|
2017-04-15 15:28:22 +02:00
|
|
|
%if %{with lang}
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%doc COPYING*
|
|
|
|
%endif
|
|
|
|
|
2011-07-25 12:46:25 +02:00
|
|
|
%changelog
|