6a54fe4
Summary: High-performance implementation of a colorful cat
6a54fe4
Name:    lolcat
9740726
Version: 1.4
9740726
Release: 1%{?dist}
6a54fe4
Source:  https://github.com/jaseg/lolcat/archive/v%{version}/%{name}-%{version}.tar.gz
6a54fe4
URL:     https://github.com/jaseg/lolcat/
6a54fe4
6a54fe4
Patch1:  lolcat-Makefile.patch
6a54fe4
6a54fe4
License: WTFPL
6a54fe4
BuildRequires: make
6a54fe4
BuildRequires: gcc
6a54fe4
6a54fe4
%description
6a54fe4
lolcat is a colorful version of 'cat'. It is faster than python-lolcat 
a74166c
and much faster than ruby-lolcat. It works well with "non-binary" 
a74166c
characters, but who would want to display binary data!
6a54fe4
6a54fe4
%prep
6a54fe4
%autosetup
6a54fe4
6a54fe4
%build
6a54fe4
%set_build_flags
6a54fe4
%make_build all
6a54fe4
6a54fe4
%install
6a54fe4
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
6a54fe4
%make_install DESTDIR=$RPM_BUILD_ROOT/%{_bindir}
6a54fe4
6a54fe4
%files
6a54fe4
%{_bindir}/lolcat
6a54fe4
%{_bindir}/censor
6a54fe4
%doc README.md
6a54fe4
%license LICENSE
6a54fe4
6a54fe4
%changelog
9740726
* Fri Mar 03 2023 josef radinger <cheese@nosuchhost.net> - 1.4-1
9740726
- bump version
9740726
fd664e1
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-2
fd664e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
fd664e1
587d806
* Fri Nov 25 2022 josef radinger <cheese@nosuchhost.net> - 1.3-1
587d806
- bump version
587d806
baeb678
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-5
baeb678
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
baeb678
eb1c548
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-4
eb1c548
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
eb1c548
35f5ef8
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-3
35f5ef8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
35f5ef8
7356b5c
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-2
7356b5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
7356b5c
2ec4847
* Sun Jan 17 2021 josef radinger <cheese@nosuchhost.net> - 1.2-0
2ec4847
- bump version
ab29569
- massage patch1
ab29569
- remove patch2
2ec4847
ba31c17
* Sun Dec 27 2020 josef radinger <cheese@nosuchhost.net> - 1.1-1
ba31c17
- bump version
6f92fc2
- add patch2
ba31c17
4d9ce61
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-8
4d9ce61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4d9ce61
af9dacf
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-7
af9dacf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
af9dacf
a74166c
* Mon Aug 26 2019 josef radinger <cheese@nosuchhost.net> - 1.0-6
a74166c
- modify description
a74166c
6a54fe4
* Mon Aug 26 2019 josef radinger <cheese@nosuchhost.net> - 1.0-5
6a54fe4
- use a better source-url
6a54fe4
- use %%autosetup
6a54fe4
- use %%make_build
6a54fe4
- use %%make_install (plus patch1 to preserve timestamps)
6a54fe4
- better Summary
6a54fe4
6a54fe4
* Sat Aug 17 2019 josef radinger <cheese@nosuchhost.net> - 1.0-4
6a54fe4
- use %%{_bindir} instead of /usr/bin
6a54fe4
- invoke %%set_build_flags before make
6a54fe4
6a54fe4
* Fri Aug 16 2019 josef radinger <cheese@nosuchhost.net> - 1.0-3
6a54fe4
- correct license
6a54fe4
- small cleanup in spec-file
6a54fe4
6a54fe4
* Wed Aug 07 2019 josef radinger <cheese@nosuchhost.net> - 1.0-2
6a54fe4
- add URL
6a54fe4
6a54fe4
* Tue Aug 06 2019 josef radinger <cheese@nosuchhost.net> - 1.0-1
6a54fe4
- initial package
6a54fe4