## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## 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 # Generated by rust2rpm 28 %bcond check 1 # prevent library files from being installed %global cargo_install_lib 0 %global crate wiremix Name: rust-wiremix Version: 0.10.0 Release: %autorelease Summary: TUI mixer for PipeWire License: MIT OR Apache-2.0 URL: https://crates.io/crates/wiremix Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 26 BuildRequires: help2man %global _description %{expand: A TUI mixer for PipeWire.} %description %{_description} %package -n %{crate} Summary: %{summary} # FIXME: paste output of %%cargo_license_summary here License: # FIXME # LICENSE.dependencies contains a full license breakdown %description -n %{crate} %{_description} %files -n %{crate} %license LICENSE-APACHE %license LICENSE-MIT %license LICENSE.dependencies %doc README.md %doc wiremix.toml %{_bindir}/wiremix %{_mandir}/man1/wiremix.1* %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %{cargo_license_summary} %{cargo_license} > LICENSE.dependencies help2man --no-info --name='%{summary}' --output=wiremix.1 target/rpm/wiremix %install %cargo_install install -t %{buildroot}%{_mandir}/man1 -D -p -m 0644 wiremix.1 %if %{with check} %check %cargo_test %endif %changelog ## START: Generated by rpmautospec * Sun Mar 08 2026 Łukasz Wojniłowicz - 0.10.0-1 - Uncommitted changes * Sat Feb 07 2026 Fabio Valentini - 0.7.0-3 - Rebuild for RUSTSEC-2026-{0007,0008,0009} and CVE-2026-25537 * Sat Jan 17 2026 Fedora Release Engineering - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Sun Sep 07 2025 Łukasz Wojniłowicz - 0.7.0-1 - Initial import (fedora#2392155). ## END: Generated by rpmautospec