You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-snapbox/rust-snapbox.spec

243 lines
6.4 KiB

# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
# prevent executables from being installed
%global cargo_install_bin 0
%global crate snapbox
Name: rust-snapbox
Version: 0.6.7
Release: %autorelease
Summary: Snapshot testing toolbox
License: MIT OR Apache-2.0
URL: https://crates.io/crates/snapbox
Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: snapbox-fix-metadata-auto.diff
BuildRequires: cargo-rpm-macros >= 26
%global _description %{expand:
Snapshot testing toolbox.}
%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}+cmd-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+cmd-devel %{_description}
This package contains library source intended for building other packages which
use the "cmd" feature of the "%{crate}" crate.
%files -n %{name}+cmd-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+color-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+color-devel %{_description}
This package contains library source intended for building other packages which
use the "color" feature of the "%{crate}" crate.
%files -n %{name}+color-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+color-auto-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+color-auto-devel %{_description}
This package contains library source intended for building other packages which
use the "color-auto" feature of the "%{crate}" crate.
%files -n %{name}+color-auto-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+debug-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+debug-devel %{_description}
This package contains library source intended for building other packages which
use the "debug" feature of the "%{crate}" crate.
%files -n %{name}+debug-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+detect-encoding-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+detect-encoding-devel %{_description}
This package contains library source intended for building other packages which
use the "detect-encoding" feature of the "%{crate}" crate.
%files -n %{name}+detect-encoding-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+diff-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+diff-devel %{_description}
This package contains library source intended for building other packages which
use the "diff" feature of the "%{crate}" crate.
%files -n %{name}+diff-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dir-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dir-devel %{_description}
This package contains library source intended for building other packages which
use the "dir" feature of the "%{crate}" crate.
%files -n %{name}+dir-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+document-features-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+document-features-devel %{_description}
This package contains library source intended for building other packages which
use the "document-features" feature of the "%{crate}" crate.
%files -n %{name}+document-features-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+examples-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+examples-devel %{_description}
This package contains library source intended for building other packages which
use the "examples" feature of the "%{crate}" crate.
%files -n %{name}+examples-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+json-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+json-devel %{_description}
This package contains library source intended for building other packages which
use the "json" feature of the "%{crate}" crate.
%files -n %{name}+json-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+path-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+path-devel %{_description}
This package contains library source intended for building other packages which
use the "path" feature of the "%{crate}" crate.
%files -n %{name}+path-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+regex-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+regex-devel %{_description}
This package contains library source intended for building other packages which
use the "regex" feature of the "%{crate}" crate.
%files -n %{name}+regex-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+structured-data-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+structured-data-devel %{_description}
This package contains library source intended for building other packages which
use the "structured-data" feature of the "%{crate}" crate.
%files -n %{name}+structured-data-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+term-svg-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+term-svg-devel %{_description}
This package contains library source intended for building other packages which
use the "term-svg" feature of the "%{crate}" crate.
%files -n %{name}+term-svg-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
%autochangelog