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.
rust-yaml-rust/rust-yaml-rust.spec

71 lines
1.8 KiB

# Generated by rust2rpm
%bcond_without check
%global debug_package %{nil}
%global crate yaml-rust
Name: rust-%{crate}
Version: 0.3.5
Release: 3%{?dist}
Summary: YAML 1.2 parser for rust
License: MIT or ASL 2.0
URL: https://crates.io/crates/yaml-rust
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * clippy is nightly
# * latest linked-hash-map, https://github.com/chyh1990/yaml-rust/commit/b2ebf74c2f6dfcc081c3bead1a70ca59ae2e576c#diff-80398c5faae3c069e4e6aa2ed11b28c0
Patch0: yaml-rust-0.3.5-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(linked-hash-map) >= 0.0.9 with crate(linked-hash-map) < 0.6.0)
%description
%{summary}.
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel
The missing YAML 1.2 parser for rust.
This package contains library source intended for building other packages
which use %{crate} from crates.io.
%prep
%autosetup -n %{crate}-%{version} -p1
# no need to generate dependencies
chmod -x tests/specs/cpp2rust.rb
%cargo_prep
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%changelog
* Thu Nov 09 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.5-3
- Exclude unneeded files
* Wed Jun 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.5-2
- Port to use rust-packaging
* Sat Feb 25 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.5-1
- Initial package