Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kimap?expand=0&rev=56
This commit is contained in:
parent
2fef076326
commit
bca4fbf670
14
kimap.spec
14
kimap.spec
@ -16,6 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
%define kf5_version 5.19.0
|
||||
Name: kimap
|
||||
Version: 17.03.90
|
||||
@ -61,6 +63,10 @@ Requires: libKF5IMAP5 = %{version}
|
||||
This package contains necessary include files and libraries needed
|
||||
to develop KDE PIM applications.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n kimap-%{version}
|
||||
|
||||
@ -70,6 +76,9 @@ to develop KDE PIM applications.
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%endif
|
||||
|
||||
%post -n libKF5IMAP5 -p /sbin/ldconfig
|
||||
%postun -n libKF5IMAP5 -p /sbin/ldconfig
|
||||
@ -90,4 +99,9 @@ to develop KDE PIM applications.
|
||||
%{_kf5_includedir}/kimap_version.h
|
||||
%{_kf5_mkspecsdir}/qt_KIMAP.pri
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user