# Generated by rust2rpm 28 %bcond check 1 %global debug_package %{nil} %global crate gettext-sys Name: rust-gettext-sys Version: 0.27.0 Release: %autorelease Summary: Raw FFI bindings for gettext License: MIT URL: https://crates.io/crates/gettext-sys Source: %{crates_source} # Adapted from Fedora's downstream metadata cleanup for system gettext builds Patch: gettext-sys-fix-metadata.patch BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Raw FFI bindings for gettext.} %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.txt %doc %{crate_instdir}/CHANGELOG.md %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}+gettext-system-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+gettext-system-devel %{_description} This package contains library source intended for building other packages which use the "gettext-system" feature of the "%{crate}" crate. %files -n %{name}+gettext-system-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep # bundled gettext is unused when the system feature is selected rm -v *.tar.xz rm -v build.rs %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog