## 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 27 %bcond check 1 %global debug_package %{nil} %global crate triomphe Name: rust-triomphe Version: 0.1.15 Release: %autorelease Summary: Fork of std::sync::Arc with some extra functionality and without weak references License: MIT OR Apache-2.0 URL: https://crates.io/crates/triomphe Source: %{crates_source} # Manually created patch for downstream crate metadata changes # * remove broken unsize optional dependency Patch: triomphe-fix-metadata.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A fork of std::sync::Arc with some extra functionality and without weak references (originally servo_arc).} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel %license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-MIT %doc %{crate_instdir}/README.md %{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+default-devel %{_description} This package contains library source intended for building other packages which use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+arc-swap-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+arc-swap-devel %{_description} This package contains library source intended for building other packages which use the "arc-swap" feature of the "%{crate}" crate. %files -n %{name}+arc-swap-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+serde-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde-devel %{_description} This package contains library source intended for building other packages which use the "serde" feature of the "%{crate}" crate. %files -n %{name}+serde-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+stable_deref_trait-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+stable_deref_trait-devel %{_description} This package contains library source intended for building other packages which use the "stable_deref_trait" feature of the "%{crate}" crate. %files -n %{name}+stable_deref_trait-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+std-devel %{_description} This package contains library source intended for building other packages which use the "std" feature of the "%{crate}" crate. %files -n %{name}+std-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+unstable_dropck_eyepatch-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+unstable_dropck_eyepatch-devel %{_description} This package contains library source intended for building other packages which use the "unstable_dropck_eyepatch" feature of the "%{crate}" crate. %files -n %{name}+unstable_dropck_eyepatch-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog ## START: Generated by rpmautospec * Tue Oct 21 2025 Mattia Verga - 0.1.15-1 - Update to 0.1.15 (Fedora#2401744) * Fri Jul 25 2025 Fedora Release Engineering - 0.1.14-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sun Jan 19 2025 Fedora Release Engineering - 0.1.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sat Oct 19 2024 Mattia Verga - 0.1.14-1 - Update to 0.1.14 (fedora#2316901) * Sat Jul 20 2024 Fedora Release Engineering - 0.1.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jun 24 2024 Fabio Valentini - 0.1.13-1 - Update to version 0.1.13; Fixes RHBZ#2292769 * Thu May 30 2024 Mattia Verga - 0.1.12-2 - Update patch * Thu May 30 2024 Mattia Verga - 0.1.12-1 - Update to 0.1.12 (fedora#2283714) * Sat Jan 27 2024 Fedora Release Engineering - 0.1.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Dec 10 2023 Mattia Verga - 0.1.11-1 - Update to 0.1.11 (fedora#2252084) * Sun Nov 26 2023 Mattia Verga - 0.1.9-1 - Initial import (fedora#2250445) ## END: Generated by rpmautospec