2016-04-11 07:15:10 +00:00
|
|
|
#
|
|
|
|
# spec file for package mailimporter
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2016-04-11 07:04:09 +00:00
|
|
|
Name: mailimporter
|
2016-08-12 10:07:07 +00:00
|
|
|
Version: 16.08.0
|
2016-04-11 07:04:09 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: Base package of kdepim
|
2016-05-30 11:58:10 +00:00
|
|
|
License: GPL-2.0
|
2016-05-18 08:36:27 +00:00
|
|
|
Group: Development/Libraries/C and C++
|
2016-04-11 07:04:09 +00:00
|
|
|
Url: http://www.kde.org
|
|
|
|
Source0: %{name}-%{version}.tar.xz
|
2016-08-08 18:01:59 +00:00
|
|
|
BuildRequires: akonadi-mime-devel = %{version}
|
2016-07-23 06:54:48 +00:00
|
|
|
BuildRequires: akonadi-server-devel
|
2016-04-11 07:04:09 +00:00
|
|
|
BuildRequires: extra-cmake-modules
|
2016-07-23 06:54:48 +00:00
|
|
|
BuildRequires: karchive-devel
|
2016-04-11 07:15:10 +00:00
|
|
|
BuildRequires: kconfig-devel
|
2016-08-08 22:51:43 +00:00
|
|
|
BuildRequires: kcoreaddons-devel
|
2016-04-11 07:04:09 +00:00
|
|
|
BuildRequires: kf5-filesystem
|
2016-07-23 06:54:48 +00:00
|
|
|
BuildRequires: ki18n-devel
|
2016-04-11 07:04:09 +00:00
|
|
|
BuildRequires: kmime-devel
|
2016-04-11 07:15:10 +00:00
|
|
|
BuildRequires: libkdepim-devel
|
2016-08-08 22:51:43 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Test) >= 5.5.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.5.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Xml) >= 5.5.0
|
2016-04-11 07:04:09 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains the mailimporter library.
|
|
|
|
|
|
|
|
%prep
|
2016-04-11 07:15:10 +00:00
|
|
|
%setup -q
|
2016-04-11 07:04:09 +00:00
|
|
|
|
|
|
|
%build
|
2016-04-11 07:15:10 +00:00
|
|
|
%cmake_kf5 -d build
|
2016-04-11 07:04:09 +00:00
|
|
|
|
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
|
|
|
|
|
|
|
%package -n libKF5MailImporter5
|
|
|
|
Summary: MailImporter library for kdepim
|
|
|
|
License: LGPL-2.1+
|
2016-05-18 08:36:27 +00:00
|
|
|
Group: System/Libraries
|
2016-08-09 07:38:52 +00:00
|
|
|
Requires: %{name} = %{version}
|
2016-04-11 07:04:09 +00:00
|
|
|
|
|
|
|
%description -n libKF5MailImporter5
|
|
|
|
MailImporter Library
|
|
|
|
|
|
|
|
%post -n libKF5MailImporter5 -p /sbin/ldconfig
|
|
|
|
%postun -n libKF5MailImporter5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development package for mailimporter
|
|
|
|
License: LGPL-2.1+
|
2016-05-18 08:36:27 +00:00
|
|
|
Group: Development/Libraries/C and C++
|
2016-04-11 07:04:09 +00:00
|
|
|
Requires: libKF5MailImporter5 = %{version}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The development package for the mailimporter libraries
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2016-04-11 07:15:10 +00:00
|
|
|
%{_includedir}/KF5/mailimporter/
|
|
|
|
%{_includedir}/KF5/MailImporter/
|
|
|
|
%{_includedir}/KF5/mailimporter_version.h
|
|
|
|
%{_libdir}/cmake/KF5MailImporter/
|
|
|
|
%{_libdir}/libKF5MailImporter.so
|
|
|
|
%{_libdir}/qt5/mkspecs/modules/qt_MailImporter.pri
|
2016-04-11 07:04:09 +00:00
|
|
|
|
|
|
|
%files -n libKF5MailImporter5
|
|
|
|
%defattr(-,root,root)
|
2016-04-11 07:15:10 +00:00
|
|
|
%{_libdir}/libKF5MailImporter.so.*
|
2016-04-11 07:04:09 +00:00
|
|
|
|
2016-08-09 07:38:52 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_kf5_configdir}/mailimporter.categories
|
|
|
|
|
2016-04-11 07:04:09 +00:00
|
|
|
%changelog
|