|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate cmake
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.1.44
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Build dependency for running `cmake` to build a native library
|
|
|
|
|
Version: 0.1.45
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Build dependency for running cmake to build a native library
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
@ -20,6 +20,7 @@ BuildArch: noarch
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
BuildRequires: /usr/bin/cmake
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Build dependency for running `cmake` to build a native library.}
|
|
|
|
@ -59,9 +60,6 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
|
%if %{with check}
|
|
|
|
|
echo '/usr/bin/cmake'
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cargo_build
|
|
|
|
@ -75,6 +73,10 @@ echo '/usr/bin/cmake'
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.45-1
|
|
|
|
|
- Update to version 0.1.45.
|
|
|
|
|
- Fixes RHBZ#1898177
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.44-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|