epel10
Steve Cossette 1 year ago
parent 78254099ba
commit 6e0b5396de

1
.gitignore vendored

@ -1,2 +1,3 @@
/kconfig-8ff33136df67fddc9dd5bd979acf81592bfe4f98.tar.gz
/kconfig-5cd23ad8d2b61beb7290a11bbeaa90cc4720531c.tar.gz
/kconfig-5.245.0.tar.xz

@ -1,20 +1,16 @@
%global gitdate 20231016.020925
%global cmakever 5.240.0
%global commit0 5cd23ad8d2b61beb7290a11bbeaa90cc4720531c
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global framework kconfig
Name: kf6-%{framework}
Version: %{cmakever}^%{gitdate}.%{shortcommit0}
Version: 5.245.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 addon with advanced configuration system
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND MIT
URL: https://invent.kde.org/frameworks/%{framework}
Source0: https://invent.kde.org/frameworks/%{framework}/-/archive/%{commit0}/%{framework}-%{commit0}.tar.gz
Source0: http://download.kde.org/%{stable_kf6}/frameworks/%{majmin_ver_kf6}/%{framework}-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: extra-cmake-modules >= %{cmakever}
BuildRequires: extra-cmake-modules >= %{version}
BuildRequires: kf6-rpm-macros
BuildRequires: cmake(Qt6DBus)
BuildRequires: cmake(Qt6Gui)
@ -37,7 +33,7 @@ The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%autosetup -n %{framework}-%{commit0} -p1
%autosetup -n %{framework}-%{version} -p1
%build
%cmake_kf6 \
@ -82,6 +78,9 @@ developing applications that use %{name}.
%{_kf6_libdir}/libKF6ConfigQml.so
%changelog
* Thu Nov 09 2023 Steve Cossette <farchord@gmail.com> - 5.245.0-1
- 5.245.0
* Mon Oct 16 2023 Steve Cossette <farchord@gmail.com> - 5.240.0^20231016.020925.5cd23ad-1
- Updated git version and prettied up the version string

@ -1 +1 @@
SHA512 (kconfig-5cd23ad8d2b61beb7290a11bbeaa90cc4720531c.tar.gz) = b34ed2cf771f3ba9de8584a0dfc521d60415a603f1e11e336e8eeb4a503dd6372e881a07b9e48ee0db65b31553402dd14ebdd35a237db50c160ba6d8d153a5d6
SHA512 (kconfig-5.245.0.tar.xz) = 50b989c8d570df0967b4c4d2e6afd93c809b7b6017ea606775e023f07af1dba1f802d57f0335be980f36d7a6ef69b8c4eca44de7706fa3c7c0804b195d9bda5d

Loading…
Cancel
Save