|
|
@ -5,9 +5,9 @@
|
|
|
|
%global crate goblin
|
|
|
|
%global crate goblin
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.0.13
|
|
|
|
Version: 0.0.14
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Impish, cross-platform binary parsing and loading crate
|
|
|
|
Summary: Impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: https://crates.io/crates/goblin
|
|
|
|
URL: https://crates.io/crates/goblin
|
|
|
@ -33,7 +33,8 @@ Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
An impish, cross-platform binary parsing and loading crate.
|
|
|
|
An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading
|
|
|
|
|
|
|
|
crate.
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
which use %{crate} from crates.io.
|
|
|
|
which use %{crate} from crates.io.
|
|
|
@ -50,13 +51,7 @@ which use %{crate} from crates.io.
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
# https://github.com/m4b/goblin/issues/64
|
|
|
|
%cargo_test
|
|
|
|
%cargo_test \
|
|
|
|
|
|
|
|
%ifarch ppc64 s390x
|
|
|
|
|
|
|
|
|| :
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
;
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
@ -65,6 +60,9 @@ which use %{crate} from crates.io.
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.0.14-1
|
|
|
|
|
|
|
|
- Update to 0.0.14
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.0.13-2
|
|
|
|
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.0.13-2
|
|
|
|
- Rebuild for rust-packaging v5
|
|
|
|
- Rebuild for rust-packaging v5
|
|
|
|
|
|
|
|
|
|
|
|