-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtinycols.spec
More file actions
41 lines (31 loc) · 907 Bytes
/
Copy pathtinycols.spec
File metadata and controls
41 lines (31 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Name: tinycols
Version: 0.8.6
Release: 1%{?dist}
Summary: A jewel-matching puzzle game for the Unix terminal
License: BSD-3-Clause
URL: https://github.com/zedr/tinycols
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
%global debug_package %{nil}
BuildRequires: gcc
BuildRequires: make
BuildRequires: ncurses-devel
%description
TinyCols is a jewel-matching puzzle game for the Unix terminal, inspired by
classic arcade and console games.
%prep
%autosetup
%build
%make_build
%check
%make_build tests DBG_CFLAGS=
make test
%install
install -Dspm 0755 build/%{name} %{buildroot}%{_bindir}/%{name}
install -Dpm 0644 doc/man/%{name}.6 %{buildroot}%{_mandir}/man6/%{name}.6
%files
%license LICENSE
%{_bindir}/%{name}
%{_mandir}/man6/%{name}.6*
%changelog
* Sun Mar 15 2026 Rigel Di Scala <zedr@zedr.com> - 0.8.6-1
- Initial package