parent
66e3d4a38c
commit
e0af16a3c8
@ -0,0 +1 @@
|
||||
/signal-hook-0.1.6.crate
|
@ -0,0 +1,151 @@
|
||||
# Generated by rust2rpm
|
||||
%bcond_without check
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global crate signal-hook
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.1.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Unix signal handling
|
||||
|
||||
# Upstream license specification: Apache-2.0/MIT
|
||||
License: ASL 2.0 or MIT
|
||||
URL: https://crates.io/crates/signal-hook
|
||||
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
|
||||
BuildRequires: rust-packaging
|
||||
BuildRequires: (crate(arc-swap/default) >= 0.3.5 with crate(arc-swap/default) < 0.4.0)
|
||||
BuildRequires: (crate(futures/default) >= 0.1.0 with crate(futures/default) < 0.2.0)
|
||||
BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0)
|
||||
BuildRequires: (crate(mio-uds/default) >= 0.6.0 with crate(mio-uds/default) < 0.7.0)
|
||||
BuildRequires: (crate(mio/default) >= 0.6.0 with crate(mio/default) < 0.7.0)
|
||||
BuildRequires: (crate(tokio-reactor/default) >= 0.1.0 with crate(tokio-reactor/default) < 0.2.0)
|
||||
%if %{with check}
|
||||
BuildRequires: (crate(tokio/default) >= 0.1.0 with crate(tokio/default) < 0.2.0)
|
||||
BuildRequires: (crate(version-sync/default) >= 0.5.0 with crate(version-sync/default) < 0.6.0)
|
||||
%endif
|
||||
|
||||
%global _description \
|
||||
Unix signal handling.
|
||||
|
||||
%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
|
||||
%license LICENSE-APACHE LICENSE-MIT
|
||||
%doc README.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}+mio-support-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+mio-support-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages
|
||||
which use "mio-support" feature of "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+mio-support-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
||||
|
||||
%package -n %{name}+mio-uds-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+mio-uds-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages
|
||||
which use "mio-uds" feature of "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+mio-uds-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
|
||||
|
||||
%package -n %{name}+tokio-support-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+tokio-support-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages
|
||||
which use "tokio-support" feature of "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+tokio-support-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
||||
|
||||
%prep
|
||||
%autosetup -n %{crate}-%{version} -p1
|
||||
%cargo_prep
|
||||
|
||||
%build
|
||||
%cargo_build
|
||||
|
||||
%install
|
||||
%cargo_install
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
%cargo_test
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Nov 15 2018 Josh Stone <jistone@redhat.com> - 0.1.6-1
|
||||
- Initial package
|
Loading…
Reference in new issue