Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions anda/games/chess-tui/rust-chess-tui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ Version: 2.7.0
Release: 1%{?dist}
Summary: Rusty chess game in your terminal 🦀

License: MIT
License: MIT AND ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR MIT OR Apache-2.0) AND BSD-3-Clause AND (BSD-3-Clause OR MIT OR Apache-2.0) AND CDLA-Permissive-2.0 AND GPL-3.0 AND GPL-3.0+ AND ISC AND (ISC AND (Apache-2.0 OR ISC)) AND (ISC AND (Apache-2.0 OR ISC) AND Apache-2.0 AND MIT AND BSD-3-Clause AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR ISC OR MIT-0)) AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND MPL-2.0 AND Unicode-3.0 AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT)
URL: https://crates.io/crates/chess-tui
Source: %{crates_source}

BuildRequires: cargo-rpm-macros >= 24
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(alsa)

%global _description %{expand:
A rusty chess game in your terminal 🦀.}
Expand All @@ -32,7 +33,7 @@ License: (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0
%license LICENSE.dependencies
%doc CONTRIBUTING.md
%doc README.md
%{_bindir}/chess-tui
%{_bindir}/chess_tui

%package devel
Summary: %{summary}
Expand Down Expand Up @@ -76,9 +77,9 @@ use the "chess-tui" feature of the "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep_online
sed -i 's/chess-tui/chess_tui/g' Cargo.toml

%build
%{cargo_license_summary_online}
%{cargo_license_online} > LICENSE.dependencies

%install
Expand Down
Loading