forked from pool/grantlee-editor
Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/grantlee-editor?expand=0&rev=16
This commit is contained in:
parent
4e2b48e635
commit
263255f2f6
@ -16,6 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: grantlee-editor
|
||||
Version: 17.03.90
|
||||
Release: 0
|
||||
@ -73,6 +75,10 @@ ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||
%description
|
||||
This package contains the core files of the kdepim module.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -82,6 +88,10 @@ This package contains the core files of the kdepim module.
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%kf5_find_htmldocs
|
||||
%endif
|
||||
rm %{buildroot}%{_kf5_libdir}/*.so
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
@ -103,4 +113,9 @@ rm %{buildroot}%{_kf5_libdir}/*.so
|
||||
%{_kf5_htmldir}/en/contactthemeeditor/
|
||||
%{_kf5_htmldir}/en/headerthemeeditor/
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user