## START: Set by rpmautospec ## (rpmautospec version 0.6.1) ## 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 25 %ifarch x86_64 %{ix86} # Tests use x86-specific intrinsics %bcond_without check %else %bcond_with check %endif %global debug_package %{nil} %global crate v_htmlescape Name: rust-v_htmlescape Version: 0.15.8 Release: %autorelease Summary: Simd optimized HTML escaping code # Upstream license specification: MIT/Apache-2.0 License: MIT OR Apache-2.0 URL: https://crates.io/crates/v_htmlescape Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: The simd optimized HTML escaping code.} %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}+buf-min-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+buf-min-devel %{_description} This package contains library source intended for building other packages which use the "buf-min" feature of the "%{crate}" crate. %files -n %{name}+buf-min-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+bytes-buf-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+bytes-buf-devel %{_description} This package contains library source intended for building other packages which use the "bytes-buf" feature of the "%{crate}" crate. %files -n %{name}+bytes-buf-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 * Mon Feb 12 2024 Michel Lind - 0.15.8-1 - Unretire and update to 0.15.8 (rhbz#2259045) - Use SPDX license identifiers * Fri Jul 23 2021 Fedora Release Engineering - 0.12.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering - 0.12.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Jan 03 10:53:32 CET 2021 Igor Raits - 0.12.0-1 - Update to 0.12.0 (Fixes: RHBZ#1909863) * Wed Nov 25 2020 Fabio Valentini - 0.11.0-1 - Update to version 0.11.0. * Thu Oct 01 2020 Fabio Valentini - 0.10.3-1 - Update to version 0.10.3. * Mon Sep 21 2020 Fabio Valentini - 0.10.0-1 - Update to version 0.10.0. * Wed Jul 29 2020 Fedora Release Engineering - 0.4.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jan 30 2020 Fedora Release Engineering - 0.4.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Dec 11 20:52:11 CET 2019 Igor Gnatenko - 0.4.5-1 - Update to 0.4.5 * Fri Jul 26 2019 Fedora Release Engineering - 0.4.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Jun 22 20:00:09 CEST 2019 Igor Gnatenko - 0.4.3-2 - Regenerate * Thu May 30 18:16:54 CEST 2019 Igor Gnatenko - 0.4.3-1 - Initial package ## END: Generated by rpmautospec