Пакет neofetch: Specfile

%define _unpackaged_files_terminate_build 1

Name: neofetch
Version: 7.1.0
Release: alt5
Summary: A command-line system information tool
License: MIT
Group: Monitoring
Url: https://github.com/dylanaraps/neofetch
Source: %name-%version.tar
Patch1: alt-logo.patch
Patch2: alt-gnome-logo.patch

BuildArch: noarch

AutoReq: noshell
Requires: caca-utils
Requires: coreutils
Requires: procps

%description
Neofetch is a command-line system information tool written in bash 3.2+.
Neofetch displays information about your operating system, software and
hardware in an aesthetic and visually pleasing way.

%prep
%setup
%patch1 -p1
%patch2 -p1

%build

%install
%makeinstall_std

%files
%_bindir/%name
%_man1dir/%name.1.xz

%changelog
* Sat Mar 16 2024 Alexander Makeenkov <amakeenk@altlinux.org> 7.1.0-alt5
- Added ALT Gnome logo (closes: #49652).

* Thu Feb 29 2024 Alexander Makeenkov <amakeenk@altlinux.org> 7.1.0-alt4
- Disabled AutoReq for shell (closes: #49556).

* Wed Feb 28 2024 Ivan A. Melnikov <iv@altlinux.org> 7.1.0-alt3.1
- Filter out more dependencies (fixes rebuilding).

* Fri Sep 30 2022 Alexander Makeenkov <amakeenk@altlinux.org> 7.1.0-alt3
- Added ALT logo (closes: #43529)

* Thu Dec 23 2021 Alexander Makeenkov <amakeenk@altlinux.org> 7.1.0-alt2
- Filter requires (closes: #41612)

* Sat Jan 09 2021 Alexander Makeenkov <amakeenk@altlinux.org> 7.1.0-alt1
- Updated to version 7.1.0

* Sun Mar 08 2020 Alexander Makeenkov <amakeenk@altlinux.org> 7.0.0-alt1
- New version

* Sat Aug 31 2019 Alexander Makeenkov <amakeenk@altlinux.org> 6.1.0-alt1
- New version

* Sun Mar 31 2019 Alexander Makeenkov <amakeenk@altlinux.org> 6.0.0-alt1
- Initial build for ALT