2018-10-03 20:20:00 +00:00
|
|
|
%global framework kitinerary
|
|
|
|
|
|
|
|
# uncomment to enable bootstrap mode
|
|
|
|
#global bootstrap 1
|
|
|
|
|
|
|
|
%if !0%{?bootstrap}
|
|
|
|
%global tests 1
|
|
|
|
%endif
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
2019-06-05 21:28:49 +00:00
|
|
|
Version: 19.04.2
|
2019-02-05 21:41:34 +00:00
|
|
|
Release: 1%{?dist}
|
2018-10-03 20:20:00 +00:00
|
|
|
Summary: A library containing itinerary data model and itinerary extraction code
|
|
|
|
|
|
|
|
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: extra-cmake-modules
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
|
|
|
BuildRequires: cmake(KF5I18n)
|
|
|
|
|
2018-10-18 18:56:34 +00:00
|
|
|
# kde-pim pkgs
|
|
|
|
#global majmin_ver %(echo %{version} | cut -d. -f1,2)
|
|
|
|
%global majmin_ver %{version}
|
|
|
|
BuildRequires: kf5-kmime-devel >= %{majmin_ver}
|
|
|
|
BuildRequires: kf5-kcalendarcore-devel >= %{majmin_ver}
|
|
|
|
BuildRequires: kf5-kcontacts-devel >= %{majmin_ver}
|
|
|
|
BuildRequires: kf5-kpkpass-devel >= %{majmin_ver}
|
|
|
|
|
|
|
|
# kde-pim cmake
|
2018-10-03 20:20:00 +00:00
|
|
|
BuildRequires: cmake(KF5Mime)
|
|
|
|
BuildRequires: cmake(KF5CalendarCore)
|
|
|
|
BuildRequires: cmake(KF5Contacts)
|
|
|
|
BuildRequires: cmake(KPimPkPass)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
|
|
BuildRequires: pkgconfig(Qt5Qml)
|
|
|
|
|
2018-12-15 12:36:43 +00:00
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
2018-10-03 20:20:00 +00:00
|
|
|
BuildRequires: pkgconfig(poppler)
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
|
|
|
# TODO: https://github.com/glassechidna/zxing-cpp
|
|
|
|
#BuildRequires: zxing-cpp-devel
|
|
|
|
|
|
|
|
%if 0%{?tests}
|
|
|
|
BuildRequires: dbus-x11
|
|
|
|
BuildRequires: xorg-x11-server-Xvfb
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{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 %{name} --all-name
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%if 0%{?tests}
|
|
|
|
export CTEST_OUTPUT_ON_FAILURE=1
|
|
|
|
#xvfb-run -a \
|
|
|
|
#dbus-launch --exit-with-session \
|
|
|
|
make test/fast ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||:
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%doc README.md
|
|
|
|
%license COPYING*
|
|
|
|
%{_kf5_sysconfdir}/xdg/org_kde_%{framework}.*
|
|
|
|
%{_kf5_libdir}/libKPimItinerary.so.5*
|
2019-06-07 13:26:46 +00:00
|
|
|
%{_kf5_libexecdir}/kitinerary-extractor
|
2018-10-03 20:20:00 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/KPim/
|
|
|
|
%{_kf5_libdir}/libKPimItinerary.so
|
|
|
|
%{_kf5_libdir}/cmake/KPimItinerary/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2019-06-05 21:28:49 +00:00
|
|
|
* Wed Jun 05 2019 Rex Dieter <rdieter@fedoraproject.org> - 19.04.2-1
|
|
|
|
- 19.04.2
|
|
|
|
|
2019-03-08 19:37:43 +00:00
|
|
|
* Fri Mar 08 2019 Rex Dieter <rdieter@fedoraproject.org> - 18.12.3-1
|
|
|
|
- 18.12.3
|
|
|
|
|
2019-02-05 21:41:34 +00:00
|
|
|
* Tue Feb 05 2019 Rex Dieter <rdieter@fedoraproject.org> - 18.12.2-1
|
|
|
|
- 18.12.2
|
|
|
|
|
2019-02-01 05:32:23 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 18.12.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-25 18:48:45 +00:00
|
|
|
* Fri Jan 25 2019 Marek Kasik <mkasik@redhat.com> - 18.12.1-2
|
|
|
|
- Rebuild for poppler-0.73.0
|
|
|
|
|
2019-01-08 22:39:13 +00:00
|
|
|
* Tue Jan 08 2019 Rex Dieter <rdieter@fedoraproject.org> - 18.12.1-1
|
|
|
|
- 18.12.1
|
|
|
|
|
2018-12-14 21:39:00 +00:00
|
|
|
* Fri Dec 14 2018 Rex Dieter <rdieter@fedoraproject.org> - 18.12.0-1
|
|
|
|
- 18.12.0
|
|
|
|
|
2018-11-06 21:36:56 +00:00
|
|
|
* Tue Nov 06 2018 Rex Dieter <rdieter@fedoraproject.org> - 18.08.3-1
|
|
|
|
- 18.08.3
|
|
|
|
|
2018-10-18 18:56:34 +00:00
|
|
|
* Thu Oct 18 2018 Rex Dieter <rdieter@fedoraproject.org> - 18.08.2-2
|
|
|
|
- add explicit pkgnames and versioning to build deps
|
|
|
|
|
2018-10-10 19:25:13 +00:00
|
|
|
* Wed Oct 10 2018 Rex Dieter <rdieter@fedoraproject.org> - 18.08.2-1
|
|
|
|
- 18.08.2
|
|
|
|
|
2018-10-03 20:20:00 +00:00
|
|
|
* Mon Oct 01 2018 Rex Dieter <rdieter@fedoraproject.org> - 18.08.1-1
|
|
|
|
- 18.08.1
|