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:
Luca Beltrame 2017-04-15 13:28:34 +00:00 committed by Git OBS Bridge
parent 7516f8d966
commit a0f7cc303d

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: kolourpaint
Version: 17.03.90
@ -43,6 +44,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Paint program for KDE
%if %{with lang}
%lang_package
%endif
%prep
%setup -q
@ -52,6 +57,10 @@ Paint program for KDE
%install
%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
%fdupes -s %{buildroot}%{_datadir}
@ -73,4 +82,9 @@ Paint program for KDE
%{_kf5_iconsdir}/hicolor/*/apps/kolourpaint.*
%{_kf5_libdir}/libkolourpaint_lgpl.so*
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog