%global debug_package %{nil} Name: pipes-sh Version: 1.3.0 Release: 1%{?dist} Summary: Animated pipes terminal screensaver License: MIT URL: https://github.com/pipeseroni/pipes.sh Source0: https://github.com/pipeseroni/pipes.sh/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch Requires: bash >= 4.0.0 %description pipes.sh is an animated terminal screensaver inspired by the classic pipes screensaver. %prep %autosetup -n pipes.sh-%{version} %build # Nothing to build %install make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install -Dm644 LICENSE %{buildroot}%{_docdir}/%{name}/LICENSE install -Dm644 README.rst %{buildroot}%{_docdir}/%{name}/README.rst %files %license %{_docdir}/%{name}/LICENSE %doc %{_docdir}/%{name}/README.rst %{_bindir}/pipes.sh %changelog %autochangelog