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.
70 lines
1.8 KiB
70 lines
1.8 KiB
7 years ago
|
# Generated by rust2rpm
|
||
|
%bcond_without check
|
||
|
%global debug_package %{nil}
|
||
|
|
||
|
%global crate goblin
|
||
|
|
||
|
Name: rust-%{crate}
|
||
|
Version: 0.0.12
|
||
|
Release: 2%{?dist}
|
||
|
Summary: Impish, cross-platform binary parsing and loading crate
|
||
|
|
||
|
License: MIT
|
||
|
URL: https://crates.io/crates/goblin
|
||
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
||
|
# https://github.com/m4b/goblin/commit/7ba903ad760e27737807221e528380e474bc5b55
|
||
|
Patch0: 0001-tests-use-release-directory-if-debug-is-missing.-fix.patch
|
||
|
|
||
|
ExclusiveArch: %{rust_arches}
|
||
|
|
||
|
BuildRequires: rust-packaging
|
||
|
# [dependencies]
|
||
|
BuildRequires: (crate(log) >= 0.3.8 with crate(log) < 0.4.0)
|
||
|
BuildRequires: (crate(plain) >= 0.2.1 with crate(plain) < 0.3.0)
|
||
|
BuildRequires: (crate(scroll) >= 0.7.0 with crate(scroll) < 0.8.0)
|
||
|
BuildRequires: (crate(scroll_derive) >= 0.8.0 with crate(scroll_derive) < 0.9.0)
|
||
|
%if %{with check}
|
||
|
# [dev-dependencies]
|
||
|
BuildRequires: (crate(env_logger) >= 0.4.3 with crate(env_logger) < 0.5.0)
|
||
|
%endif
|
||
|
|
||
|
%description
|
||
|
%{summary}.
|
||
|
|
||
|
%package devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
|
||
|
%description devel
|
||
|
An impish, cross-platform binary parsing and loading crate.
|
||
|
|
||
|
This package contains library source intended for building other packages
|
||
|
which use %{crate} from crates.io.
|
||
|
|
||
|
%prep
|
||
|
%autosetup -n %{crate}-%{version} -p1
|
||
|
%cargo_prep
|
||
|
|
||
|
%build
|
||
|
%cargo_build
|
||
|
|
||
|
%install
|
||
|
%cargo_install
|
||
|
|
||
|
%if %{with check}
|
||
|
%check
|
||
|
%cargo_test
|
||
|
%endif
|
||
|
|
||
|
%files devel
|
||
|
%license LICENSE
|
||
|
%doc CHANGELOG.md README.md
|
||
|
%{cargo_registry}/%{crate}-%{version}/
|
||
|
|
||
|
%changelog
|
||
|
* Mon Dec 04 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.0.12-2
|
||
|
- Fix tests
|
||
|
|
||
|
* Sun Dec 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.0.12-1
|
||
|
- Initial package
|