d50a7890a4
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kanagram?expand=0&rev=16
81 lines
2.4 KiB
RPMSpec
81 lines
2.4 KiB
RPMSpec
#
|
|
# spec file for package kanagram
|
|
#
|
|
# Copyright (c) 2015 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: 15.08.3
|
|
Release: 0
|
|
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: 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}
|
|
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_sharedir}/appdata/
|
|
%{_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
|