|
|
@ -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
|
|
|
|
%global framework kconfig
|
|
|
|
|
|
|
|
|
|
|
|
Name: kf6-%{framework}
|
|
|
|
Name: kf6-%{framework}
|
|
|
|
Version: %{cmakever}^%{gitdate}.%{shortcommit0}
|
|
|
|
Version: 5.245.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: KDE Frameworks 6 Tier 1 addon with advanced configuration system
|
|
|
|
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
|
|
|
|
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}
|
|
|
|
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: cmake
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: extra-cmake-modules >= %{cmakever}
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
BuildRequires: kf6-rpm-macros
|
|
|
|
BuildRequires: kf6-rpm-macros
|
|
|
|
BuildRequires: cmake(Qt6DBus)
|
|
|
|
BuildRequires: cmake(Qt6DBus)
|
|
|
|
BuildRequires: cmake(Qt6Gui)
|
|
|
|
BuildRequires: cmake(Qt6Gui)
|
|
|
@ -37,7 +33,7 @@ The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{framework}-%{commit0} -p1
|
|
|
|
%autosetup -n %{framework}-%{version} -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%cmake_kf6 \
|
|
|
|
%cmake_kf6 \
|
|
|
@ -82,6 +78,9 @@ developing applications that use %{name}.
|
|
|
|
%{_kf6_libdir}/libKF6ConfigQml.so
|
|
|
|
%{_kf6_libdir}/libKF6ConfigQml.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* 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
|
|
|
|
- Updated git version and prettied up the version string
|
|
|
|
|
|
|
|
|
|
|
|