kanagram/kanagram.spec

86 lines
2.6 KiB
RPMSpec

#
# spec file for package kanagram
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: kanagram
Version: 17.03.80
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Anagram Game
License: GPL-2.0+
Group: Amusements/Teaching/Language
Url: http://edu.kde.org
Source0: %{name}-%{version}.tar.xz
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
BuildRequires: pkgconfig
BuildRequires: sonnet-devel
BuildRequires: update-desktop-files
BuildRequires: xz
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}
Obsoletes: kanagram5 < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Kanagram is a letter order game.
%prep
%setup -q
%build
%cmake_kf5 -d build
%make_jobs
%install
%kf5_makeinstall -C build
%files
%defattr(-,root,root)
%dir %{_kf5_iconsdir}/hicolor/80x80
%dir %{_kf5_iconsdir}/hicolor/80x80/apps
%{_kf5_htmldir}/en/kanagram/
%{_kf5_bindir}/kanagram
%config %{_kf5_configdir}/kanagram.knsrc
%{_kf5_appstreamdir}/
%{_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/
%changelog