## 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 %global debug_package %{nil} %global crate version-ranges Name: rust-version-ranges Version: 0.1.3 Release: %autorelease Summary: Performance-optimized type for generic version ranges and operations on them License: MPL-2.0 URL: https://crates.io/crates/version-ranges Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Performance-optimized type for generic version ranges and operations on them.} %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 %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}+proptest-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+proptest-devel %{_description} This package contains library source intended for building other packages which use the "proptest" feature of the "%{crate}" crate. %files -n %{name}+proptest-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+semver-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+semver-devel %{_description} This package contains library source intended for building other packages which use the "semver" feature of the "%{crate}" crate. %files -n %{name}+semver-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 %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 Apr 14 2026 Fabio Valentini - 0.1.3-1 - Update to version 0.1.3; Fixes RHBZ#2457286 * Thu Feb 12 2026 Fabio Valentini - 0.1.2-3 - Bump ron dev-dependency from 0.10 to 0.12 * Sat Jan 17 2026 Fedora Release Engineering - 0.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Wed Dec 03 2025 Benjamin A. Beasley - 0.1.2-1 - Update to version 0.1.2; Fixes RHBZ#2414863 * Fri Jul 25 2025 Fedora Release Engineering - 0.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Tue Apr 22 2025 Benjamin A. Beasley - 0.1.1-3 - Update ron to 0.10 * Sun Apr 06 2025 Benjamin A. Beasley - 0.1.1-2 - Upgrade ron dev-dependency to 0.9.0 final * Wed Mar 19 2025 Fabio Valentini - 0.1.1-1 - Initial import (#2352377) ## END: Generated by rpmautospec