108 lines
2.7 KiB
RPMSpec
108 lines
2.7 KiB
RPMSpec
%bcond_with gcc
|
|
|
|
%global app_id org.kde.accessibilityinspector
|
|
%global sname accessibilityinspector
|
|
|
|
Name: accessibility-inspector
|
|
Version: 24.12.1
|
|
Release: 1%{?dist}
|
|
Summary: KDE Accessbility Inspector
|
|
# LGPL: code
|
|
# CC0: metadata
|
|
License: LGPL-2.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-only) AND CC0-1.0
|
|
URL: https://apps.kde.org/accessibilityinspector/
|
|
Source : https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: extra-cmake-modules
|
|
%if %{with gcc}
|
|
BuildRequires: gcc-toolset-14-gcc-c++
|
|
%else
|
|
BuildRequires: clang
|
|
%endif
|
|
BuildRequires: kf6-rpm-macros
|
|
BuildRequires: libappstream-glib
|
|
# Qt dependencies
|
|
BuildRequires: cmake(Qt6Core)
|
|
BuildRequires: cmake(Qt6Test)
|
|
BuildRequires: cmake(Qt6Widgets)
|
|
# KF dependencies
|
|
BuildRequires: cmake(KF6ConfigWidgets)
|
|
BuildRequires: cmake(KF6CoreAddons)
|
|
BuildRequires: cmake(KF6Crash)
|
|
BuildRequires: cmake(KF6DBusAddons)
|
|
BuildRequires: cmake(KF6I18n)
|
|
BuildRequires: cmake(KF6XmlGui)
|
|
# other dependencies
|
|
BuildRequires: cmake(QAccessibilityClient6)
|
|
|
|
Requires: hicolor-icon-theme
|
|
|
|
%description
|
|
Accessibility Inspector is an inspector for your application accessibility
|
|
tree. It lets you check all the items exposed via At-SPI, too.
|
|
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
|
|
%build
|
|
%if %{with gcc}
|
|
%enable_devtoolset14
|
|
export CC=gcc
|
|
export CXX=c++
|
|
%else
|
|
%global optflags %(echo %{optflags}) -Qunused-arguments
|
|
%endif
|
|
|
|
%cmake_kf6
|
|
%cmake_build
|
|
|
|
|
|
%install
|
|
%cmake_install
|
|
%find_lang %{sname}
|
|
|
|
|
|
%check
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/%{app_id}.desktop
|
|
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{app_id}.metainfo.xml
|
|
|
|
|
|
%files -f %{sname}.lang
|
|
%license LICENSES/*.txt
|
|
%doc README.md
|
|
%{_bindir}/%{sname}
|
|
%{_libdir}/lib%{sname}.so.1*
|
|
%{_datadir}/applications/%{app_id}.desktop
|
|
%{_datadir}/icons/hicolor/scalable/apps/%{app_id}.svg
|
|
%{_datadir}/qlogging-categories6/%{sname}.*
|
|
%{_metainfodir}/%{app_id}.metainfo.xml
|
|
|
|
|
|
%changelog
|
|
*Fri Jan 10 2025 Raven <raven@sysadmins.ws> - 24.12.1-1
|
|
- 24.12.1
|
|
|
|
* Fri Dec 13 2024 Raven <raven@sysadmins.ws> - 24.12.0-1
|
|
- 24.12.0
|
|
|
|
* Thu Nov 7 2024 Raven <raven@sysadmins.ws> - 24.08.3-1
|
|
- 24.08.3
|
|
|
|
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
|
|
- 24.08.2
|
|
|
|
* Thu Aug 22 2024 Steve Cossette <farchord@gmail.com> - 24.08.0-1
|
|
- 24.08.0
|
|
|
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 24.05.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
* Sun Jul 07 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.05.2-1
|
|
- 24.05.2
|
|
|
|
* Sun May 19 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 24.05.0-1
|
|
- Initial build
|