forked from pool/keditbookmarks
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
|
Name: keditbookmarks
|
||||||
Version: 17.03.90
|
Version: 17.03.90
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -46,6 +48,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%description
|
%description
|
||||||
This is an editor to edit your KDE-wide bookmark set.
|
This is an editor to edit your KDE-wide bookmark set.
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -55,6 +61,10 @@ This is an editor to edit your KDE-wide bookmark set.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
%if %{with lang}
|
||||||
|
%find_lang %{name} --with-man --all-name
|
||||||
|
%kf5_find_htmldocs
|
||||||
|
%endif
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -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/
|
%{_kf5_htmldir}/en/keditbookmarks/
|
||||||
%{_mandir}/man1/kbookmarkmerger.1%{ext_man}
|
%{_mandir}/man1/kbookmarkmerger.1%{ext_man}
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user