diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf9749d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/toilet-0.3.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index b308ca2..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# toilet - -The toilet package \ No newline at end of file diff --git a/sources b/sources new file mode 100644 index 0000000..f9cdfa3 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (toilet-0.3.tar.gz) = 64b9389562a51e7dba6e3f1dd27c5340f90df25d8fbf1e041b539f5243b5b6b7af1ebf033a511053ad72a73908d496a1f3d14c4ac656425aefb8364a0664ceed diff --git a/toilet.spec b/toilet.spec new file mode 100644 index 0000000..96d6b07 --- /dev/null +++ b/toilet.spec @@ -0,0 +1,44 @@ +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 Implementation’s letters", coined after +FIGlet's "Frank, Ian and Glen’s 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 - 0.3-2 +- Spec cleanups + +* Tue Dec 5 2017 Iliana Weller - 0.3-1 +- Initial package build