# Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate time-humanize Name: rust-time-humanize Version: 0.1.3 Release: %autorelease Summary: Display time in a human readable manner License: MIT URL: https://crates.io/crates/time-humanize Source: %{crates_source} # * Add a license file (fix #2), # https://github.com/HallerPatrick/time-humanize/pull/3; fixes: Missing MIT # license text, https://github.com/HallerPatrick/time-humanize/issues/2 Patch10: https://github.com/HallerPatrick/time-humanize/pull/3.patch BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Display time in a human readable manner.} %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-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}+time-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+time-devel %{_description} This package contains library source intended for building other packages which use the "time" feature of the "%{crate}" crate. %files -n %{name}+time-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 # * The skipped test only works when the current year matches the year the crate # was released! %cargo_test -- -- --skip test_duration_from_system_time_since_epoch %endif %changelog %autochangelog