# Generated by rust2rpm 25 %bcond_without check # prevent library files from being installed %global __cargo_is_lib() 0 %global crate geckodriver Name: rust-geckodriver Version: 0.34.0 Release: %autorelease Summary: Proxy for using WebDriver clients to interact with Gecko-based browsers License: MPL-2.0 URL: https://crates.io/crates/geckodriver Source: %{crates_source} Source: geckodriver-0.34.0-vendor.tar.xz BuildRequires: cargo-rpm-macros >= 25 %global _description %{expand: Proxy for using WebDriver clients to interact with Gecko-based browsers.} %description %{_description} %package -n %{crate} Summary: %{summary} # FIXME: paste output of %%cargo_license_summary here License: # FIXME # LICENSE.dependencies contains a full license breakdown %description -n %{crate} %{_description} %files -n %{crate} # FIXME: no license files detected %license LICENSE.dependencies %license cargo-vendor.txt %doc README.md %{_bindir}/geckodriver %prep %autosetup -n %{crate}-%{version} -p1 -a1 %cargo_prep -v vendor %build %cargo_build %{cargo_license_summary} %{cargo_license} > LICENSE.dependencies %{cargo_vendor_manifest} %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog