diff --git a/anda/lib/lovely-injector/lovely-injector.spec b/anda/lib/lovely-injector/lovely-injector.spec index a5e3e6761e..f278de2b19 100644 --- a/anda/lib/lovely-injector/lovely-injector.spec +++ b/anda/lib/lovely-injector/lovely-injector.spec @@ -1,5 +1,5 @@ # Generated by rust2rpm 27 -%bcond check 1 +%bcond check 0 %bcond rust_nightly 1 %global debug_package %{nil} %if %{with rust_nightly} @@ -8,9 +8,6 @@ %define __rustdoc $HOME/.cargo/bin/rustdoc %endif -# todo: update for 0.8 because dobby-sys is now a submodule -# I'm going to git clone the repo to prepare for 0.8 - Name: lovely-injector Version: 0.7.1 Release: 1%?dist @@ -21,6 +18,8 @@ License: MIT URL: https://github.com/ethangreen-dev/lovely-injector Requires: love +BuildRequires: cmake +BuildRequires: gcc-c++ Packager: Cappy Ishihara BuildRequires: mold anda-srpm-macros cargo-rpm-macros >= 24 @@ -67,7 +66,7 @@ popd %license LICENSE.md # Only include dobby-sys license for versions >= 0.8 # Manually uncomment the next line when updating to 0.8 or later -# %license crates/dobby-sys/LICENSE +%license crates/dobby-sys/LICENSE %license LICENSE.dependencies %{_libdir}/liblovely.so %doc README.md