## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 4; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec %global uuid org.gnome.Firmware %global tarball_version %%(echo %{version} | tr '~' '.') Name: gnome-firmware Version: 45.0 Release: %autorelease Summary: Install firmware on devices License: GPL-2.0-or-later URL: https://gitlab.gnome.org/World/gnome-firmware Source0: %{url}/-/archive/%{tarball_version}/%{name}-%{tarball_version}.tar.gz BuildRequires: desktop-file-utils BuildRequires: gcc BuildRequires: help2man BuildRequires: libappstream-glib BuildRequires: meson >= 0.46.0 BuildRequires: systemd-devel BuildRequires: pkgconfig(appstream-glib) BuildRequires: pkgconfig(fwupd) >= 1.8.11 BuildRequires: pkgconfig(gio-2.0) >= 2.74.0 BuildRequires: pkgconfig(gtk4) >= 4.6.0 BuildRequires: pkgconfig(xmlb) >= 0.1.7 BuildRequires: pkgconfig(libadwaita-1) >= 1.3.99 Requires: hicolor-icon-theme %description This application can: - Upgrade, downgrade and reinstall firmware on devices supported by fwupd. - Unlock locked fwupd devices - Verify firmware on supported devices - Display all releases for a fwupd device %prep %autosetup -p1 -n %{name}-%{tarball_version} %build %meson -Dman=true %meson_build %install %meson_install %find_lang %{name} --with-gnome %check appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{uuid}.metainfo.xml desktop-file-validate %{buildroot}%{_datadir}/applications/%{uuid}.desktop %files -f %{name}.lang %license COPYING %doc README.md MAINTAINERS %{_bindir}/%{name} %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/*/*.svg %{_mandir}/man1/*.1.* %{_metainfodir}/*.xml %changelog ## START: Generated by rpmautospec * Wed Jan 24 2024 Fedora Release Engineering - 45.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering - 45.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Nov 23 2023 Artem Polishchuk - 45.0-2 - build: Add Packit config * Thu Nov 23 2023 Artem Polishchuk - 45.0-1 - chore: Update to 45 * Thu Jan 19 2023 Fedora Release Engineering - 43.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Dec 07 2022 Richard Hughes - 43.1-1 - New upstream release * Fri Sep 16 2022 Richard Hughes - 43.0-1 - New upstream release * Thu Jul 21 2022 Fedora Release Engineering - 42.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Apr 12 2022 Richard Hughes - 42.1-1 - New upstream release * Thu Mar 31 2022 Richard Hughes - 42.0-1 - New upstream release - Port to GTK4 - Add the device branch to the device page - Allow installing firmware with the AFFECTS_FDE flag * Thu Feb 17 2022 Richard Hughes - 42~beta-1 - New upstream release - Correctly print release flags - Enable releases leaflet gestures to be more adaptable - Hide the back button when folded * Thu Jan 20 2022 Fedora Release Engineering - 41.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Mon Dec 20 2021 Richard Hughes - 41.0-1 - New upstream release - Add support for showing the update message - Add support for switching branch - Send the client features at startup - Show a FDE warning when required - Show composite devices clearly - Use libhandy to make UI responsive - Use the new API from fwupd to avoid blocking the main thread * Thu Jul 22 2021 Fedora Release Engineering - 3.36.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 3.36.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Aug 19 2020 Mohan Boddu - 3.36.0-4 - Rebuild for the libxmlb API bump. * Sat Aug 01 2020 Fedora Release Engineering - 3.36.0-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 3.36.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 03 2020 Richard Hughes - 3.36.0-1 - New upstream release - Dynamically show verify and releases buttons - Show device and progress when doing updates - Show the release issues if supplied in the metadata * Tue Jan 28 2020 Fedora Release Engineering - 3.34.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Sep 13 2019 Artem Polishchuk - 3.34.0-4 - Update to 3.34.0 * Wed Sep 11 2019 Artem Polishchuk - 0-4.20190911git9d823d8 - Update to latest git snapshot * Wed Aug 28 2019 Artem Polishchuk - 0-2.20190827gitd5014ed - Initial package ## END: Generated by rpmautospec