|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate cxx-gen
|
|
|
|
%global crate cxx-gen
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-cxx-gen
|
|
|
|
Name: rust-cxx-gen
|
|
|
|
Version: 0.7.110
|
|
|
|
Version: 0.7.114
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: C++ code generator for integrating cxx crate into higher level tools
|
|
|
|
Summary: C++ code generator for integrating cxx crate into higher level tools
|
|
|
|
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
|
|
|
|
URL: https://crates.io/crates/cxx-gen
|
|
|
|
URL: https://crates.io/crates/cxx-gen
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
C++ code generator for integrating `cxx` crate into higher level tools.}
|
|
|
|
C++ code generator for integrating `cxx` crate into higher level tools.}
|
|
|
@ -47,7 +47,7 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
|