168 lines
5.4 KiB
RPMSpec
168 lines
5.4 KiB
RPMSpec
#
|
|
# spec file for package akonadi-contact
|
|
#
|
|
# Copyright (c) 2017 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/
|
|
#
|
|
|
|
|
|
%bcond_without lang
|
|
|
|
%define sonum 5
|
|
Name: akonadi-contact
|
|
Version: 17.07.90
|
|
Release: 0
|
|
%define kf5_version 5.26.0
|
|
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
|
Summary: KDE PIM Libraries for Akonadi Contacts
|
|
License: LGPL-2.1+
|
|
Group: System/GUI/KDE
|
|
Url: http://www.kde.org
|
|
Source: akonadi-contacts-%{version}.tar.xz
|
|
BuildRequires: akonadi-mime-devel
|
|
BuildRequires: akonadi-server-devel >= %{_kapp_version}
|
|
BuildRequires: cmake(KF5Prison)
|
|
BuildRequires: extra-cmake-modules >= %{kf5_version}
|
|
BuildRequires: grantlee5-devel
|
|
BuildRequires: kcalcore-devel
|
|
BuildRequires: kcodecs-devel >= %{kf5_version}
|
|
BuildRequires: kcompletion-devel >= %{kf5_version}
|
|
BuildRequires: kcontacts-devel
|
|
BuildRequires: kf5-filesystem
|
|
BuildRequires: kio-devel >= %{kf5_version}
|
|
BuildRequires: kmime-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig(Qt5Test) >= 5.6.0
|
|
BuildRequires: pkgconfig(Qt5WebEngine) >= 5.6.0
|
|
BuildRequires: pkgconfig(Qt5WebEngineWidgets) >= 5.6.0
|
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.6.0
|
|
Requires: libKF5AkonadiContact5 = %{version}
|
|
Requires: libKF5ContactEditor5 = %{version}
|
|
Provides: akonadi-contacts = %{version}
|
|
Obsoletes: akonadi-contacts < %{version}
|
|
Recommends: %{name}-lang
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
# It can only build on the same platforms as Qt Webengine
|
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
|
|
|
%description
|
|
This package provides a library used for handling personal contacts,
|
|
as part of the KDE Personal Information Management (PIM) software.
|
|
|
|
%package -n libKF5AkonadiContact5
|
|
Summary: Library for personal contact handling
|
|
Group: System/Libraries
|
|
Requires: akonadi-contact >= %{version}
|
|
Obsoletes: akonadi-socialutils
|
|
Obsoletes: akonadi-socialutils-devel
|
|
|
|
%description -n libKF5AkonadiContact5
|
|
This package provides a library used for handling personal contacts,
|
|
as part of the KDE Personal Information Management (PIM) software.
|
|
|
|
%package -n libKF5ContactEditor5
|
|
Summary: Library for personal contact handling
|
|
Group: System/Libraries
|
|
Requires: akonadi-contact >= %{version}
|
|
|
|
%description -n libKF5ContactEditor5
|
|
This package provides a library used for handling personal contacts,
|
|
as part of the KDE Personal Information Management (PIM) software.
|
|
|
|
%package devel
|
|
Summary: KDE PIM Libraries: Build Environment
|
|
Group: Development/Libraries/KDE
|
|
Requires: akonadi-server-devel
|
|
Requires: kcontacts-devel
|
|
Requires: libKF5AkonadiContact5 = %{version}
|
|
Obsoletes: akonadi-contacts-devel < %{version}
|
|
Provides: akonadi-contacts-devel = %{version}
|
|
|
|
%description devel
|
|
This package contains all necessary include files and libraries needed
|
|
to develop KDE PIM applications.
|
|
|
|
%if %{with lang}
|
|
%lang_package
|
|
%endif
|
|
|
|
%prep
|
|
%setup -q -n akonadi-contacts-%{version}
|
|
|
|
%build
|
|
%cmake_kf5 -d build -- -DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
|
|
%make_jobs
|
|
|
|
%install
|
|
%kf5_makeinstall -C build
|
|
%if %{with lang}
|
|
%find_lang %{name} --with-man --all-name
|
|
%endif
|
|
|
|
%post -n libKF5AkonadiContact5 -p /sbin/ldconfig
|
|
%postun -n libKF5AkonadiContact5 -p /sbin/ldconfig
|
|
%post -n libKF5ContactEditor5 -p /sbin/ldconfig
|
|
%postun -n libKF5ContactEditor5 -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc COPYING*
|
|
%config %{_kf5_configdir}/akonadi-contacts.categories
|
|
%config %{_kf5_configdir}/contact-editor.categories
|
|
%dir %{_kf5_plugindir}
|
|
%dir %{_kf5_servicesdir}/akonadi
|
|
%dir %{_kf5_servicesdir}/akonadi/contact
|
|
%{_kf5_datadir}/akonadi/contact/
|
|
%{_kf5_datadir}/contacteditor/
|
|
%{_kf5_plugindir}/kcm_akonadicontact_actions.so
|
|
%{_kf5_servicesdir}/akonadi/contact/
|
|
%{_kf5_servicesdir}/akonadicontact_actions.desktop
|
|
%{_kf5_servicetypesdir}/kaddressbookimprotocol.desktop
|
|
|
|
%files -n libKF5AkonadiContact5
|
|
%defattr(-,root,root)
|
|
%doc COPYING*
|
|
%{_kf5_libdir}/libKF5AkonadiContact.so.*
|
|
|
|
%files -n libKF5ContactEditor5
|
|
%defattr(-,root,root)
|
|
%doc COPYING*
|
|
%{_kf5_libdir}/libKF5ContactEditor.so.*
|
|
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%doc COPYING*
|
|
%dir %{_kf5_includedir}/Akonadi
|
|
%dir %{_kf5_includedir}/akonadi
|
|
%{_kf5_includedir}/Akonadi/Contact/
|
|
%{_kf5_includedir}/Akonadi/ContactEditor/
|
|
%{_kf5_includedir}/akonadi-contact_version.h
|
|
%{_kf5_includedir}/akonadi/contact/
|
|
%{_kf5_libdir}/cmake/KF5AkonadiContact/
|
|
%{_kf5_libdir}/cmake/KF5AkonadiContactEditor/
|
|
%{_kf5_libdir}/libKF5AkonadiContact.so
|
|
%{_kf5_libdir}/libKF5ContactEditor.so
|
|
%{_kf5_mkspecsdir}/qt_AkonadiContact.pri
|
|
%{_kf5_mkspecsdir}/qt_ContactEditor.pri
|
|
|
|
%if %{with lang}
|
|
%files lang -f %{name}.lang
|
|
%doc COPYING*
|
|
%endif
|
|
|
|
%changelog
|
|
|
|
|