Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-sieve-editor?expand=0&rev=16
This commit is contained in:
parent
f45f679764
commit
1efcfb4895
@ -16,6 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: pim-sieve-editor
|
||||
Version: 17.03.90
|
||||
Release: 0
|
||||
@ -65,6 +67,10 @@ This package provides an editor, complete with syntax highlighting and
|
||||
command completion, to edit Sieve scripts ("server side filtering")
|
||||
in KDE PIM applications.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -74,6 +80,10 @@ in KDE PIM applications.
|
||||
|
||||
%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.sieveeditor Network Email
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
@ -92,4 +102,9 @@ in KDE PIM applications.
|
||||
%{_kf5_libdir}/libsieveeditor.so.*
|
||||
%{_datadir}/kconf_update/
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user