forked from pool/kitinerary
This commit is contained in:
parent
347df00ed6
commit
b4c5619c2a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f45ef90cb3fb53d83a30837c304b9f7cfa5dbf2953421233d97c101d66a81f35
|
|
||||||
size 652220
|
|
3
kitinerary-19.03.80.tar.xz
Normal file
3
kitinerary-19.03.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e048ae9512f1705a55cee6d4ee6ec9814bea7529946829de79a8fe38a963af22
|
||||||
|
size 688820
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 27 06:41:12 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.03.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/announce-applications-19.04-beta.php
|
||||||
|
- Changes since 18.12.3:
|
||||||
|
* Too many changes to list here
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 09 08:03:27 UTC 2019 - lbeltrame@kde.org
|
Sat Mar 09 08:03:27 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kitinerary
|
Name: kitinerary
|
||||||
Version: 18.12.3
|
Version: 19.03.80
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Data model and extraction system for travel reservations
|
Summary: Data model and extraction system for travel reservations
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
URL: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source0: http://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
|
Source0: http://download.kde.org/unstable/applications/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules >= 1.0.0
|
BuildRequires: extra-cmake-modules >= 1.0.0
|
||||||
BuildRequires: kcalcore-devel
|
BuildRequires: kcalcore-devel
|
||||||
BuildRequires: kcontacts-devel
|
BuildRequires: kcontacts-devel
|
||||||
@ -35,6 +35,7 @@ BuildRequires: libpoppler-qt5-devel
|
|||||||
BuildRequires: cmake(Qt5Gui)
|
BuildRequires: cmake(Qt5Gui)
|
||||||
BuildRequires: cmake(Qt5Qml)
|
BuildRequires: cmake(Qt5Qml)
|
||||||
BuildRequires: cmake(Qt5Test)
|
BuildRequires: cmake(Qt5Test)
|
||||||
|
Requires: libKPimItinerary5 = %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Kitinerary is a library which provides a data model and a system to extract information
|
Kitinerary is a library which provides a data model and a system to extract information
|
||||||
@ -44,6 +45,7 @@ from travel reservations. The model can then be reused in other applications.
|
|||||||
Summary: Data model and extraction system for travel reservations
|
Summary: Data model and extraction system for travel reservations
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Recommends: libKPimItinerary5-lang
|
Recommends: libKPimItinerary5-lang
|
||||||
|
Recommends: %{name}
|
||||||
|
|
||||||
%description -n libKPimItinerary5
|
%description -n libKPimItinerary5
|
||||||
Kitinerary is a library which provides a data model and a system to extract information
|
Kitinerary is a library which provides a data model and a system to extract information
|
||||||
@ -77,6 +79,10 @@ to build programs that use the kitinerary library.
|
|||||||
%post -n libKPimItinerary5 -p /sbin/ldconfig
|
%post -n libKPimItinerary5 -p /sbin/ldconfig
|
||||||
%postun -n libKPimItinerary5 -p /sbin/ldconfig
|
%postun -n libKPimItinerary5 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license COPYING.LIB
|
||||||
|
%{_kf5_libexecdir}/kitinerary-extractor
|
||||||
|
|
||||||
%files -n libKPimItinerary5
|
%files -n libKPimItinerary5
|
||||||
%license COPYING.LIB
|
%license COPYING.LIB
|
||||||
%{_kf5_libdir}/libKPimItinerary.so.*
|
%{_kf5_libdir}/libKPimItinerary.so.*
|
||||||
|
Loading…
Reference in New Issue
Block a user