# Generated by rust2rpm %bcond_without check %global debug_package %{nil} %global crate inotify Name: rust-%{crate} Version: 0.7.0 Release: 1%{?dist} Summary: Idiomatic wrapper for inotify # https://github.com/inotify-rs/inotify/issues/128 License: ISC URL: https://crates.io/crates/inotify Source: %{crates_source} ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging BuildRequires: (crate(bitflags/default) >= 1.0.0 with crate(bitflags/default) < 2.0.0) BuildRequires: (crate(futures/default) >= 0.1.0 with crate(futures/default) < 0.2.0) BuildRequires: (crate(inotify-sys/default) >= 0.1.3 with crate(inotify-sys/default) < 0.2.0) BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0) BuildRequires: (crate(mio/default) >= 0.6.0 with crate(mio/default) < 0.7.0) BuildRequires: (crate(tokio-io/default) >= 0.1.0 with crate(tokio-io/default) < 0.2.0) BuildRequires: (crate(tokio-reactor/default) >= 0.1.0 with crate(tokio-reactor/default) < 0.2.0) BuildRequires: (crate(tokio/default) >= 0.1.0 with crate(tokio/default) < 0.2.0) %if %{with check} BuildRequires: (crate(tempdir/default) >= 0.3.0 with crate(tempdir/default) < 0.4.0) %endif %global _description \ Idiomatic wrapper for inotify %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use "%{crate}" crate. %files devel %doc README.md CHANGELOG.md %{cargo_registry}/%{crate}-%{version}/ %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 "default" feature of "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %package -n %{name}+futures-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+futures-devel %{_description} This package contains library source intended for building other packages which use "futures" feature of "%{crate}" crate. %files -n %{name}+futures-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %package -n %{name}+mio-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+mio-devel %{_description} This package contains library source intended for building other packages which use "mio" feature of "%{crate}" crate. %files -n %{name}+mio-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %package -n %{name}+stream-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+stream-devel %{_description} This package contains library source intended for building other packages which use "stream" feature of "%{crate}" crate. %files -n %{name}+stream-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %package -n %{name}+tokio-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tokio-devel %{_description} This package contains library source intended for building other packages which use "tokio" feature of "%{crate}" crate. %files -n %{name}+tokio-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %package -n %{name}+tokio-io-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tokio-io-devel %{_description} This package contains library source intended for building other packages which use "tokio-io" feature of "%{crate}" crate. %files -n %{name}+tokio-io-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %package -n %{name}+tokio-reactor-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tokio-reactor-devel %{_description} This package contains library source intended for building other packages which use "tokio-reactor" feature of "%{crate}" crate. %files -n %{name}+tokio-reactor-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Mon Mar 11 2019 Igor Gnatenko - 0.7.0-1 - Initial package