mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
(cherry picked from commit 349fa1d3a7)
Co-authored-by: Pornpipat Popum <cappy@cappuchino.xyz>
This commit is contained in:
@@ -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 <cappy@cappuchino.xyz>
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user