KDE Frameworks 5.99

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdav?expand=0&rev=51
This commit is contained in:
2022-10-08 17:27:51 +00:00
committed by Git OBS Bridge
parent b1c48c7203
commit b78733f72d
6 changed files with 29 additions and 21 deletions

View File

@@ -16,14 +16,14 @@
#
%define _tar_path 5.98
%define _tar_path 5.99
# 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.98.0
Version: 5.99.0
Release: 0
Summary: DAV protocol implementation
License: LGPL-2.0-or-later
@@ -75,9 +75,8 @@ This package contains development files needed to use kdav in other applications
%install
%kf5_makeinstall -C build
%if %{with released}
%find_lang %{name} --with-man --all-name
%endif
%find_lang %{name} --with-man --all-name
%post -n libKF5DAV5 -p /sbin/ldconfig
%postun -n libKF5DAV5 -p /sbin/ldconfig
@@ -99,8 +98,6 @@ This package contains development files needed to use kdav in other applications
%{_kf5_libdir}/libKF5DAV.so
%{_kf5_mkspecsdir}/qt_KDAV.pri
%if %{with released}
%files lang -f %{name}.lang
%endif
%changelog