Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kolourpaint?expand=0&rev=51
This commit is contained in:
parent
7516f8d966
commit
a0f7cc303d
@ -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: kolourpaint
|
Name: kolourpaint
|
||||||
Version: 17.03.90
|
Version: 17.03.90
|
||||||
@ -43,6 +44,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%description
|
%description
|
||||||
Paint program for KDE
|
Paint program for KDE
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -52,6 +57,10 @@ Paint program 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 org.kde.kolourpaint RasterGraphics
|
%suse_update_desktop_file org.kde.kolourpaint RasterGraphics
|
||||||
%fdupes -s %{buildroot}%{_datadir}
|
%fdupes -s %{buildroot}%{_datadir}
|
||||||
|
|
||||||
@ -73,4 +82,9 @@ Paint program for KDE
|
|||||||
%{_kf5_iconsdir}/hicolor/*/apps/kolourpaint.*
|
%{_kf5_iconsdir}/hicolor/*/apps/kolourpaint.*
|
||||||
%{_kf5_libdir}/libkolourpaint_lgpl.so*
|
%{_kf5_libdir}/libkolourpaint_lgpl.so*
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user