This commit is contained in:
parent
bbaf3a2733
commit
5f7ef1b0b6
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 11 22:45:35 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to KDE Applications 17.08.0
|
||||||
|
* New feature release
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.08.0.php
|
||||||
|
- Changes since 17.04.3 :
|
||||||
|
- Too many changes to list here
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 5 18:17:55 UTC 2017 - christophe@krop.fr
|
Sat Aug 5 18:17:55 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
15
kimap.spec
15
kimap.spec
@ -23,7 +23,7 @@ Name: kimap
|
|||||||
Version: 17.07.90
|
Version: 17.07.90
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: KDE PIM Libraries: IMAP library
|
Summary: KDE PIM Libraries: IMAP library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -39,6 +39,9 @@ BuildRequires: kio-devel >= %{kf5_version}
|
|||||||
BuildRequires: kmime-devel >= %{kf5_version}
|
BuildRequires: kmime-devel >= %{kf5_version}
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(Qt5Test)
|
BuildRequires: pkgconfig(Qt5Test)
|
||||||
|
%if %{with lang}
|
||||||
|
Recommends: %{name}-lang
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -47,8 +50,6 @@ This package contains additional libraries for KDE PIM applications.
|
|||||||
%package -n libKF5IMAP5
|
%package -n libKF5IMAP5
|
||||||
Summary: KDE PIM Libraries: IMAP APIs
|
Summary: KDE PIM Libraries: IMAP APIs
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Recommends: %{name}-lang
|
|
||||||
Provides: %{name} = %{version}
|
|
||||||
|
|
||||||
%description -n libKF5IMAP5
|
%description -n libKF5IMAP5
|
||||||
This package contains the libray for IMAP support
|
This package contains the libray for IMAP support
|
||||||
@ -93,12 +94,12 @@ to develop KDE PIM applications.
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING*
|
%doc COPYING*
|
||||||
%{_kf5_libdir}/cmake/KF5IMAP/
|
%{_kf5_cmakedir}/KF5IMAP/
|
||||||
%{_kf5_libdir}/libKF5IMAP.so
|
|
||||||
%{_kf5_includedir}/KIMAP/
|
%{_kf5_includedir}/KIMAP/
|
||||||
%{_kf5_includedir}/kimaptest/
|
|
||||||
%{_kf5_libdir}/libkimaptest.a
|
|
||||||
%{_kf5_includedir}/kimap_version.h
|
%{_kf5_includedir}/kimap_version.h
|
||||||
|
%{_kf5_includedir}/kimaptest/
|
||||||
|
%{_kf5_libdir}/libKF5IMAP.so
|
||||||
|
%{_kf5_libdir}/libkimaptest.a
|
||||||
%{_kf5_mkspecsdir}/qt_KIMAP.pri
|
%{_kf5_mkspecsdir}/qt_KIMAP.pri
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user