File kvtml-lessons.spec of Package kanagram-lessons

#
# spec file for package kvtml-lessons
#
# Copyright (c) 2019 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#


%define         installdir %{_datadir}/%{name}
Name:           kvtml-lessons
Version:        20080321
Release:        0
Summary:        Contributed Learning Files for Parley, KVocTrain and KWordQuiz
License:        GPL-2.0-or-later AND SUSE-Redistributable-Content
Group:          Productivity/Scientific/Other
URL:            https://edu.kde.org/contrib/kvtml.php
Source:         %{name}-%{version}.tar.bz2
BuildArch:      noarch
BuildRequires:  fdupes
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
The learning files in this package are intended for use with Parley, KVocTrain and
KWordQuiz which are both part of the KDE Edutainment project. The files can
also be used with FlashKard, a program that was included in earlier versions of
KDE. To some extent these files also work with KHangMan and Kanagram

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}/%{installdir}
cp -a * %{buildroot}/%{installdir}/
%fdupes -s %{buildroot}

%files
%defattr(-,root,root)
%dir %{installdir}
%{installdir}/*

%changelog
openSUSE Build Service is sponsored by