370 lines
10 KiB
RPMSpec
370 lines
10 KiB
RPMSpec
%bcond_with gcc
|
|
%global base_name plasma-thunderbolt
|
|
|
|
Name: plasma-thunderbolt
|
|
Summary: Plasma integration for controlling Thunderbolt devices
|
|
Version: 6.2.2
|
|
Release: 1%{?dist}
|
|
|
|
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only)
|
|
URL: https://invent.kde.org/plasma/%{base_name}
|
|
|
|
Source0: https://download.kde.org/stable/plasma/%{version}/%{base_name}-%{version}.tar.xz
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
BuildRequires: kf6-rpm-macros
|
|
BuildRequires: cmake(KF6CoreAddons)
|
|
BuildRequires: cmake(KF6DBusAddons)
|
|
BuildRequires: cmake(KF6Declarative)
|
|
BuildRequires: cmake(KF6I18n)
|
|
BuildRequires: cmake(KF6KCMUtils)
|
|
BuildRequires: cmake(KF6Notifications)
|
|
|
|
BuildRequires: cmake(Qt6DBus)
|
|
BuildRequires: cmake(Qt6Core)
|
|
BuildRequires: cmake(Qt6Quick)
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
Requires: bolt
|
|
|
|
%description
|
|
Plasma Sytem Settings module and a KDED module to handle authorization of
|
|
Thunderbolt devices connected to the computer. There's also a shared library
|
|
(libkbolt) that implements common interface between the modules and the
|
|
system-wide bolt daemon, which does the actual hard work of talking to the
|
|
kernel.
|
|
|
|
|
|
%prep
|
|
%autosetup -n %{base_name}-%{version} -p1
|
|
|
|
|
|
%build
|
|
%if %{with gcc}
|
|
%enable_devtoolset14
|
|
export CC=gcc
|
|
export CXX=c++
|
|
%endif
|
|
|
|
%cmake_kf6
|
|
%cmake_build
|
|
|
|
%install
|
|
%cmake_install
|
|
%find_lang %{name} --all-name
|
|
|
|
%check
|
|
desktop-file-validate %{buildroot}/%{_datadir}/applications/kcm_bolt.desktop
|
|
|
|
%files -f %{name}.lang
|
|
%doc README.md
|
|
%license LICENSES/*
|
|
%{_kf6_libdir}/libkbolt.so
|
|
%{_kf6_qtplugindir}/plasma/kcms/systemsettings/kcm_bolt.so
|
|
%{_kf6_qtplugindir}/kf6/kded/kded_bolt.so
|
|
%{_kf6_datadir}/knotifications6/kded_bolt.notifyrc
|
|
%{_kf6_datadir}/applications/kcm_bolt.desktop
|
|
|
|
%changelog
|
|
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
|
|
- 6.2.2
|
|
|
|
* Tue Oct 15 2024 Raven <raven@sysadmins.ws> - 6.2.1-1
|
|
- 6.2.1
|
|
|
|
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.2.0-1
|
|
- 6.2.0
|
|
|
|
* Thu Sep 12 2024 Raven <raven@sysadmins.ws> - 6.1.5-1
|
|
- 6.1.5
|
|
|
|
* Wed Aug 7 2024 Raven <raven@sysadmins.ws> - 6.1.4-1
|
|
- 6.1.4
|
|
|
|
* Mon Jul 8 2024 Raven <raven@sysadmins.ws> - 6.1.2-1
|
|
- 6.1.2
|
|
|
|
* Fri Jun 28 2024 Raven <raven@sysadmins.ws> - 6.1.1-1
|
|
- 6.1.1
|
|
|
|
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.1.0-4
|
|
- rebuild with libxkbcommon_ng
|
|
|
|
* Tue Jun 18 2024 Raven <raven@sysadmins.ws> - 6.1.0-1
|
|
- 6.1.0
|
|
|
|
* Mon Jun 3 2024 Raven <raven@sysadmins.ws> - 6.0.5-1
|
|
- 6.0.5
|
|
|
|
* Tue Apr 16 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.4-1
|
|
- 6.0.4
|
|
|
|
* Tue Mar 26 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.3-1
|
|
- 6.0.3
|
|
|
|
* Tue Mar 12 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.2-1
|
|
- 6.0.2
|
|
|
|
* Wed Mar 06 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.1-1
|
|
- 6.0.1
|
|
|
|
* 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.93.0-1
|
|
- 5.93.0
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.92.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.92.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Wed Jan 10 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.92.0-1
|
|
- 5.92.0
|
|
|
|
* Thu Dec 21 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.91.0-1
|
|
- 5.91.0
|
|
|
|
* Sun Dec 03 2023 Justin Zobel <justin.zobel@gmail.com> - 5.90.0-1
|
|
- Update to 5.90.0
|
|
|
|
* Sat Nov 11 2023 Steve Cossette <farchord@gmail.com> - 5.27.80-1
|
|
- 5.27.80
|
|
|
|
* Tue Oct 24 2023 Steve Cossette <farchord@gmail.com> - 5.27.9-1
|
|
- 5.27.9
|
|
|
|
* Tue Sep 12 2023 justin.zobel@gmail.com - 5.27.8-1
|
|
- 5.27.8
|
|
|
|
* Tue Aug 01 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.7-1
|
|
- 5.27.7
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.27.6-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
* Sun Jun 25 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.6-1
|
|
- 5.27.6
|
|
|
|
* Wed May 10 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.5-1
|
|
- 5.27.5
|
|
|
|
* Tue Apr 04 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.4-1
|
|
- 5.27.4
|
|
|
|
* Tue Mar 14 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.3-1
|
|
- 5.27.3
|
|
|
|
* Tue Feb 28 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.2-1
|
|
- 5.27.2
|
|
|
|
* Tue Feb 21 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.1-1
|
|
- 5.27.1
|
|
|
|
* Thu Feb 09 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.27.0-1
|
|
- 5.27.0
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.26.90-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
* Thu Jan 19 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.26.90-1
|
|
- 5.26.90
|
|
|
|
* Thu Jan 05 2023 Justin Zobel <justin@1707.io> - 5.26.5-1
|
|
- Update to 5.26.5
|
|
|
|
* Tue Nov 29 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.4-1
|
|
- 5.26.4
|
|
|
|
* Wed Nov 09 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.3-1
|
|
- 5.26.3
|
|
|
|
* Wed Oct 26 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.2-1
|
|
- 5.26.2
|
|
|
|
* Tue Oct 18 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.1-1
|
|
- 5.26.1
|
|
|
|
* Thu Oct 06 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.0-1
|
|
- 5.26.0
|
|
|
|
* Sat Sep 17 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.90-1
|
|
- 5.25.90
|
|
|
|
* Wed Sep 07 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.5-1
|
|
- 5.25.5
|
|
|
|
* Wed Aug 03 2022 Justin Zobel <justin@1707.io> - 5.25.4-1
|
|
- Update to 5.25.4
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.25.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
* Tue Jul 12 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.3-1
|
|
- 5.25.3
|
|
|
|
* Tue Jun 28 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.2-1
|
|
- 5.25.2
|
|
|
|
* Tue Jun 21 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.1-1
|
|
- 5.25.1
|
|
|
|
* Thu Jun 09 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.0-1
|
|
- 5.25.0
|
|
|
|
* Fri May 20 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.90-1
|
|
- 5.24.90
|
|
|
|
* Tue May 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.5-1
|
|
- 5.24.5
|
|
|
|
* Thu Mar 31 2022 Justin Zobel <justin@1707.io> - 5.24.4-1
|
|
- Update to 5.24.4
|
|
|
|
* Tue Mar 08 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.3-1
|
|
- 5.24.3
|
|
|
|
* Tue Feb 22 2022 Rex Dieter <rdieter@fedoraproject.org> - 5.24.2-1
|
|
- 5.24.2
|
|
|
|
* Tue Feb 15 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.1-1
|
|
- 5.24.1
|
|
|
|
* Thu Feb 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.0-1
|
|
- 5.24.0
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.23.90-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
* Thu Jan 13 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.23.90-1
|
|
- 5.23.90
|
|
|
|
* Tue Jan 04 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.23.5-1
|
|
- 5.23.5
|
|
|
|
* Tue Dec 14 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.23.4-1
|
|
- 5.23.4
|
|
|
|
* Wed Nov 10 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.23.3-1
|
|
- 5.23.3
|
|
|
|
* Tue Oct 26 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.23.2-1
|
|
- 5.23.2
|
|
|
|
* Sat Oct 23 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.23.1-1
|
|
- 5.23.1
|
|
|
|
* Fri Oct 08 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.23.0-1
|
|
- 5.23.0
|
|
|
|
* Fri Sep 17 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.22.90-1
|
|
- 5.22.90
|
|
|
|
* Tue Aug 31 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.5-1
|
|
- 5.22.5
|
|
|
|
* Tue Jul 27 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.4-1
|
|
- 5.22.4
|
|
|
|
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.22.3-2
|
|
- Second attempt - Rebuilt for
|
|
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
* Mon Jul 12 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.3-1
|
|
- 5.22.3
|
|
|
|
* Tue Jun 22 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.2.1-1
|
|
- 5.22.2.1
|
|
|
|
* Tue Jun 22 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.2-1
|
|
- 5.22.2
|
|
|
|
* Tue Jun 15 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.1-1
|
|
- 5.22.1
|
|
|
|
* Sun Jun 06 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.0-1
|
|
- 5.22.0
|
|
|
|
* Thu May 13 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.21.90-1
|
|
- 5.21.90
|
|
|
|
* Thu May 13 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.21.5-2
|
|
- .spec cosmetics
|
|
|
|
* Tue May 04 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.5-1
|
|
- 5.21.5
|
|
|
|
* Tue Apr 06 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.4-1
|
|
- 5.21.4
|
|
|
|
* Tue Mar 16 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.3-1
|
|
- 5.21.3
|
|
|
|
* Tue Mar 02 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.2-1
|
|
- 5.21.2
|
|
|
|
* Tue Feb 23 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.1-1
|
|
- 5.21.1
|
|
|
|
* Thu Feb 11 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.0-1
|
|
- 5.21.0
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.20.90-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
* Thu Jan 21 2021 Jan Grulich <jgrulich@redhat.com> - 5.20.90-1
|
|
- 5.20.90 (beta)
|
|
|
|
* Tue Jan 5 16:03:33 CET 2021 Jan Grulich <jgrulich@redhat.com> - 5.20.5-1
|
|
- 5.20.5
|
|
|
|
* Tue Dec 1 09:43:01 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.20.4-1
|
|
- 5.20.4
|
|
|
|
* Wed Nov 11 08:22:43 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.20.3-1
|
|
- 5.20.3
|
|
|
|
* Tue Oct 27 14:25:14 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.20.2-1
|
|
- 5.20.2
|
|
|
|
* Tue Oct 20 15:30:59 CEST 2020 Jan Grulich <jgrulich@redhat.com> - 5.20.1-1
|
|
- 5.20.1
|
|
|
|
* Sun Oct 11 19:50:05 CEST 2020 Jan Grulich <jgrulich@redhat.com> - 5.20.0-1
|
|
- 5.20.0
|
|
|
|
* Fri Sep 18 2020 Jan Grulich <jgrulich@redhat.com> - 5.19.90-1
|
|
- 5.19.90
|
|
|
|
* Tue Sep 01 2020 Jan Grulich <jgrulich@redhat.com> - 5.19.5-1
|
|
- 5.19.5
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.19.4-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
* Tue Jul 28 2020 Jan Grulich <jgrulich@redhat.com> - 5.19.4-1
|
|
- 5.19.4
|
|
|
|
* Tue Jul 07 2020 Jan Grulich <jgrulich@redhat.com> - 5.19.3-1
|
|
- 5.19.3
|
|
|
|
* Tue Jun 23 2020 Jan Grulich <jgrulich@redhat.com> - 5.19.2-1
|
|
- 5.19.2
|
|
|
|
* Mon Jun 22 2020 Jan Grulich <jgrulich@redhat.com> - 5.19.1-1
|
|
- 5.19.1
|
|
|
|
* Tue May 05 2020 Jan Grulich <jgrulich@redhat.com> - 5.18.5-1
|
|
- 5.18.5
|
|
|
|
* Tue Mar 31 2020 Jan Grulich <jgrulich@redhat.com> - 5.18.4-1
|
|
- 5.18.4
|
|
|
|
* Tue Mar 10 2020 Jan Grulich <jgrulich@redhat.com> - 5.18.3-1
|
|
- 5.18.3
|
|
|
|
* Mon Mar 09 2020 Jan Grulich <jgrulich@redhat.com> - 5.18.2-1
|
|
- 5.18.2 (new package)
|