You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kf5-kholidays/kf5-kholidays.spec

173 lines
4.4 KiB

10 years ago
%global framework kholidays
# uncomment to enable bootstrap mode
#global bootstrap 1
%if !0%{?bootstrap}
%global tests 1
%endif
9 years ago
Name: kf5-%{framework}
7 years ago
Version: 17.08.1
8 years ago
Release: 1%{?dist}
9 years ago
Summary: The KHolidays Library
10 years ago
9 years ago
License: LGPLv2+ and GPLv3+
8 years ago
URL: https://cgit.kde.org/%{framework}.git
10 years ago
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
9 years ago
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{framework}-%{version}.tar.xz
9 years ago
10 years ago
BuildRequires: extra-cmake-modules
BuildRequires: kf5-rpm-macros
BuildRequires: kf5-kdelibs4support-devel >= 5.15
BuildRequires: kf5-kitemviews-devel >= 5.15
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtdeclarative-devel
BuildRequires: qt5-qttools-static
8 years ago
# translations moved here
Conflicts: kde-l10n < 17.03
10 years ago
%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} = %{version}-%{release}
Requires: kf5-kdelibs4support-devel
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
9 years ago
%autosetup -n %{framework}-%{version} -p1
10 years ago
9 years ago
10 years ago
%build
9 years ago
mkdir %{_target_platform}
10 years ago
pushd %{_target_platform}
%{cmake_kf5} .. \
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF}
10 years ago
popd
make %{?_smp_mflags} -C %{_target_platform}
9 years ago
10 years ago
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
8 years ago
%find_lang_kf5 libkholidays5_qt
10 years ago
%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
10 years ago
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
8 years ago
%files -f libkholidays5_qt.lang
%license COPYING*
10 years ago
%{_kf5_libdir}/libKF5Holidays.so.*
%{_kf5_datadir}/kf5/libkholidays/
%{_kf5_qmldir}/org/kde/kholidays/
10 years ago
%files devel
%{_kf5_includedir}/kholidays_version.h
9 years ago
%{_kf5_includedir}/KHolidays/
10 years ago
%{_kf5_libdir}/libKF5Holidays.so
9 years ago
%{_kf5_libdir}/cmake/KF5Holidays/
10 years ago
%{_kf5_archdatadir}/mkspecs/modules/qt_KHolidays.pri
%changelog
7 years ago
* Mon Sep 25 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.08.1-1
- 17.08.1
8 years ago
* 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
8 years ago
* Thu Jun 15 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.04.2-1
- 17.04.2
8 years ago
* Thu May 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.04.1-1
- 17.04.1
8 years ago
* Thu Mar 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.3-1
- 16.12.3
8 years ago
* Thu Feb 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.2-1
- 16.12.2
8 years ago
* Mon Jan 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.1-1
- 16.12.1
8 years ago
* Mon Dec 05 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.3-1
- 16.08.3
8 years ago
* Thu Oct 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.2-1
- 16.08.2
8 years ago
* Thu Sep 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.1-1
- 16.08.1
8 years ago
* Sat Sep 03 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.0-1
- 16.08.0
9 years ago
* Sun Jul 10 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.3-1
- 16.04.3
9 years ago
* Sun Jun 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.2-1
- 16.04.2
9 years ago
* Sun May 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.1-1
- 16.04.1
* Sun May 01 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.0-1
- 16.04.0, update URL, support bootstrap, add %%check
9 years ago
* Tue Mar 15 2016 Rex Dieter <rdieter@fedoraproject.org> - 15.12.3-1
- 15.12.3
9 years ago
* Sun Feb 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 15.12.2-1
- 15.12.2
9 years ago
* Thu Feb 11 2016 Rex Dieter <rdieter@fedoraproject.org> 15.12.1-1
9 years ago
- 15.12.1
9 years ago
- fix gcc6 FTBFS
9 years ago
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 15.12.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Tue Dec 15 2015 Jan Grulich <jgrulich@redhat.com> - 15.12.0-2
- Remove obsoletes/conflicts with kdepimlibs
* Tue Dec 15 2015 Jan Grulich <jgrulich@redhat.com> - 15.12-0-1
- Update to 15.12.0
* Mon Dec 07 2015 Jan Grulich <jgrulich@redhat.com> - 15.11.90-1
- Update to 15.11.90
* Thu Dec 03 2015 Jan Grulich <jgrulich@redhat.com> - 15.11.80-1
- Update to 15.11.80
10 years ago
* Mon Aug 24 2015 Daniel Vrátil <dvratil@redhat.com> - 15.08.0-1
- Initial version