You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
toilet/toilet.spec

45 lines
912 B

Name: toilet
Version: 0.3
Release: 2%{?dist}
Summary: Display large colorful characters in text mode
License: WTFPL
URL: http://caca.zoy.org/wiki/toilet
Source0: http://caca.zoy.org/raw-attachment/wiki/%{name}/%{name}-%{version}.tar.gz
BuildRequires: libcaca-devel
%description
The TOIlet project attempts to create a free replacement for the FIGlet
utility. TOIlet stands for "The Other Implementations letters", coined after
FIGlet's "Frank, Ian and Glens letters".
%prep
%autosetup
%build
%configure
%make_build
%install
%make_install
%files
%license COPYING
%doc README ChangeLog NEWS TODO
%{_bindir}/%{name}
%{_datadir}/figlet
%{_mandir}/man1/toilet.1*
%changelog
* Tue Dec 12 2017 Iliana Weller <ilianaw@buttslol.net> - 0.3-2
- Spec cleanups
* Tue Dec 5 2017 Iliana Weller <ilianaw@buttslol.net> - 0.3-1
- Initial package build