1
0

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:
Luca Beltrame 2017-04-15 13:27:53 +00:00 committed by Git OBS Bridge
parent 4e2b48e635
commit 263255f2f6

View File

@ -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