|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 10
|
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate signal-hook
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.1.12
|
|
|
|
|
Version: 0.1.13
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Unix signal handling
|
|
|
|
|
|
|
|
|
@ -38,7 +38,7 @@ which use "%{crate}" crate.
|
|
|
|
|
%files devel
|
|
|
|
|
%license LICENSE-APACHE LICENSE-MIT
|
|
|
|
|
%doc README.md
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -50,7 +50,7 @@ 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
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+futures-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -62,7 +62,7 @@ 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
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+mio-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -74,7 +74,7 @@ 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
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+mio-support-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -86,7 +86,7 @@ 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
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+tokio-reactor-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -98,7 +98,7 @@ 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
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+tokio-support-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -110,7 +110,7 @@ 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
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
@ -131,6 +131,9 @@ which use "tokio-support" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 27 2020 Josh Stone <jistone@redhat.com> - 0.1.13-1
|
|
|
|
|
- Update to 0.1.13
|
|
|
|
|
|
|
|
|
|
* Thu Nov 28 15:15:09 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.12-1
|
|
|
|
|
- Update to 0.1.12
|
|
|
|
|
|
|
|
|
|