Make a merry car great again

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/keditbookmarks?expand=0&rev=16
This commit is contained in:
Luca Beltrame 2017-04-15 13:28:16 +00:00 committed by Git OBS Bridge
parent 5e61f9ed78
commit 8be967ace4

View File

@ -16,6 +16,8 @@
#
%bcond_without lang
Name: keditbookmarks
Version: 17.03.90
Release: 0
@ -46,6 +48,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This is an editor to edit your KDE-wide bookmark set.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q
@ -55,6 +61,10 @@ This is an editor to edit your KDE-wide bookmark set.
%install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@ -72,4 +82,9 @@ This is an editor to edit your KDE-wide bookmark set.
%{_kf5_htmldir}/en/keditbookmarks/
%{_mandir}/man1/kbookmarkmerger.1%{ext_man}
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog