|
|
|
@ -2,11 +2,11 @@
|
|
|
|
|
|
|
|
|
|
Name: kf6-%{framework}
|
|
|
|
|
Version: 5.247.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?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: http://download.kde.org/%{stable_kf6}/frameworks/%{majmin_ver_kf6}/%{framework}-%{version}.tar.xz
|
|
|
|
|
Source0: https://download.kde.org/%{stable_kf6}/frameworks/%{majmin_ver_kf6}/%{framework}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
@ -33,6 +33,11 @@ Requires: cmake(Qt6Qml)
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
|
Summary: Developer Documentation files for %{name}
|
|
|
|
|
%description doc
|
|
|
|
|
Developer Documentation files for %{name} for use with KDevelop or QtCreator.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{framework}-%{version} -p1
|
|
|
|
|
|
|
|
|
@ -77,8 +82,15 @@ developing applications that use %{name}.
|
|
|
|
|
%{_kf6_libdir}/libKF6ConfigCore.so
|
|
|
|
|
%{_kf6_libdir}/libKF6ConfigGui.so
|
|
|
|
|
%{_kf6_libdir}/libKF6ConfigQml.so
|
|
|
|
|
%{_qt6_docdir}/*.tags
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
|
%{_qt6_docdir}/*.qch
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jan 09 2024 Marie Loise Nolden <loise@kde.org> - 5.247.0-2
|
|
|
|
|
- add doc package for KF6 API
|
|
|
|
|
|
|
|
|
|
* Wed Dec 20 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.247.0-1
|
|
|
|
|
- 5.247.0
|
|
|
|
|
|
|
|
|
|