136 lines
4.1 KiB
RPMSpec
136 lines
4.1 KiB
RPMSpec
%global framework akonadi-contacts
|
|
|
|
# uncomment to enable bootstrap mode
|
|
# global bootstrap 1
|
|
%if !0%{?bootstrap}
|
|
%global tests 1
|
|
%endif
|
|
|
|
Name: kf5-%{framework}
|
|
Version: 23.08.4
|
|
Release: 1
|
|
Summary: The Akonadi Contacts Library
|
|
License: LGPLv2+
|
|
URL: https://invent.kde.org/frameworks/%{framework}
|
|
Source0: http://download.kde.org/stable/release-service/%{version}/src/%{framework}-%{version}.tar.xz
|
|
|
|
%global majmin %majmin_ver_kf5
|
|
|
|
BuildRequires: cyrus-sasl-devel
|
|
BuildRequires: extra-cmake-modules
|
|
BuildRequires: kf5-rpm-macros
|
|
%global kf5_ver 5.83
|
|
BuildRequires: kf5-kdbusaddons-devel >= %{kf5_ver}
|
|
BuildRequires: kf5-kio-devel >= %{kf5_ver}
|
|
BuildRequires: kf5-kconfig-devel >= %{kf5_ver}
|
|
BuildRequires: kf5-ki18n-devel >= %{kf5_ver}
|
|
BuildRequires: kf5-kcmutils-devel >= %{kf5_ver}
|
|
BuildRequires: kf5-kitemmodels-devel >= %{kf5_ver}
|
|
BuildRequires: kf5-prison-devel >= %{kf5_ver}
|
|
|
|
BuildRequires: cmake(Grantlee5) >= 5.1
|
|
BuildRequires: qt5-qtwebengine-devel
|
|
BuildRequires: qt5-qtbase-devel >= 5.8
|
|
BuildRequires: iptables-libs
|
|
|
|
# global majmin_ver %(echo %{version} | cut -d. -f1,2)
|
|
%global majmin_ver %{version}
|
|
BuildRequires: kf5-akonadi-mime-devel >= %{majmin_ver}
|
|
BuildRequires: kf5-akonadi-server-devel >= %{majmin_ver}
|
|
BuildRequires: kf5-grantleetheme-devel >= %{majmin_ver}
|
|
BuildRequires: kf5-kcalendarcore-devel
|
|
BuildRequires: kf5-kcontacts-devel >= %{majmin_ver}
|
|
BuildRequires: kf5-kmime-devel >= %{majmin_ver}
|
|
BuildRequires: kf5-libkleo-devel >= %{majmin_ver}
|
|
|
|
%if 0%{?tests}
|
|
BuildRequires: kf5-akonadi-server >= %{majmin_ver}
|
|
BuildRequires: kf5-akonadi-server-mysql
|
|
BuildRequires: xorg-x11-server-Xvfb
|
|
%endif
|
|
|
|
# split from kf5-akonadi/kdepimlibs in 16.07
|
|
Obsoletes: kf5-akonadi < 16.07
|
|
Obsoletes: kf5-akonadi-contact < 16.07
|
|
Provides: kf5-akonadi-contact = %{version}-%{release}
|
|
|
|
# kdepim-apps-libs deprecated, some content moved here
|
|
Obsoletes: kdepim-apps-libs < 20.11.90
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{version}-%{release}
|
|
# split from kf5-akonadi/kdepimlibs in 16.07
|
|
Obsoletes: kf5-akonadi-devel < 16.07
|
|
Obsoletes: kf5-akonadi-contact-devel < 16.07
|
|
Provides: kf5-akonadi-contact-devel = %{version}-%{release}
|
|
Obsoletes: kdepim-apps-libs-devel < 20.11.90
|
|
Requires: cmake(KF5Akonadi)
|
|
Requires: cmake(KF5Contacts)
|
|
Requires: kf5-grantleetheme-devel
|
|
Recommends: cmake(KF5CalendarCore)
|
|
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
%prep
|
|
%autosetup -n %{framework}-%{version} -p1
|
|
|
|
%build
|
|
mkdir %{_target_platform}
|
|
pushd %{_target_platform}
|
|
%{cmake_kf5} .. \
|
|
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF}
|
|
popd
|
|
%make_build -C %{_target_platform}
|
|
|
|
%install
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
%find_lang %{name} --all-name
|
|
|
|
%check
|
|
%if 0%{?tests}
|
|
export CTEST_OUTPUT_ON_FAILURE=1
|
|
DBUS_SESSION_BUS_ADDRESS=
|
|
xvfb-run -a \
|
|
%make_build test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
|
|
%endif
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%files -f %{name}.lang
|
|
%dir %{_kf5_datadir}/kf5/akonadi/
|
|
%{_kf5_datadir}/akonadi/plugins/serializer/
|
|
%{_kf5_datadir}/kf5/akonadi/contact/
|
|
%{_kf5_datadir}/qlogging-categories5/*%{framework}.*
|
|
%{_kf5_libdir}/libKPim5AkonadiContact.so.*
|
|
%{_kf5_libdir}/libKPim5ContactEditor.so.*
|
|
%{_kf5_qtplugindir}/akonadi_serializer_*.so
|
|
|
|
%files devel
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_AkonadiContact.pri
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_ContactEditor.pri
|
|
%{_includedir}/KPim5/AkonadiContact/
|
|
%{_includedir}/KPim5/AkonadiContactEditor/
|
|
%{_kf5_libdir}/cmake/KPim5AkonadiContact/
|
|
%{_kf5_libdir}/cmake/KF5AkonadiContactEditor/
|
|
%{_kf5_libdir}/cmake/KPim5ContactEditor/
|
|
%{_kf5_libdir}/libKPim5AkonadiContact.so
|
|
%{_kf5_libdir}/libKPim5ContactEditor.so
|
|
|
|
|
|
%changelog
|
|
* Tue Jan 16 2024 misaka00251 <liuxin@iscas.ac.cn> - 23.08.4-1
|
|
- Upgrade to 23.08.4
|
|
|
|
* Fri Aug 04 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 23.04.3-1
|
|
- Update package to version 23.04.3
|
|
|
|
* Thu Apr 13 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 22.12.0-1
|
|
- Package init
|