Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37041881
en ru br
ALT Linux repos
S:1.4-alt1

Group :: Text tools
RPM: lolcat

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# SPDX-License-Identifier: GPL-2.0-only
%define _unpackaged_files_terminate_build 1
%define _stripped_files_terminate_build 1
%set_verify_elf_method strict

Name: lolcat
Version: 1.4
Release: alt1
Summary: High-performance implementation of a colorful cat
License: WTFPL
Group: Text tools
Url: https://github.com/jaseg/lolcat

Source: %name-%version.tar

%description
%summary.

This lolcat clone is an attempt to reduce the world's carbon dioxide
emissions by optimizing inefficient code. It's >10x as fast and <0.1%%
as large as the original one.

%prep
%setup

%build
%make_build CFLAGS='%optflags %(getconf LFS_CFLAGS)'

%install
mkdir -p %buildroot%_bindir
%make_install DESTDIR=%buildroot%_bindir install

%check
PATH=%buildroot%_bindir
censor LICENSE

%files
%doc README.md LICENSE
%_bindir/lolcat
%_bindir/censor

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin