|
|
|
@ -2,11 +2,11 @@
|
|
|
|
|
|
|
|
|
|
Name: kf6-%{framework}
|
|
|
|
|
Version: 5.247.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 6 Tier 1 addon for localization
|
|
|
|
|
License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND LicenseRef-KDE-Accepted-LGPL AND ODbL-1.0
|
|
|
|
|
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++
|
|
|
|
@ -34,6 +34,10 @@ Requires: python3
|
|
|
|
|
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,9 +81,15 @@ developing applications that use %{name}.
|
|
|
|
|
%{_kf6_libdir}/libKF6I18n.so
|
|
|
|
|
%{_kf6_libdir}/libKF6I18nLocaleData.so
|
|
|
|
|
%{_kf6_libdir}/cmake/KF6I18n/
|
|
|
|
|
|
|
|
|
|
%{_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
|
|
|
|
|
|
|
|
|
|