Adopt to new macro

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 768ee57091
commit 37c91dcb68
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

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

Loading…
Cancel
Save