kf5-akonadi-contacts/kf5-akonadi-contacts.spec

219 lines
6.2 KiB
RPMSpec
Raw Normal View History

2016-09-03 13:31:22 +00:00
%global framework akonadi-contacts
# uncomment to enable bootstrap mode
2016-09-04 05:56:28 +00:00
#global bootstrap 1
2016-09-03 13:31:22 +00:00
%if !0%{?bootstrap}
%global tests 1
%endif
Name: kf5-%{framework}
2018-03-06 19:22:13 +00:00
Version: 17.12.3
2017-07-28 22:54:40 +00:00
Release: 1%{?dist}
2016-09-03 13:31:22 +00:00
Summary: The Akonadi Contacts Library
License: LGPLv2+
2017-05-13 14:09:06 +00:00
URL: https://cgit.kde.org/%{framework}.git
2016-09-03 13:31:22 +00:00
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{framework}-%{version}.tar.xz
2016-09-15 07:52:19 +00:00
# handled by qt5-srpm-macros, which defines %%qt5_qtwebengine_arches
%{?qt5_qtwebengine_arches:ExclusiveArch: %{qt5_qtwebengine_arches}}
2016-09-03 13:31:22 +00:00
BuildRequires: cyrus-sasl-devel
BuildRequires: extra-cmake-modules
BuildRequires: kf5-rpm-macros
2017-11-24 18:10:15 +00:00
%global kf5_ver 5.39
2016-09-03 13:31:22 +00:00
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-ki18n-devel >= %{kf5_ver}
BuildRequires: kf5-kitemmodels-devel >= %{kf5_ver}
2017-11-24 17:13:49 +00:00
BuildRequires: kf5-prison-devel >= %{kf5_ver}
2016-09-03 13:31:22 +00:00
BuildRequires: cmake(Grantlee5) >= 5.1
BuildRequires: qt5-qtwebengine-devel
2017-11-24 18:10:15 +00:00
BuildRequires: cmake(Qt5Widgets) >= 5.8
2016-09-03 13:31:22 +00:00
2016-09-08 16:12:27 +00:00
#global majmin_ver %(echo %{version} | cut -d. -f1,2)
%global majmin_ver %{version}
2016-09-03 13:31:22 +00:00
BuildRequires: kf5-akonadi-mime-devel >= %{majmin_ver}
BuildRequires: kf5-akonadi-server-devel >= %{majmin_ver}
BuildRequires: kf5-kcalendarcore-devel >= %{majmin_ver}
BuildRequires: kf5-kcontacts-devel >= %{majmin_ver}
BuildRequires: kf5-kmime-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}
%description
%{summary}.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{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}
Requires: cmake(KF5Akonadi)
Requires: cmake(KF5Contacts)
Requires: cmake(KF5CalendarCore)
2016-09-03 13:31:22 +00:00
%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 %{?_smp_mflags} -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
2017-05-13 15:19:44 +00:00
%find_lang %{name} --all-name --with-html
2016-09-03 13:31:22 +00:00
%check
%if 0%{?tests}
export CTEST_OUTPUT_ON_FAILURE=1
DBUS_SESSION_BUS_ADDRESS=
xvfb-run -a \
make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
%endif
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
2017-05-13 15:19:44 +00:00
%files -f %{name}.lang
2017-09-25 21:36:55 +00:00
%{_kf5_sysconfdir}/xdg/akonadi-contacts.*
%{_kf5_sysconfdir}/xdg/contact-editor.*
2016-09-03 13:31:22 +00:00
%{_kf5_libdir}/libKF5AkonadiContact.so.*
2017-09-25 21:36:55 +00:00
%{_kf5_libdir}/libKF5ContactEditor.so.*
2016-09-03 13:31:22 +00:00
%{_kf5_qtplugindir}/kcm_akonadicontact_actions.so
2017-09-25 21:36:55 +00:00
%{_kf5_qtplugindir}/akonadi/contacts/
2016-09-03 13:31:22 +00:00
%{_kf5_datadir}/kservices5/akonadicontact_actions.desktop
%dir %{_kf5_datadir}/kf5/akonadi/
2016-09-03 13:31:22 +00:00
%{_kf5_datadir}/kf5/akonadi/contact/
%dir %{_kf5_datadir}/kservices5/akonadi/
%{_kf5_datadir}/kservices5/akonadi/contact/
2016-09-03 13:31:22 +00:00
%{_kf5_datadir}/kservicetypes5/kaddressbookimprotocol.desktop
%files devel
%{_kf5_libdir}/cmake/KF5AkonadiContact/
2017-09-25 21:36:55 +00:00
%{_kf5_libdir}/cmake/KF5ContactEditor/
2016-09-03 13:31:22 +00:00
%{_kf5_libdir}/libKF5AkonadiContact.so
2017-09-25 21:36:55 +00:00
%{_kf5_libdir}/libKF5ContactEditor.so
2016-09-03 13:31:22 +00:00
%{_kf5_archdatadir}/mkspecs/modules/qt_AkonadiContact.pri
2017-09-25 21:36:55 +00:00
%{_kf5_archdatadir}/mkspecs/modules/qt_ContactEditor.pri
2016-09-03 13:31:22 +00:00
%{_kf5_includedir}/Akonadi/Contact/
%{_kf5_includedir}/akonadi/contact/
2017-09-25 21:36:55 +00:00
%{_kf5_includedir}/ContactEditor/
%{_kf5_includedir}/contacteditor/
2016-09-03 13:31:22 +00:00
%changelog
2018-03-06 19:22:13 +00:00
* Tue Mar 06 2018 Rex Dieter <rdieter@fedoraproject.org> - 17.12.3-1
- 17.12.3
2018-02-06 17:27:39 +00:00
* Tue Feb 06 2018 Rex Dieter <rdieter@fedoraproject.org> - 17.12.2-1
- 17.12.2
2018-01-11 21:16:50 +00:00
* Thu Jan 11 2018 Rex Dieter <rdieter@fedoraproject.org> - 17.12.1-1
- 17.12.1
2017-12-12 20:38:21 +00:00
* Tue Dec 12 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.12.0-1
- 17.12.0
2017-12-06 14:48:52 +00:00
* Wed Dec 06 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.11.90-1
- 17.11.90
2017-11-22 16:19:40 +00:00
* Wed Nov 22 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.11.80-1
- 17.11.80
2017-11-08 16:30:24 +00:00
* Wed Nov 08 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.08.3-1
- 17.08.3
2017-09-25 18:18:09 +00:00
* Mon Sep 25 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.08.1-1
- 17.08.1
2017-07-28 22:54:40 +00:00
* Fri Jul 28 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.04.3-1
- 17.04.3
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 17.04.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-06-15 14:11:04 +00:00
* Thu Jun 15 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.04.2-1
- 17.04.2
2017-05-13 14:09:06 +00:00
* Sat May 13 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.04.1-1
- 17.04.1
2017-03-09 17:06:15 +00:00
* Thu Mar 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.3-1
- 16.12.3
2017-02-09 17:06:11 +00:00
* Thu Feb 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.2-1
- 16.12.2
2017-01-16 21:21:24 +00:00
* Mon Jan 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.1-1
- 16.12.1
2016-12-05 22:14:29 +00:00
* Mon Dec 05 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.3-1
- 16.08.3
2016-10-13 21:06:39 +00:00
* Thu Oct 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.2-1
- 16.08.2
2016-09-15 07:52:19 +00:00
* Thu Sep 15 2016 Than Ngo <than@redhat.com> - - 16.08.1-3
- use %%{qt5_qtwebengine_arches}
* Tue Sep 13 2016 Than Ngo <than@redhat.com> - - 16.08.1-2
- dont build on ppc64/s390x as qtwebengine is not supported yet
2016-09-08 15:31:38 +00:00
* Thu Sep 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.1-1
- 16.08.1
* Sun Sep 04 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.0-4
- -devel: Requires: KF5Akonadi,KF5Contacts,KF5CalendarCore
- drop some bootstrapping hacks
2016-09-04 05:56:28 +00:00
* Sun Sep 04 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.0-3
- de-bootstrap
2016-09-03 17:27:02 +00:00
* Sat Sep 03 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.0-2
- bump bootstrap versioning
* Sat Sep 03 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.0-1
- -devel: fix Obsoletes/Provides: kf5-akonadi-contact-devel
- 16.08.0
2016-09-03 13:31:22 +00:00
* Sun Jul 31 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.07.80-1
- kf5-akonadi-contacts-16.07.80