|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
|
%bcond_without check
|
|
|
|
|
|
|
|
|
|
%global crate bindgen
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.54.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.56.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Automatically generates Rust FFI bindings to C and C++ libraries
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: BSD-3-Clause
|
|
|
|
@ -56,6 +56,7 @@ which use "%{crate}" crate.
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc README.md
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/csmith-fuzzing/
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -165,18 +166,6 @@ which use "testing_only_extra_assertions" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+testing_only_extra_assertions-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+testing_only_libclang_3_8-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+testing_only_libclang_3_8-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "testing_only_libclang_3_8" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+testing_only_libclang_3_8-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+testing_only_libclang_3_9-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -264,10 +253,14 @@ which use "which-rustfmt" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
|
%check
|
|
|
|
|
%cargo_test
|
|
|
|
|
# skip a test that requires files not shipped with the published crate
|
|
|
|
|
%cargo_test -- -- --skip test::commandline_multiple_headers
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Nov 27 2020 Fabio Valentini <decathorpe@gmail.com> - 0.56.0-1
|
|
|
|
|
- Update to version 0.56.0.
|
|
|
|
|
|
|
|
|
|
* Fri Sep 18 2020 Fabio Valentini <decathorpe@gmail.com> - 0.54.0-3
|
|
|
|
|
- Bump to which 4.
|
|
|
|
|
|
|
|
|
|