2014-03-18 17:16:45 +01:00
|
|
|
#
|
|
|
|
# spec file for package artikulate
|
|
|
|
#
|
2015-02-11 16:33:04 +01:00
|
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
2014-03-18 17:16:45 +01: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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: artikulate
|
2015-03-11 09:43:34 +01:00
|
|
|
Version: 14.12.3
|
2014-03-18 17:16:45 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Pronunciation Self-Teaching
|
|
|
|
License: LGPL-3.0+ and GPL-2.0 and BSD-3-Clause
|
|
|
|
Group: Amusements/Teaching/Other
|
|
|
|
Url: http://edu.kde.org
|
|
|
|
Source0: %{name}-%{version}.tar.xz
|
2014-07-10 14:55:56 +02:00
|
|
|
%if 0%{?suse_version} > 1310
|
|
|
|
BuildRequires: gstreamer-plugins-qt-devel
|
|
|
|
%else
|
2014-03-18 17:16:45 +01:00
|
|
|
BuildRequires: gstreamer-0_10-plugins-qt-devel
|
2014-07-10 14:55:56 +02:00
|
|
|
%endif
|
2014-03-30 07:54:13 +02:00
|
|
|
BuildRequires: libkde4-devel >= 4.10
|
2014-03-18 17:16:45 +01:00
|
|
|
BuildRequires: update-desktop-files
|
2014-03-30 07:54:13 +02:00
|
|
|
BuildRequires: xz
|
2014-03-18 17:16:45 +01:00
|
|
|
# Runtime dep
|
|
|
|
Requires: kqtquickcharts >= %{version}
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%kde4_runtime_requires
|
|
|
|
|
|
|
|
%description
|
|
|
|
Improve your pronunciation by listening to native speakers.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kde4 -d build
|
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
%kde4_makeinstall -C build
|
2014-03-30 07:54:13 +02:00
|
|
|
rm %{buildroot}%{_kde4_libdir}/libartikulate*.so
|
2014-03-18 17:16:45 +01:00
|
|
|
%suse_update_desktop_file %{name} X-KDE-Edu-Teaching
|
|
|
|
%kde_post_install
|
|
|
|
|
2014-03-30 07:54:13 +02:00
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
2014-03-18 17:16:45 +01:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING*
|
2014-07-16 16:16:31 +02:00
|
|
|
%dir %{_kde4_datadir}/appdata
|
2014-03-18 17:16:45 +01:00
|
|
|
%{_kde4_bindir}/artikulate
|
2014-07-16 16:16:31 +02:00
|
|
|
%{_kde4_datadir}/appdata/artikulate.appdata.xml
|
2014-03-30 07:54:13 +02:00
|
|
|
%{_kde4_libdir}/libartikulatelearnerprofile.so.*
|
|
|
|
%{_kde4_libdir}/libartikulatecore.so.*
|
2014-07-10 14:55:56 +02:00
|
|
|
%{_kde4_libdir}/libartikulatesound.so.*
|
2014-03-18 17:16:45 +01:00
|
|
|
%{_kde4_appsdir}/artikulate/
|
|
|
|
%{_kde4_applicationsdir}/artikulate.desktop
|
|
|
|
%{_kde4_htmldir}/en/artikulate/
|
|
|
|
%{_kde4_configdir}/artikulate.knsrc
|
|
|
|
%{_kde4_configkcfgdir}/artikulate.kcfg
|
|
|
|
%{_kde4_appsdir}/artikulateui.rc
|
|
|
|
%{_kde4_iconsdir}/hicolor/*/*/artikulate*.*
|
|
|
|
|
|
|
|
%changelog
|