From a896d90ba38fe929e4e20639a7c296fdd5098d2f132f2c28c398dbe8d4c93386 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 28 Jul 2018 13:35:55 +0000 Subject: [PATCH] KDE Applications 18.08.0 beta (third time's the charm) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kitinerary?expand=0&rev=1 --- .gitattributes | 23 +++++++++ kitinerary-18.07.80.tar.xz | 3 ++ kitinerary.changes | 14 ++++++ kitinerary.spec | 96 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 136 insertions(+) create mode 100644 .gitattributes create mode 100644 kitinerary-18.07.80.tar.xz create mode 100644 kitinerary.changes create mode 100644 kitinerary.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/kitinerary-18.07.80.tar.xz b/kitinerary-18.07.80.tar.xz new file mode 100644 index 0000000..f503981 --- /dev/null +++ b/kitinerary-18.07.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f629c5edf8bcec1dd4b175d07c03f3484fb9b611ceddc37ecf334919a6003d2f +size 622364 diff --git a/kitinerary.changes b/kitinerary.changes new file mode 100644 index 0000000..f576a1f --- /dev/null +++ b/kitinerary.changes @@ -0,0 +1,14 @@ +------------------------------------------------------------------- +Thu Jul 26 13:00:45 UTC 2018 - lbeltrame@kde.org + +- Update to 18.07.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.07.80.php +- Changes since 18.04.3: + * None + +------------------------------------------------------------------- +Thu Apr 12 20:02:40 UTC 2018 - lbeltrame@kde.org + +- Initial package diff --git a/kitinerary.spec b/kitinerary.spec new file mode 100644 index 0000000..ae79d47 --- /dev/null +++ b/kitinerary.spec @@ -0,0 +1,96 @@ +# +# spec file for package kitinerary +# +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +%bcond_without lang +Name: kitinerary +Version: 18.07.80 +Release: 0 +Summary: Data model and extraction system for travel reservations +License: LGPL-2.1-or-later +Group: System/GUI/KDE +URL: http://www.kde.org +Source0: http://download.kde.org/unstable/applications/%{version}/src/%{name}-%{version}.tar.xz +BuildRequires: extra-cmake-modules >= 1.0.0 +BuildRequires: kcalcore-devel +BuildRequires: kf5-filesystem +BuildRequires: kcontacts-devel +BuildRequires: kmime-devel +BuildRequires: kpkpass-devel +BuildRequires: libpoppler-qt5-devel +BuildRequires: cmake(Qt5Gui) +BuildRequires: cmake(Qt5Qml) +BuildRequires: cmake(Qt5Test) + +%description +Kitinerary is a library which provides a data model and a system to extract information +from travel reservations. The model can then be reused in other applications. + +%package -n libKPimItinerary5 +Summary: Data model and extraction system for travel reservations +Group: System/GUI/KDE +Recommends: libKPimItinerary5-lang + +%description -n libKPimItinerary5 +Kitinerary is a library which provides a data model and a system to extract information +from travel reservations. The model can then be reused in other applications. +This package contains the library itself. + +%package devel +Summary: Development files for kitinerary +Group: Development/Libraries/KDE +Requires: libKPimItinerary5 = %{version} + +%description devel +This package contains all necessary include files and libraries needed +to build programs that use the kitinerary library. + +%lang_package -n libKPimItinerary5 + +%prep +%setup -q + +%build + %cmake_kf5 -d build + %make_jobs + +%install + %kf5_makeinstall -C build + %if %{with lang} + %find_lang %{name} --with-man --with-qt --all-name + %endif + +%post -n libKPimItinerary5 -p /sbin/ldconfig +%postun -n libKPimItinerary5 -p /sbin/ldconfig + +%files -n libKPimItinerary5 +%license COPYING.LIB +%{_kf5_libdir}/libKPimItinerary.so.* +%{_kf5_debugdir}/*.categories + +%files devel +%dir %{_includedir}/KPim/ +%{_includedir}/KPim/KItinerary/ +%{_includedir}/KPim/kitinerary/ +%{_kf5_cmakedir}/KPimItinerary/ +%{_kf5_libdir}/libKPimItinerary.so + +%if %{with lang} +%files -n libKPimItinerary5-lang -f %{name}.lang +%endif + +%changelog