## START: Set by rpmautospec ## (rpmautospec version 0.6.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: corrosion Version: 0.5.0 Release: %autorelease Summary: Easy Rust and C/C++ Integration #SourceLicense: MIT # Apache-2.0 OR BSL-1.0 # MIT # MIT OR Apache-2.0 License: MIT AND (Apache-2.0 OR BSL-1.0) AND (MIT OR Apache-2.0) # LICENSE.dependencies contains a full license breakdown URL: https://github.com/corrosion-rs/corrosion Source: %{url}/archive/v%{version}/corrosion-%{version}.tar.gz # drop support for building with older versions of Rust Patch: 0001-drop-build-rules-that-depend-on-Cargo.lock-files-bei.patch BuildRequires: cmake BuildRequires: cargo-rpm-macros BuildRequires: gcc-c++ BuildRequires: rust Requires: cmake %description Corrosion, formerly known as cmake-cargo, is a tool for integrating Rust into an existing CMake project. Corrosion can automatically import executables, static libraries, and dynamic libraries from a workspace or package manifest (Cargo.toml file). %prep %autosetup -p1 %cargo_prep find -name "Cargo.lock" -print -delete rm generator/Compat.Cargo.* %generate_buildrequires cd generator %cargo_generate_buildrequires cd .. %build export RUSTFLAGS="%build_rustflags" %cmake -DCORROSION_NATIVE_TOOLING:BOOL=ON %cmake_build cd generator %cargo_license_summary %{cargo_license} > ../LICENSE.dependencies cd .. %install %cmake_install %files %license LICENSE %license LICENSE.dependencies %doc README.md %doc RELEASES.md %{_libexecdir}/corrosion-generator %{_libdir}/cmake/Corrosion/ %{_datadir}/cmake/{Corrosion,CorrosionGenerator,FindRust}.cmake %changelog ## START: Generated by rpmautospec * Sun Jul 07 2024 Steve Cossette - 0.5.0-1 - Uncommitted changes * Thu May 23 2024 Fabio Valentini - 0.4.9-1 - Update to version 0.4.9; Fixes RHBZ#2273762 * Thu Mar 14 2024 Fabio Valentini - 0.4.7-1 - Update to version 0.4.7; Fixes RHBZ#2259078 * Wed Jan 24 2024 Fedora Release Engineering - 0.4.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering - 0.4.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Jan 16 2024 Fabio Valentini - 0.4.5-2 - Set RUSTFLAGS environment variable to ensure it's set correctly * Sat Dec 02 2023 Fabio Valentini - 0.4.5-1 - Update to version 0.4.5; Fixes RHBZ#2238266 * Wed Jul 19 2023 Fedora Release Engineering - 0.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Mon Jul 17 2023 Fabio Valentini - 0.4.2-1 - Update to version 0.4.2; Fixes RHBZ#2223187 * Thu Jun 15 2023 Fabio Valentini - 0.4.1-1 - Update to version 0.4.1 * Thu Jun 15 2023 Fabio Valentini - 0.3.5-1 - Initial import (#2209376) ## END: Generated by rpmautospec