Compare commits

...

7 Commits

Author SHA1 Message Date
Owen Zimmerman f5ab427f6c Merge branch 'frawhide' into mado/fix/chess-tui 2026-05-13 10:02:37 -05:00
Owen Zimmerman c7b3a3138b this?
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-05-11 20:44:30 -05:00
Owen Zimmerman 6ac055cfe8 test
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-05-11 20:36:15 -05:00
Owen-sz 525487823e Merge branch 'mado/fix/chess-tui' of github.com:terrapkg/packages into mado/fix/chess-tui 2026-05-11 20:24:51 -05:00
Owen-sz 1fcce67e45 add proper licenses, add sed script to patch dep
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-05-11 20:24:45 -05:00
Owen Zimmerman 17c5cd6c1b Merge branch 'frawhide' into mado/fix/chess-tui 2026-05-11 20:04:17 -05:00
madomado 73d05b89d4 fix(chess-tui): bdep alsa
Signed-off-by: madomado <madonuko@outlook.com>
2026-05-04 18:24:30 +08:00
+4 -3
View File
@@ -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 🦀.}
@@ -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}
@@ -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