You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-signal-hook/rust-signal-hook.spec

161 lines
4.7 KiB

6 years ago
# Generated by rust2rpm
%bcond_with check
6 years ago
%global debug_package %{nil}
%global crate signal-hook
Name: rust-%{crate}
6 years ago
Version: 0.1.7
Release: 3%{?dist}
6 years ago
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
* Sat Feb 09 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.7-3
- Run tests in infrastructure
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
6 years ago
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.1.7-1
- Update to 0.1.7
6 years ago
* Thu Nov 15 2018 Josh Stone <jistone@redhat.com> - 0.1.6-1
- Initial package