KDE Frameworks 5.101.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdav?expand=0&rev=55
This commit is contained in:
Christophe Marin
2022-12-11 11:33:03 +00:00
committed by Git OBS Bridge
parent 49efd3fe81
commit f91851dd33
6 changed files with 25 additions and 19 deletions

View File

@@ -16,18 +16,17 @@
#
%define _tar_path 5.100
%define _tar_path 5.101
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without released
Name: kdav
Version: 5.100.0
Version: 5.101.0
Release: 0
Summary: DAV protocol implementation
License: LGPL-2.0-or-later
Group: Development/Libraries/KDE
URL: https://www.kde.org
Source: %{name}-%{version}.tar.xz
%if %{with released}
@@ -49,7 +48,6 @@ CardDAV, WebDAV, and CalDAV.
%package -n libKF5DAV5
Summary: Core library for kdav
Group: System/Libraries
Requires: %{name} >= %{version}
%description -n libKF5DAV5
@@ -58,7 +56,6 @@ CardDAV, WebDAV, and CalDAV.
%package devel
Summary: Development package for kdav
Group: Development/Libraries/KDE
Requires: libKF5DAV5 = %{version}
%description devel