drop /usr/bin/cbindgen

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent a5863ad267
commit 68e7e67a04
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.6.1 Version: 0.6.1
Release: 2%{?dist} Release: 3%{?dist}
Summary: Tool for generating C bindings to Rust code Summary: Tool for generating C bindings to Rust code
License: MPLv2.0 License: MPLv2.0
@ -31,12 +31,6 @@ BuildRequires: (crate(toml) >= 0.4.0 with crate(toml) < 0.5.0)
%description %description
%{summary}. %{summary}.
%package -n %{crate}
Summary: %{summary}
%description -n %{crate}
A tool for generating C bindings to Rust code.
%package devel %package devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -62,16 +56,17 @@ which use %{crate} from crates.io.
%cargo_test %cargo_test
%endif %endif
%files -n %{crate}
%license LICENSE
%{_bindir}/cbindgen
%files devel %files devel
%license LICENSE %license LICENSE
%doc ARCHITECTURE.md CONTRIBUTING.md README.md %doc ARCHITECTURE.md CONTRIBUTING.md README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
# https://bugzilla.redhat.com/show_bug.cgi?id=1608670
%exclude %{_bindir}/cbindgen
%changelog %changelog
* Sat Jul 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.1-3
- Drop cbindgen executable
* Sat Jul 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.1-2 * Sat Jul 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.1-2
- Rebuild to trigger tests - Rebuild to trigger tests

Loading…
Cancel
Save