Make a merry car great again

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/artikulate?expand=0&rev=53
This commit is contained in:
Luca Beltrame 2017-04-15 13:27:46 +00:00 committed by Git OBS Bridge
parent cefd4abf60
commit 36b390e338

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%bcond_without lang
Name: artikulate Name: artikulate
Version: 17.03.90 Version: 17.03.90
@ -57,6 +58,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Improve your pronunciation by listening to native speakers. Improve your pronunciation by listening to native speakers.
%if %{with lang}
%lang_package
%endif
%prep %prep
%setup -q %setup -q
@ -66,6 +71,10 @@ Improve your pronunciation by listening to native speakers.
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
%suse_update_desktop_file org.kde.%{name} X-KDE-Edu-Teaching %suse_update_desktop_file org.kde.%{name} X-KDE-Edu-Teaching
@ -91,4 +100,9 @@ Improve your pronunciation by listening to native speakers.
%{_kf5_plugindir}/artikulate/ %{_kf5_plugindir}/artikulate/
%{_kf5_iconsdir}/hicolor/*/actions/language-artikulate.* %{_kf5_iconsdir}/hicolor/*/actions/language-artikulate.*
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog %changelog