# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate ascii Name: rust-ascii0.9 Version: 0.9.3 Release: %autorelease Summary: ASCII-only equivalents to char, str and String # Upstream license specification: Apache-2.0 / MIT License: Apache-2.0 OR MIT URL: https://crates.io/crates/ascii Source: %{crates_source} # Made code files not executable Patch: ascii-fix-executable-files.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: ASCII-only equivalents to `char`, `str` and `String`.} %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 %doc %{crate_instdir}/RELEASES.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}+quickcheck-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+quickcheck-devel %{_description} This package contains library source intended for building other packages which use the "quickcheck" feature of the "%{crate}" crate. %files -n %{name}+quickcheck-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}+serde_test-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde_test-devel %{_description} This package contains library source intended for building other packages which use the "serde_test" feature of the "%{crate}" crate. %files -n %{name}+serde_test-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 %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 -- --all-targets %endif %changelog %autochangelog