2011-07-25 12:48:32 +02:00
|
|
|
#
|
2011-07-25 12:48:45 +02:00
|
|
|
# spec file for package kanagram
|
2011-07-25 12:48:32 +02:00
|
|
|
#
|
2016-12-03 16:13:51 +01:00
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
2011-07-25 12:48:32 +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:32:39 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2011-07-25 12:48:32 +02:00
|
|
|
#
|
|
|
|
|
2017-04-15 15:28:00 +02:00
|
|
|
%bcond_without lang
|
2012-03-12 20:13:41 +01:00
|
|
|
|
2011-07-25 12:48:32 +02:00
|
|
|
Name: kanagram
|
2017-08-05 20:49:23 +02:00
|
|
|
Version: 17.07.90
|
2011-12-08 11:56:40 +01:00
|
|
|
Release: 0
|
2016-12-03 16:13:51 +01:00
|
|
|
%define kf5_version 5.26.0
|
2017-03-26 09:16:26 +02:00
|
|
|
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
2016-12-03 16:13:51 +01:00
|
|
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
2011-07-25 12:48:32 +02:00
|
|
|
Summary: Anagram Game
|
2011-12-08 11:56:40 +01:00
|
|
|
License: GPL-2.0+
|
2011-07-27 16:35:21 +02:00
|
|
|
Group: Amusements/Teaching/Language
|
2011-12-08 11:56:40 +01:00
|
|
|
Url: http://edu.kde.org
|
2012-04-12 09:28:27 +02:00
|
|
|
Source0: %{name}-%{version}.tar.xz
|
2015-05-11 19:23:56 +02:00
|
|
|
BuildRequires: kconfig-devel
|
|
|
|
BuildRequires: kconfigwidgets-devel
|
|
|
|
BuildRequires: kcrash-devel
|
|
|
|
BuildRequires: kdeclarative-devel
|
|
|
|
BuildRequires: kdoctools-devel
|
|
|
|
BuildRequires: kf5-filesystem
|
|
|
|
BuildRequires: ki18n-devel
|
|
|
|
BuildRequires: kio-devel
|
|
|
|
BuildRequires: knewstuff-devel
|
|
|
|
BuildRequires: libkeduvocdocument-devel
|
|
|
|
BuildRequires: phonon4qt5-devel
|
2016-12-03 16:13:51 +01:00
|
|
|
BuildRequires: pkgconfig
|
2015-05-11 19:23:56 +02:00
|
|
|
BuildRequires: sonnet-devel
|
|
|
|
BuildRequires: update-desktop-files
|
2013-01-07 10:59:55 +01:00
|
|
|
BuildRequires: xz
|
2015-05-11 19:23:56 +02:00
|
|
|
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
|
|
|
BuildRequires: pkgconfig(Qt5OpenGL) >= 5.2.0
|
|
|
|
BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.2.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
|
|
|
|
BuildRequires: pkgconfig(Qt5WebKit) >= 5.2.0
|
|
|
|
Requires: kdeedu-data
|
|
|
|
Obsoletes: %{name}5 < %{version}
|
|
|
|
Provides: %{name}5 = %{version}
|
2016-12-03 16:13:51 +01:00
|
|
|
Obsoletes: kanagram5 < %{version}
|
2017-04-20 10:46:25 +02:00
|
|
|
Recommends: %{name}-lang
|
2011-07-27 16:35:21 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2011-07-25 12:48:32 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
Kanagram is a letter order game.
|
|
|
|
|
2017-04-15 15:28:00 +02:00
|
|
|
%if %{with lang}
|
|
|
|
%lang_package
|
|
|
|
%endif
|
|
|
|
|
2011-07-25 12:48:32 +02:00
|
|
|
%prep
|
2016-12-03 16:13:51 +01:00
|
|
|
%setup -q
|
2011-07-25 12:48:32 +02:00
|
|
|
|
|
|
|
%build
|
2015-05-11 19:23:56 +02:00
|
|
|
%cmake_kf5 -d build
|
2011-07-25 12:48:32 +02:00
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
2015-05-11 19:23:56 +02:00
|
|
|
%kf5_makeinstall -C build
|
2017-04-15 15:28:00 +02:00
|
|
|
%if %{with lang}
|
|
|
|
%find_lang %{name} --with-man --all-name
|
|
|
|
%kf5_find_htmldocs
|
|
|
|
%endif
|
2011-07-25 12:48:32 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2015-05-11 19:23:56 +02:00
|
|
|
%dir %{_kf5_iconsdir}/hicolor/80x80
|
|
|
|
%dir %{_kf5_iconsdir}/hicolor/80x80/apps
|
|
|
|
%{_kf5_htmldir}/en/kanagram/
|
|
|
|
%{_kf5_bindir}/kanagram
|
|
|
|
%config %{_kf5_configdir}/kanagram.knsrc
|
2016-12-03 16:13:51 +01:00
|
|
|
%{_kf5_appstreamdir}/
|
2015-05-11 19:23:56 +02:00
|
|
|
%{_kf5_applicationsdir}/org.kde.kanagram.desktop
|
|
|
|
%{_kf5_configkcfgdir}/
|
|
|
|
%dir %{_kf5_iconsdir}/hicolor/24x24
|
|
|
|
%dir %{_kf5_iconsdir}/hicolor/24x24/apps
|
|
|
|
%{_kf5_iconsdir}/hicolor/*/*/*
|
|
|
|
%{_kf5_sharedir}/kanagram/
|
2011-07-25 12:48:32 +02:00
|
|
|
|
2017-04-15 15:28:00 +02:00
|
|
|
%if %{with lang}
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%doc COPYING*
|
|
|
|
%endif
|
|
|
|
|
2011-07-25 12:48:32 +02:00
|
|
|
%changelog
|