mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-30 07:18:26 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd3b5bcb37 |
@@ -8,13 +8,12 @@ Version: 2.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Rusty chess game in your terminal 🦀
|
||||
|
||||
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)
|
||||
License: 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 🦀.}
|
||||
@@ -33,7 +32,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}
|
||||
@@ -77,9 +76,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
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
|
||||
Name: uwufetch
|
||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
|
||||
License: GPL-3.0
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/ad-oliviero/uwufetch
|
||||
BuildRequires: make gcc git anda-srpm-macros pciutils-devel
|
||||
Requires: freecolor
|
||||
|
||||
Reference in New Issue
Block a user