epel9
Marc Deop i Argemí 2 years ago
parent b766269f9c
commit 347a3d4423

@ -10,7 +10,7 @@
Name: kf5-%{framework} Name: kf5-%{framework}
Epoch: 1 Epoch: 1
Version: 5.100.0 Version: 5.101.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: The KHolidays Library Summary: The KHolidays Library
@ -18,12 +18,7 @@ License: LGPLv2+ and GPLv3+
URL: https://invent.kde.org/frameworks/%{framework} URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2) %global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3) %global stable %stable_kf5
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: extra-cmake-modules >= %{majmin}
@ -96,6 +91,10 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||:
%changelog %changelog
* Mon Dec 12 2022 Marc Deop <marcdeop@fedoraproject.org> - 1:5.101.0-1
- 5.101.0
- use new macros to simplify code
* Sun Nov 06 2022 Marc Deop <marcdeop@fedoraproject.org> - 1:5.100.0-1 * Sun Nov 06 2022 Marc Deop <marcdeop@fedoraproject.org> - 1:5.100.0-1
- 5.100.0 - 5.100.0

Loading…
Cancel
Save