Name: neofetch Version: 7.1.0 Release: 8%{?dist} Summary: CLI system information tool written in Bash License: MIT URL: https://github.com/dylanaraps/%{name} Source0: %{URL}/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: make Requires: bash >= 3.2 Requires: bind-utils Requires: coreutils Requires: gawk # More accurate than gawk, IMO Requires: grep Requires: pciutils Recommends: ImageMagick Recommends: (xrandr or xwininfo or xdpyinfo or libwayland-client) # Not the cleanest dependency IMO but eh whatever Recommends: (xwininfo and (xprop or xdpyinfo)) # Use 1: xrandr, wayland are preferred # Use 2: needed unless xdotool # Recommends: (xdpyinfo unless (xwininfo and xprop)) # Use 1: xrandr, xwininfo, wayland are preferred # Use 2: xprop is preferred Recommends: xprop # Most required if using mate-terminal, but also needed for images Recommends: (xrdb if (xterm or rxvt-unicode)) # Use 1: needed if xterm or rxvt-unicode # Use 2: needed if rxvt-unicode Suggests: ((caca-utils or chafa or jp2a or w3m-img) or (kitty or terminology)) # image backends # moved back to suggests because we cant use unless # jp2a is not available # kitty & terminology use the kitty & tycat backends respectively # catimg isn't used # Skipped: gsettings - very likely to be installed # Skipped: QT stuff - not worth adding # Skipped: xfconf - part of @xfce-desktop group %description Neofetch displays information about your system next to an image, your OS logo, or any ASCII file of your choice. The main purpose of Neofetch is to be used in screenshots to show other users what OS/distribution you're running, what theme/icons you're using and more. %prep %autosetup sed 's,/usr/bin/env bash,/usr/bin/bash,g' -i neofetch %build %install %make_install %files %{_bindir}/%{name} %license LICENSE.md %doc README.md %{_mandir}/man1/%{name}.1* %changelog * Tue May 04 2021 Jaden Pleasants - 7.1.0-8 - Refined dependencies * Tue May 04 2021 Jaden Pleasants - Refined dependencies * Tue May 04 2021 Jaden Pleasants - Refined dependencies * Tue Apr 27 2021 Jaden Pleasants - 7.1.0-5 - Fixed dependency issues * Tue Jan 26 2021 Fedora Release Engineering - 7.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Oct 28 2020 K. de Jong - 7.1.0-3 - catimg package available again #1878514 * Tue Aug 25 2020 K. de Jong - 7.1.0-2 - catimg dependency removed, scheduled for removal #1872247 * Mon Aug 03 2020 K. de Jong - 7.1.0-1 - new version * Tue Jul 28 2020 Adam Jackson - 7.0.0-3 - Recommend xdpyinfo xprop xrandr xrdb xwininfo, not xorg-x11-{server-,}utils * Tue Jul 28 2020 Fedora Release Engineering - 7.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun Mar 08 2020 K. de Jong - 7.0.0-1 - New upstream release * Wed Jan 29 2020 Fedora Release Engineering - 6.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Sep 06 2019 K. de Jong - 6.1.0-1 - New upstream release * Sat Aug 03 2019 K. de Jong - 6.0.0-4 - Red Hat Bugzilla - Bug 1736808 * Thu Jul 25 2019 Fedora Release Engineering - 6.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 01 2019 Fedora Release Engineering - 6.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jan 09 2019 K. de Jong - 6.0.0-1 - New upstream release * Fri Jul 13 2018 Fedora Release Engineering - 5.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jun 20 2018 K. de Jong - 5.0.0-1 - New upstream release * Tue Jun 12 2018 K. de Jong - 4.0.2-1 - New upstream release - Cleaned up dependencies * Fri Apr 06 2018 Kees de Jong - 3.4.0-1 - New upstream release * Thu Feb 08 2018 Fedora Release Engineering - 3.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Feb 13 2017 Kees de Jong - 3.3.0-1 - Initial package