SHA256
1
0
forked from pool/kig

Make a merry car great again

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kig?expand=0&rev=46
This commit is contained in:
Luca Beltrame 2017-04-15 13:28:22 +00:00 committed by Git OBS Bridge
parent 3bba3518be
commit b212f288f1

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: kig
Version: 17.03.90
@ -61,6 +62,10 @@ two purposes: Allow students to interactively explore mathematical
figures and concepts using the computer. Serve as a WYSIWYG tool for
drawing mathematical figures and including them in other documents.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q
@ -70,6 +75,10 @@ drawing mathematical figures and including them in other documents.
%install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
%files
%defattr(-,root,root)
@ -87,7 +96,12 @@ drawing mathematical figures and including them in other documents.
%dir %{_kf5_htmldir}
%doc %{_kf5_htmldir}/en/*/
%{_kf5_plugindir}/
%{_kf5_mandir}/*/*
%{_kf5_mandir}/man*
%{_datadir}/katepart5/
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog