115 lines
2.9 KiB
RPMSpec
115 lines
2.9 KiB
RPMSpec
%global framework kapidox
|
|
|
|
Name: kf6-%{framework}
|
|
Version: 6.6.0
|
|
Release: 1%{?dist}
|
|
Summary: KDE Frameworks 6 Tier 4 scripts and data for building API documentation
|
|
|
|
License: BSD
|
|
URL: https://invent.kde.org/frameworks/%{framework}
|
|
|
|
Source0: https://download.kde.org/stable/frameworks/%{majmin_ver_kf6}/%{framework}-%{version}.tar.xz
|
|
|
|
## downstream patches
|
|
|
|
# Fix kapidox installing in a broken state.
|
|
# See: https://invent.kde.org/frameworks/kapidox/-/issues/14
|
|
Patch0: fix-broken-installation.patch
|
|
|
|
## upstream patches
|
|
|
|
# make sure BuildArch comes *after* patches, to ensure %%autosetup works right
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: kf6-rpm-macros
|
|
BuildRequires: python3.11-devel python3.11-setuptools python3.11-wheel
|
|
BuildRequires: pyproject-rpm-macros
|
|
|
|
Requires: kf6-filesystem
|
|
Requires: doxygen
|
|
Requires: qt6-doc-devel
|
|
|
|
# Required for the import test
|
|
BuildRequires: python3dist(gv)
|
|
|
|
%global pytnon3_pkgversion 3.11
|
|
%global __python %{__python3}
|
|
%global python_sitelib %{python3_sitelib}
|
|
|
|
%description
|
|
Scripts and data for building API documentation (dox) in a standard format and
|
|
style.
|
|
|
|
|
|
%prep
|
|
%autosetup -n %{framework}-%{version} -p1
|
|
|
|
#generate_buildrequires
|
|
#pyproject_buildrequires
|
|
|
|
%build
|
|
%pyproject_wheel
|
|
|
|
|
|
%install
|
|
%pyproject_install
|
|
%pyproject_save_files kapidox
|
|
|
|
%check
|
|
# Test suite don't run, so we'll do a simple import test.
|
|
%pyproject_check_import
|
|
|
|
%files -f %{pyproject_files}
|
|
%license LICENSES/*.txt
|
|
%{_kf6_bindir}/depdiagram_generate_all
|
|
%{_kf6_bindir}/kapidox-depdiagram-generate
|
|
%{_kf6_bindir}/kapidox-depdiagram-prepare
|
|
%{_kf6_bindir}/kapidox-generate
|
|
|
|
|
|
%changelog
|
|
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
|
|
- 6.6.0
|
|
|
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
|
|
- 6.5.0
|
|
|
|
* Wed Aug 7 2024 Raven <raven@sysadmins.ws> - 6.4.0-1
|
|
- 6.4.0
|
|
|
|
* Fri Jun 28 2024 Raven <raven@sysadmins.ws> - 6.1.0-4
|
|
- rebuild (libxkbcommon)
|
|
|
|
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.3.0-3
|
|
- Rebuild (qt6)
|
|
|
|
* Mon Jun 10 2024 Raven <raven@sysadmins.ws> - 6.3.0-1
|
|
- 6.3.0
|
|
|
|
* Tue May 21 2024 Raven <raven@sysadmins.ws> - 6.2.0-1
|
|
- 6.2.0
|
|
|
|
* Mon Apr 29 2024 Raven <raven@sysadmins.ws> - 6.1.0-1
|
|
- 6.1.0
|
|
|
|
* Wed Feb 21 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.0-1
|
|
- 6.0.0
|
|
|
|
* Wed Jan 31 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.249.0-1
|
|
- 5.249.0
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.248.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.248.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Wed Jan 10 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.248.0-1
|
|
- 5.248.0
|
|
|
|
* Thu Jan 04 2024 Steve Cossette <farchord@gmail.com> - 5.247.0-2
|
|
- Added patch to fix broken installation
|
|
|
|
* Thu Jan 04 2024 Steve Cossette <farchord@gmail.com> - 5.247.0-1
|
|
- 5.247.0 for KF6 API
|