%global framework akonadi-mime # uncomment to enable bootstrap mode #global bootstrap 1 %if !0%{?bootstrap} %global tests 1 %endif Name: kf5-%{framework} Version: 17.04.1 Release: 1%{?dist} Summary: The Akonadi Mime Library License: LGPLv2+ URL: https://cgit.kde.org/%{framework}.git %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 BuildRequires: cyrus-sasl-devel BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros %global kf5_ver 5.23 BuildRequires: kf5-kio-devel >= %{kf5_ver} BuildRequires: kf5-kcompletion-devel >= %{kf5_ver} BuildRequires: kf5-kcodecs-devel >= %{kf5_ver} BuildRequires: kf5-kcontacts-devel >= %{kf5_ver} BuildRequires: cmake(Qt5Gui) BuildRequires: pkgconfig(libxslt) BuildRequires: pkgconfig(shared-mime-info) #global majmin_ver %(echo %{version} | cut -d. -f1,2) %global majmin_ver %{version} BuildRequires: kf5-akonadi-server-devel >= %{majmin_ver} BuildRequires: kf5-akonadi-server-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 %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 Requires: cmake(KF5Akonadi) %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} %find_lang %{name} --all-name %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 /sbin/ldconfig %if 0%{?fedora} < 23 touch --no-create %{_kf5_datadir}/mime ||: %endif %postun /sbin/ldconfig ||: %if 0%{?fedora} < 23 if [ $1 -eq 0 ] ; then touch --no-create %{_kf5_datadir}/mime ||: update-mime-database %{?fedora:-n} %{_kf5_datadir}/mime &> /dev/null || : fi %endif %if 0%{?fedora} < 23 %posttrans update-mime-database %{?fedora:-n} %{_kf5_datadir}/mime >& /dev/null %endif %files -f %{name}.lang %license COPYING* %{_kf5_libdir}/libKF5AkonadiMime.so.* %{_kf5_datadir}/config.kcfg/specialmailcollections.kcfg %{_kf5_datadir}/mime/packages/x-vnd.kde.contactgroup.xml %files devel %if 0%{?tests} %{_kf5_bindir}/akonadi_benchmarker %endif %{_kf5_libdir}/cmake/KF5AkonadiMime/ %{_kf5_libdir}/libKF5AkonadiMime.so %{_kf5_archdatadir}/mkspecs/modules/qt_AkonadiMime.pri %{_kf5_includedir}/Akonadi/KMime/ %{_kf5_includedir}/akonadi/kmime/ %{_kf5_includedir}/akonadi-mime_version.h %changelog * Fri May 12 2017 Rex Dieter - 17.04.1-1 - 17.04.1 * Thu Mar 09 2017 Rex Dieter - 16.12.3-1 - 16.12.3 * Thu Feb 09 2017 Rex Dieter - 16.12.2-1 - 16.12.2 * Mon Jan 16 2017 Rex Dieter - 16.12.1-1 - 16.12.1 * Mon Dec 05 2016 Rex Dieter - 16.08.3-1 - 16.08.3 * Thu Oct 13 2016 Rex Dieter - 16.08.2-1 - 16.08.2 * Thu Sep 08 2016 Rex Dieter - 16.08.1-1 - 16.08.1 * Sun Sep 04 2016 Rex Dieter - 16.08.0-4 - -devel: Requires: cmake(KF5Akonadi) * Sat Sep 03 2016 Rex Dieter - 16.08.0-3 - de-bootstrap * Sat Sep 03 2016 Rex Dieter - 16.08.0-2 - bump bootstrap versioning * Sat Sep 03 2016 Rex Dieter - 16.08.0-1 - 16.08.0, conditionally run mime scriptlets (< f24) * Sun Jul 31 2016 Rex Dieter - 16.07.80-1 - kf5-akonadi-contacts-16.07.80