fix: use proper URL in Source0

epel9
Marc Deop 4 years ago
parent 77ce6710cf
commit 0e26398e75
No known key found for this signature in database
GPG Key ID: 0BD48519688058E8

@ -15,19 +15,20 @@
Name: kf5-%{framework}
Version: 5.78.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries
License: GPLv2+
URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
BuildRequires: make
BuildRequires: extra-cmake-modules >= %{version}
@ -112,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||:
%changelog
* Sat Jan 16 2021 Marc Deop marcdeop@fedoraproject.org - 5.78.0-2
- Fix Source0 url
* Mon Jan 4 08:56:16 CST 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.78.0-1
- 5.78.0

Loading…
Cancel
Save