File klavaro.spec of Package klavaro
#
# spec file for package klavaro
#
# Copyright (c) 2013 SUSE LINUX Products 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: klavaro
Version: 1.9.6
Release: 0
Summary: Typing tutor
License: GPL-3.0+
Group: Amusements/Teaching/Other
Url: http://klavaro.sourceforge.net/
Source0: %{name}-%{version}.tar.bz2
Source1: klavaro.desktop
# PATCH-FIX-UPSTREAM klavaro-1.9.4-dso.patch kkirill@opensuse.org -- Fix linking with libgmodule
Patch0: klavaro-1.9.5-paragraph-ru-fix.patch
Requires: espeak
%if 0%{?suse_version}
BuildRequires: update-desktop-files
%endif
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: bison
BuildRequires: espeak-devel
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: libcurl-devel
BuildRequires: libgtkdatabox-devel
BuildRequires: libpng-devel
BuildRequires: pkgconfig(gtk+-2.0) >= 2.16
BuildRequires: pkgconfig(libxml-2.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Klavaro is a touch typing tutor that is very
flexible and supports customizable keyboard
layouts. Users can edit and save new or unknown
keyboard layouts, as the basic course provided by
the program was designed to not depend on specific
layouts.
%lang_package
%prep
%setup -q
%patch0
%build
export CFLAGS="%{optflags}"
autoreconf -fi
%configure
make %{?_smp_mflags}
%install
%make_install
mkdir -p %{buildroot}%{_datadir}/applications/
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
%fdupes -s %{buildroot}
%if 0%{?suse_version}
%suse_update_desktop_file %{name}
%endif
%find_lang %{name}
%clean
rm -rf %{buildroot}
%post
%if 0%{?suse_version} > 1130
%icon_theme_cache_post
%endif
%postun
%if 0%{?suse_version} > 1130
%icon_theme_cache_postun
%endif
%files -f %{name}.lang
%defattr(0755, root, root, 0755)
%{_bindir}/klavaro
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_mandir}/man1/klavaro.1*
%{_datadir}/klavaro/
%{_datadir}/applications/klavaro.desktop
%{_datadir}/icons/hicolor/*/apps/klavaro.png
%changelog