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:
parent
3bba3518be
commit
b212f288f1
16
kig.spec
16
kig.spec
@ -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: kig
|
Name: kig
|
||||||
Version: 17.03.90
|
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
|
figures and concepts using the computer. Serve as a WYSIWYG tool for
|
||||||
drawing mathematical figures and including them in other documents.
|
drawing mathematical figures and including them in other documents.
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -70,6 +75,10 @@ drawing mathematical figures and including them in other documents.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
%if %{with lang}
|
||||||
|
%find_lang %{name} --with-man --all-name
|
||||||
|
%kf5_find_htmldocs
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -87,7 +96,12 @@ drawing mathematical figures and including them in other documents.
|
|||||||
%dir %{_kf5_htmldir}
|
%dir %{_kf5_htmldir}
|
||||||
%doc %{_kf5_htmldir}/en/*/
|
%doc %{_kf5_htmldir}/en/*/
|
||||||
%{_kf5_plugindir}/
|
%{_kf5_plugindir}/
|
||||||
%{_kf5_mandir}/*/*
|
%{_kf5_mandir}/man*
|
||||||
%{_datadir}/katepart5/
|
%{_datadir}/katepart5/
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user