|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
# Generated by rust2rpm
|
|
|
|
|
# Generated by rust2rpm-9-1.fc30
|
|
|
|
|
# * Tests are run in infrastructure
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
%global crate libc
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.2.54
|
|
|
|
|
Version: 0.2.57
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Raw FFI bindings to platform libraries like libc
|
|
|
|
|
|
|
|
|
@ -76,6 +76,18 @@ which use "extra_traits" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+extra_traits-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+std-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+std-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "std" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+std-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+use_std-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -104,6 +116,9 @@ which use "use_std" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jun 01 2019 Josh Stone <jistone@redhat.com> - 0.2.57-1
|
|
|
|
|
- Update to 0.2.57
|
|
|
|
|
|
|
|
|
|
* Thu May 02 2019 Josh Stone <jistone@redhat.com> - 0.2.54-1
|
|
|
|
|
- Update to 0.2.54
|
|
|
|
|
|
|
|
|
|