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:
parent
5e61f9ed78
commit
8be967ace4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user