From 60b854cce4c91b8b8b859584040a329ab68be585 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 3 Oct 2018 15:20:00 -0500 Subject: [PATCH 01/13] import --- .gitignore | 1 + kf5-kitinerary.spec | 105 ++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + sources.basename | 1 + 4 files changed, 108 insertions(+) create mode 100644 .gitignore create mode 100644 kf5-kitinerary.spec create mode 100644 sources create mode 100644 sources.basename diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..429ace9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/kitinerary-18.08.1.tar.xz diff --git a/kf5-kitinerary.spec b/kf5-kitinerary.spec new file mode 100644 index 0000000..dda99f8 --- /dev/null +++ b/kf5-kitinerary.spec @@ -0,0 +1,105 @@ +%global framework kitinerary + +# uncomment to enable bootstrap mode +#global bootstrap 1 + +%if !0%{?bootstrap} +%global tests 1 +%endif + +Name: kf5-%{framework} +Version: 18.08.1 +Release: 1%{?dist} +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) + +BuildRequires: cmake(KF5Mime) +BuildRequires: cmake(KF5CalendarCore) +BuildRequires: cmake(KF5Contacts) +BuildRequires: cmake(KPimPkPass) + +BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5Qml) + +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* + +%files devel +%{_includedir}/KPim/ +%{_kf5_libdir}/libKPimItinerary.so +%{_kf5_libdir}/cmake/KPimItinerary/ + + +%changelog +* Mon Oct 01 2018 Rex Dieter - 18.08.1-1 +- 18.08.1 diff --git a/sources b/sources new file mode 100644 index 0000000..b93af9e --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (kitinerary-18.08.1.tar.xz) = ea4a04f790cf65c98c4eef632f8dc5cab9717f8fd2d5c5688e57616c57549f344ef00d31f4e43361da3c91247c083128b1c29bef717989412d938283457d3298 diff --git a/sources.basename b/sources.basename new file mode 100644 index 0000000..1c55737 --- /dev/null +++ b/sources.basename @@ -0,0 +1 @@ +kitinerary From 0a9c0316f9c90f521ba5c5cbec0be1adfef76df5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 10 Oct 2018 14:25:13 -0500 Subject: [PATCH 02/13] 18.08.2 --- .gitignore | 1 + kf5-kitinerary.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 429ace9..5635917 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kitinerary-18.08.1.tar.xz +/kitinerary-18.08.2.tar.xz diff --git a/kf5-kitinerary.spec b/kf5-kitinerary.spec index dda99f8..f75a870 100644 --- a/kf5-kitinerary.spec +++ b/kf5-kitinerary.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 18.08.1 +Version: 18.08.2 Release: 1%{?dist} Summary: A library containing itinerary data model and itinerary extraction code @@ -101,5 +101,8 @@ make test/fast ARGS="--output-on-failure --timeout 10" -C %{_target_platform} || %changelog +* Wed Oct 10 2018 Rex Dieter - 18.08.2-1 +- 18.08.2 + * Mon Oct 01 2018 Rex Dieter - 18.08.1-1 - 18.08.1 diff --git a/sources b/sources index b93af9e..7e3b1d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kitinerary-18.08.1.tar.xz) = ea4a04f790cf65c98c4eef632f8dc5cab9717f8fd2d5c5688e57616c57549f344ef00d31f4e43361da3c91247c083128b1c29bef717989412d938283457d3298 +SHA512 (kitinerary-18.08.2.tar.xz) = 1658c77abc3cde9172e4f77e8fd291590431628ce45e7041ca6068e5d7dae0925587dd222edccee65421b031479f2514ca209c1973ab442796b64006e6c5184f From 4cc7375bddd4375a0759da2c8809e57dc5790fae Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 18 Oct 2018 13:56:34 -0500 Subject: [PATCH 03/13] add explicit pkgnames and versioning to build deps --- kf5-kitinerary.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/kf5-kitinerary.spec b/kf5-kitinerary.spec index f75a870..b8112bc 100644 --- a/kf5-kitinerary.spec +++ b/kf5-kitinerary.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 18.08.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library containing itinerary data model and itinerary extraction code License: LGPLv2+ @@ -28,6 +28,15 @@ BuildRequires: kf5-rpm-macros BuildRequires: cmake(KF5I18n) +# 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 BuildRequires: cmake(KF5Mime) BuildRequires: cmake(KF5CalendarCore) BuildRequires: cmake(KF5Contacts) @@ -101,6 +110,9 @@ make test/fast ARGS="--output-on-failure --timeout 10" -C %{_target_platform} || %changelog +* Thu Oct 18 2018 Rex Dieter - 18.08.2-2 +- add explicit pkgnames and versioning to build deps + * Wed Oct 10 2018 Rex Dieter - 18.08.2-1 - 18.08.2 From a06b445a21896f63c42d7bf1422b0d319f9c5a42 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 6 Nov 2018 15:36:56 -0600 Subject: [PATCH 04/13] 18.08.3 --- .gitignore | 1 + kf5-kitinerary.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5635917..a424cb6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kitinerary-18.08.1.tar.xz /kitinerary-18.08.2.tar.xz +/kitinerary-18.08.3.tar.xz diff --git a/kf5-kitinerary.spec b/kf5-kitinerary.spec index b8112bc..28869b5 100644 --- a/kf5-kitinerary.spec +++ b/kf5-kitinerary.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 18.08.2 -Release: 2%{?dist} +Version: 18.08.3 +Release: 1%{?dist} Summary: A library containing itinerary data model and itinerary extraction code License: LGPLv2+ @@ -110,6 +110,9 @@ make test/fast ARGS="--output-on-failure --timeout 10" -C %{_target_platform} || %changelog +* Tue Nov 06 2018 Rex Dieter - 18.08.3-1 +- 18.08.3 + * Thu Oct 18 2018 Rex Dieter - 18.08.2-2 - add explicit pkgnames and versioning to build deps diff --git a/sources b/sources index 7e3b1d8..0a236ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kitinerary-18.08.2.tar.xz) = 1658c77abc3cde9172e4f77e8fd291590431628ce45e7041ca6068e5d7dae0925587dd222edccee65421b031479f2514ca209c1973ab442796b64006e6c5184f +SHA512 (kitinerary-18.08.3.tar.xz) = d2fec91f292a143f96096a6642764599198a6055c44f63b3706bbb6428bab919c507ab6a4a2211faf6e57480ed8d6e6ff3643b612d295ff32d415a79509d25fa From 18dd9a9b97c23475065069c27bdd3c5ccec6aaf6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 14 Dec 2018 15:39:00 -0600 Subject: [PATCH 05/13] 18.12.0 --- .gitignore | 1 + kf5-kitinerary.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a424cb6..6bcf88b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kitinerary-18.08.1.tar.xz /kitinerary-18.08.2.tar.xz /kitinerary-18.08.3.tar.xz +/kitinerary-18.12.0.tar.xz diff --git a/kf5-kitinerary.spec b/kf5-kitinerary.spec index 28869b5..095cfdd 100644 --- a/kf5-kitinerary.spec +++ b/kf5-kitinerary.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 18.08.3 +Version: 18.12.0 Release: 1%{?dist} Summary: A library containing itinerary data model and itinerary extraction code @@ -110,6 +110,9 @@ make test/fast ARGS="--output-on-failure --timeout 10" -C %{_target_platform} || %changelog +* Fri Dec 14 2018 Rex Dieter - 18.12.0-1 +- 18.12.0 + * Tue Nov 06 2018 Rex Dieter - 18.08.3-1 - 18.08.3 diff --git a/sources b/sources index 0a236ea..a8e3ea7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kitinerary-18.08.3.tar.xz) = d2fec91f292a143f96096a6642764599198a6055c44f63b3706bbb6428bab919c507ab6a4a2211faf6e57480ed8d6e6ff3643b612d295ff32d415a79509d25fa +SHA512 (kitinerary-18.12.0.tar.xz) = 3a39949dc600daaa4f71ae1fb92dc3e2d2fa04058184e23fc42d2002529b521c54dc27ba51222df0569dbd0616dd687781441af989534faf6a1e74feaa4026dd From 2feb387a866b7d39498ace32f6f07fd8d169f408 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 15 Dec 2018 06:36:43 -0600 Subject: [PATCH 06/13] update build deps --- kf5-kitinerary.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kitinerary.spec b/kf5-kitinerary.spec index 095cfdd..08078eb 100644 --- a/kf5-kitinerary.spec +++ b/kf5-kitinerary.spec @@ -45,6 +45,7 @@ BuildRequires: cmake(KPimPkPass) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Qml) +BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(poppler) BuildRequires: pkgconfig(zlib) # TODO: https://github.com/glassechidna/zxing-cpp From 6b1079ff455114abfff6baea7b3a44190404d729 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jan 2019 16:39:13 -0600 Subject: [PATCH 07/13] 18.12.1 --- .gitignore | 1 + kf5-kitinerary.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6bcf88b..ce30423 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kitinerary-18.08.2.tar.xz /kitinerary-18.08.3.tar.xz /kitinerary-18.12.0.tar.xz +/kitinerary-18.12.1.tar.xz diff --git a/kf5-kitinerary.spec b/kf5-kitinerary.spec index 08078eb..0e2e0e0 100644 --- a/kf5-kitinerary.spec +++ b/kf5-kitinerary.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 18.12.0 +Version: 18.12.1 Release: 1%{?dist} Summary: A library containing itinerary data model and itinerary extraction code @@ -111,6 +111,9 @@ make test/fast ARGS="--output-on-failure --timeout 10" -C %{_target_platform} || %changelog +* Tue Jan 08 2019 Rex Dieter - 18.12.1-1 +- 18.12.1 + * Fri Dec 14 2018 Rex Dieter - 18.12.0-1 - 18.12.0 diff --git a/sources b/sources index a8e3ea7..0bee01c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kitinerary-18.12.0.tar.xz) = 3a39949dc600daaa4f71ae1fb92dc3e2d2fa04058184e23fc42d2002529b521c54dc27ba51222df0569dbd0616dd687781441af989534faf6a1e74feaa4026dd +SHA512 (kitinerary-18.12.1.tar.xz) = ab421df8bc129273dccacecfdc972ae22b449d78422773d17ee2d9f10390beac2db100b1295885784837c0fe8c7320d2ef2d82ac6d31a2c20c90039d0455b642 From 54ebb66f234225113c8d0a0dad2b9d9a7a06e714 Mon Sep 17 00:00:00 2001 From: Marek Kasik Date: Fri, 25 Jan 2019 19:48:45 +0100 Subject: [PATCH 08/13] Rebuild for poppler-0.73.0 --- kf5-kitinerary.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kitinerary.spec b/kf5-kitinerary.spec index 0e2e0e0..c8de12f 100644 --- a/kf5-kitinerary.spec +++ b/kf5-kitinerary.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 18.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library containing itinerary data model and itinerary extraction code License: LGPLv2+ @@ -111,6 +111,9 @@ make test/fast ARGS="--output-on-failure --timeout 10" -C %{_target_platform} || %changelog +* Fri Jan 25 2019 Marek Kasik - 18.12.1-2 +- Rebuild for poppler-0.73.0 + * Tue Jan 08 2019 Rex Dieter - 18.12.1-1 - 18.12.1 From ad612f4325a096560a7e35bfe837d9d0e30d6158 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 05:32:23 +0000 Subject: [PATCH 09/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kitinerary.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kitinerary.spec b/kf5-kitinerary.spec index c8de12f..2fd6a0d 100644 --- a/kf5-kitinerary.spec +++ b/kf5-kitinerary.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 18.12.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library containing itinerary data model and itinerary extraction code License: LGPLv2+ @@ -111,6 +111,9 @@ make test/fast ARGS="--output-on-failure --timeout 10" -C %{_target_platform} || %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 18.12.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jan 25 2019 Marek Kasik - 18.12.1-2 - Rebuild for poppler-0.73.0 From 4ab9db41c099b8517cad4cf0e215974b41fb7137 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Feb 2019 15:41:34 -0600 Subject: [PATCH 10/13] 18.12.2 --- .gitignore | 1 + kf5-kitinerary.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ce30423..2ccd67c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kitinerary-18.08.3.tar.xz /kitinerary-18.12.0.tar.xz /kitinerary-18.12.1.tar.xz +/kitinerary-18.12.2.tar.xz diff --git a/kf5-kitinerary.spec b/kf5-kitinerary.spec index 2fd6a0d..b75a599 100644 --- a/kf5-kitinerary.spec +++ b/kf5-kitinerary.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 18.12.1 -Release: 3%{?dist} +Version: 18.12.2 +Release: 1%{?dist} Summary: A library containing itinerary data model and itinerary extraction code License: LGPLv2+ @@ -111,6 +111,9 @@ make test/fast ARGS="--output-on-failure --timeout 10" -C %{_target_platform} || %changelog +* Tue Feb 05 2019 Rex Dieter - 18.12.2-1 +- 18.12.2 + * Fri Feb 01 2019 Fedora Release Engineering - 18.12.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index 0bee01c..b2a4ee8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kitinerary-18.12.1.tar.xz) = ab421df8bc129273dccacecfdc972ae22b449d78422773d17ee2d9f10390beac2db100b1295885784837c0fe8c7320d2ef2d82ac6d31a2c20c90039d0455b642 +SHA512 (kitinerary-18.12.2.tar.xz) = 5512a5287536454e82eff3308ceba828216167d3b6728ba7bc720c8e89403205e03226c16f0b80d033d5711999767634c8c36290a5cb4f6ec4f307d37e50b1a7 From 2036427c8199cbc13bcccac27b8ce12880b1dbd1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Mar 2019 13:37:43 -0600 Subject: [PATCH 11/13] 18.12.3 --- .gitignore | 1 + kf5-kitinerary.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2ccd67c..894c117 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kitinerary-18.12.0.tar.xz /kitinerary-18.12.1.tar.xz /kitinerary-18.12.2.tar.xz +/kitinerary-18.12.3.tar.xz diff --git a/kf5-kitinerary.spec b/kf5-kitinerary.spec index b75a599..ead6bbe 100644 --- a/kf5-kitinerary.spec +++ b/kf5-kitinerary.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 18.12.2 +Version: 18.12.3 Release: 1%{?dist} Summary: A library containing itinerary data model and itinerary extraction code @@ -111,6 +111,9 @@ make test/fast ARGS="--output-on-failure --timeout 10" -C %{_target_platform} || %changelog +* Fri Mar 08 2019 Rex Dieter - 18.12.3-1 +- 18.12.3 + * Tue Feb 05 2019 Rex Dieter - 18.12.2-1 - 18.12.2 diff --git a/sources b/sources index b2a4ee8..0338738 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kitinerary-18.12.2.tar.xz) = 5512a5287536454e82eff3308ceba828216167d3b6728ba7bc720c8e89403205e03226c16f0b80d033d5711999767634c8c36290a5cb4f6ec4f307d37e50b1a7 +SHA512 (kitinerary-18.12.3.tar.xz) = b2a91dec7e58c4d5a8ac6ec10b9521fe817d61e1234500ec29bff6a3be9987efde7d851c2e2cc37ba64f7029e38416e171a80c127bd3534d16ca96e1d674fe6e From ebd5b4bee0c219025998618021d141d64bbd4998 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 5 Jun 2019 16:28:49 -0500 Subject: [PATCH 12/13] 19.04.2 --- .gitignore | 1 + kf5-kitinerary.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 894c117..96e7405 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kitinerary-18.12.1.tar.xz /kitinerary-18.12.2.tar.xz /kitinerary-18.12.3.tar.xz +/kitinerary-19.04.2.tar.xz diff --git a/kf5-kitinerary.spec b/kf5-kitinerary.spec index ead6bbe..7cd0e68 100644 --- a/kf5-kitinerary.spec +++ b/kf5-kitinerary.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 18.12.3 +Version: 19.04.2 Release: 1%{?dist} Summary: A library containing itinerary data model and itinerary extraction code @@ -111,6 +111,9 @@ make test/fast ARGS="--output-on-failure --timeout 10" -C %{_target_platform} || %changelog +* Wed Jun 05 2019 Rex Dieter - 19.04.2-1 +- 19.04.2 + * Fri Mar 08 2019 Rex Dieter - 18.12.3-1 - 18.12.3 diff --git a/sources b/sources index 0338738..84860c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kitinerary-18.12.3.tar.xz) = b2a91dec7e58c4d5a8ac6ec10b9521fe817d61e1234500ec29bff6a3be9987efde7d851c2e2cc37ba64f7029e38416e171a80c127bd3534d16ca96e1d674fe6e +SHA512 (kitinerary-19.04.2.tar.xz) = 1794a8e95b3d57ca5a2d8621e653cd5fcbbf434ae70fefdf735929a44577449f0e2d10716a5b2e55087b988a5e90faa8245eb5d7af65bc9e36615bf305715d25 From d468d41882e938e929936b5172ccbdbf4453eb72 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 7 Jun 2019 08:26:46 -0500 Subject: [PATCH 13/13] uddate %%files --- kf5-kitinerary.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kitinerary.spec b/kf5-kitinerary.spec index 7cd0e68..c6f4cea 100644 --- a/kf5-kitinerary.spec +++ b/kf5-kitinerary.spec @@ -103,6 +103,7 @@ make test/fast ARGS="--output-on-failure --timeout 10" -C %{_target_platform} || %license COPYING* %{_kf5_sysconfdir}/xdg/org_kde_%{framework}.* %{_kf5_libdir}/libKPimItinerary.so.5* +%{_kf5_libexecdir}/kitinerary-extractor %files devel %{_includedir}/KPim/