|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.10.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Rust friendly bindings to *nix APIs
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -63,7 +63,7 @@ which use %{crate} from crates.io.
|
|
|
|
|
%if %{with check}
|
|
|
|
|
%check
|
|
|
|
|
# Testing parts are not distributed
|
|
|
|
|
%cargo_test --doc
|
|
|
|
|
%cargo_test -- --doc
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
@ -73,6 +73,9 @@ which use %{crate} from crates.io.
|
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/{Cross.toml,RELEASE_PROCEDURE.md,bors.toml,ci}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jun 23 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.0-4
|
|
|
|
|
- Adopt to new macro
|
|
|
|
|
|
|
|
|
|
* Fri May 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.0-3
|
|
|
|
|
- Bump tempfile to 3
|
|
|
|
|
|
|
|
|
|