%global framework kholidays # uncomment to enable bootstrap mode #global bootstrap 1 %if !0%{?bootstrap} %global tests 1 %endif Name: kf5-%{framework} Epoch: 9 Version: 5.51.0 Release: 1%{?dist} Summary: The KHolidays Library License: LGPLv2+ and GPLv3+ URL: https://cgit.kde.org/%{framework}.git %global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: kf5-rpm-macros # qt5-qtbase-devel BuildRequires: pkgconfig(Qt5Core) # qt5-qtdeclarative-devel BuildRequires: pkgconfig(Qt5Qml) BuildRequires: qt5-qttools-static #BuildRequires: cmake(Qt5LinguistTools) # translations moved here Conflicts: kde-l10n < 17.03 %description The KHolidays library provides a C++ API that determines holiday and other special events for a geographical region. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %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_kf5 libkholidays5_qt %check %if 0%{?tests} export CTEST_OUTPUT_ON_FAILURE=1 xvfb-run -a \ dbus-launch --exit-with-session \ time \ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %endif %ldconfig_scriptlets %files -f libkholidays5_qt.lang %license COPYING* %{_kf5_libdir}/libKF5Holidays.so.* %{_kf5_qmldir}/org/kde/kholidays/ %files devel %{_kf5_includedir}/kholidays_version.h %{_kf5_includedir}/KHolidays/ %{_kf5_libdir}/libKF5Holidays.so %{_kf5_libdir}/cmake/KF5Holidays/ %{_kf5_archdatadir}/mkspecs/modules/qt_KHolidays.pri %changelog * Sun Nov 04 2018 Rex Dieter - 1:5.51.0-1 - 5.51.0 * Wed Oct 10 2018 Rex Dieter - 1:5.51.0-1 - 5.51.0 * Tue Sep 04 2018 Rex Dieter - 1:5.50.0-1 - 5.50.0 * Tue Aug 07 2018 Rex Dieter - 1:5.49.0-1 - 5.49.0 * Fri Jul 13 2018 Fedora Release Engineering - 1:5.48.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jul 09 2018 Rex Dieter - 1:5.48.0-1 - 5.48.0 * Sat Jun 02 2018 Rex Dieter - 1:5.47.0-1 - 5.47.0 * Sat May 05 2018 Rex Dieter - 1:5.46.0-1 - 5.46.0 * Sun Apr 08 2018 Rex Dieter - 1:5.45.0-1 - 5.45.0 * Sun Mar 04 2018 Rex Dieter - 1:5.44.0-1 - kholidays-5.44.0 (part of kde frameworks now), epoch++ - use %%make_build %%ldconfig_scriptlets * Tue Feb 06 2018 Rex Dieter - 17.12.2-1 - 17.12.2 * Thu Jan 11 2018 Rex Dieter - 17.12.1-1 - 17.12.1 * Tue Dec 12 2017 Rex Dieter - 17.12.0-1 - 17.12.0 * Wed Dec 06 2017 Rex Dieter - 17.11.90-1 - 17.11.90 * Wed Nov 22 2017 Rex Dieter - 17.11.80-1 - 17.11.80 * Wed Nov 08 2017 Rex Dieter - 17.08.3-1 - 17.08.3 * Mon Sep 25 2017 Rex Dieter - 17.08.1-1 - 17.08.1 * Fri Jul 28 2017 Rex Dieter - 17.04.3-1 - 17.04.3 * Wed Jul 26 2017 Fedora Release Engineering - 17.04.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Jun 15 2017 Rex Dieter - 17.04.2-1 - 17.04.2 * Thu May 11 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 * Sat Sep 03 2016 Rex Dieter - 16.08.0-1 - 16.08.0 * Sun Jul 10 2016 Rex Dieter - 16.04.3-1 - 16.04.3 * Sun Jun 12 2016 Rex Dieter - 16.04.2-1 - 16.04.2 * Sun May 08 2016 Rex Dieter - 16.04.1-1 - 16.04.1 * Sun May 01 2016 Rex Dieter - 16.04.0-1 - 16.04.0, update URL, support bootstrap, add %%check * Tue Mar 15 2016 Rex Dieter - 15.12.3-1 - 15.12.3 * Sun Feb 14 2016 Rex Dieter - 15.12.2-1 - 15.12.2 * Thu Feb 11 2016 Rex Dieter 15.12.1-1 - 15.12.1 - fix gcc6 FTBFS * Thu Feb 04 2016 Fedora Release Engineering - 15.12.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Dec 15 2015 Jan Grulich - 15.12.0-2 - Remove obsoletes/conflicts with kdepimlibs * Tue Dec 15 2015 Jan Grulich - 15.12-0-1 - Update to 15.12.0 * Mon Dec 07 2015 Jan Grulich - 15.11.90-1 - Update to 15.11.90 * Thu Dec 03 2015 Jan Grulich - 15.11.80-1 - Update to 15.11.80 * Mon Aug 24 2015 Daniel Vrátil - 15.08.0-1 - Initial version