Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/picmi?expand=0&rev=50
This commit is contained in:
parent
a7c0292425
commit
d0aeddc721
16
picmi.spec
16
picmi.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: picmi
|
Name: picmi
|
||||||
Version: 17.03.90
|
Version: 17.03.90
|
||||||
@ -51,6 +52,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%description
|
%description
|
||||||
A nonogram logic game for KDE
|
A nonogram logic game for KDE
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -60,11 +65,15 @@ A nonogram logic game for KDE
|
|||||||
|
|
||||||
%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 -r org.kde.picmi Game LogicGame
|
%suse_update_desktop_file -r org.kde.picmi Game LogicGame
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING
|
%doc COPYING*
|
||||||
%{_kf5_bindir}/picmi
|
%{_kf5_bindir}/picmi
|
||||||
%{_kf5_htmldir}/en/picmi/
|
%{_kf5_htmldir}/en/picmi/
|
||||||
%{_kf5_applicationsdir}/org.kde.picmi.desktop
|
%{_kf5_applicationsdir}/org.kde.picmi.desktop
|
||||||
@ -75,4 +84,9 @@ A nonogram logic game for KDE
|
|||||||
%{_kf5_kxmlguidir}/picmi/
|
%{_kf5_kxmlguidir}/picmi/
|
||||||
%{_kf5_appstreamdir}/
|
%{_kf5_appstreamdir}/
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user