## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; 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 _icondir %{_iconsdir}/hicolor/512x512/apps %global appid de.guido.ayuz Name: ayuz Version: 1.1.5 Release: %autorelease Summary: Unofficial Control Center for Asus Laptops License: GPL-3.0-or-later URL: https://github.com/Traciges/Ayuz Source0: %{url}/archive/refs/tags/v%{version}.tar.gz Obsoletes: asus-hub < 1.0.5-2 BuildRequires: cargo BuildRequires: gtk4-devel BuildRequires: libadwaita-devel BuildRequires: dbus-devel BuildRequires: libappstream-glib BuildRequires: ImageMagick Requires: gtk4 Requires: libadwaita Requires: asusctl Requires: supergfxctl Requires: easyeffects Requires: iio-sensor-proxy Requires: swayidle %description %{summary}. %prep %autosetup -n Ayuz-%{version} %build cargo build --release %install # Install binary file install -Dpm755 target/release/%{name} %{buildroot}%{_bindir}/%{name} # Install icon magick convert assets/trayicon.png -resize 512x512 assets/trayicon.png install -Dpm644 assets/trayicon.png %{buildroot}%{_icondir}/%{appid}.png # Install desktop file install -Dpm644 packaging/%{appid}.desktop %{buildroot}%{_datadir}/applications/%{appid}.desktop # Install metainfo file install -Dpm644 packaging/%{appid}.metainfo.xml %{buildroot}%{_metainfodir}/%{appid}.metainfo.xml appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{appid}.metainfo.xml %files %license LICENSE %{_bindir}/%{name} %{_icondir}/%{appid}.png %{_datadir}/applications/%{appid}.desktop %{_metainfodir}/%{appid}.metainfo.xml %changelog ## START: Generated by rpmautospec * Thu May 21 2026 github-actions[bot] - 1.1.5-1 - Update to 1.1.5 * Sat May 16 2026 github-actions[bot] - 1.1.4-1 - Update to 1.1.4 * Sat May 09 2026 github-actions[bot] - 1.1.3-1 - Update to 1.1.3 * Fri May 08 2026 github-actions[bot] - 1.1.2-1 - Update to 1.1.2 * Wed May 06 2026 github-actions[bot] - 1.1.0-1 - Update to 1.1.0 * Sun May 03 2026 github-actions[bot] - 1.0.9-1 - Update to 1.0.9 * Fri May 01 2026 SkyR0ver - 1.0.8-2 - Resize desktop icon to 512x512 * Sun Apr 26 2026 SkyR0ver - 1.0.8-1 - Follow upstream renaming and update to 1.0.8 ## END: Generated by rpmautospec