# Generated by rust2rpm 26 # * Tests are skipped, because they depend on an unmaintained crate. %bcond_with check %global debug_package %{nil} %global crate select Name: rust-select Version: 0.6.0 Release: %autorelease Summary: Library to extract useful data from HTML documents, suitable for web scraping License: MIT URL: https://crates.io/crates/select Source: %{crates_source} # # * The LICENSE file was not present at the time of last release Source2: https://github.com/utkarshkukreti/select.rs/raw/master/LICENSE BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A library to extract useful data from HTML documents, suitable for web scraping.} %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 %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep cp -p %{SOURCE2} . %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog