2021-06-04 13:39:09 +02:00
|
|
|
Name: tdfiglet
|
2021-06-04 18:23:41 +02:00
|
|
|
Version: 0.5+3
|
|
|
|
Release: 0
|
2021-06-04 14:01:22 +02:00
|
|
|
Summary: Shell Art
|
2021-06-04 18:23:41 +02:00
|
|
|
License: BSD-3-Clause
|
2021-06-04 13:39:09 +02:00
|
|
|
URL: https://github.com/tat3r/tdfiglet
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
2021-06-04 18:23:41 +02:00
|
|
|
Patch0: Makefile-0.1.patch
|
|
|
|
%if 0%{?fedora}
|
|
|
|
BuildRequires: glibc
|
|
|
|
%endif
|
|
|
|
%if 0%{?centos_version}
|
|
|
|
BuildRequires: glibc
|
|
|
|
%endif
|
2021-06-04 14:01:22 +02:00
|
|
|
|
2021-06-04 13:39:09 +02:00
|
|
|
%description
|
2021-06-04 18:23:41 +02:00
|
|
|
Because figlet ASCII is not as cool.
|
|
|
|
|
|
|
|
%if ! 0%{?suse_version}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%endif
|
2021-06-04 13:39:09 +02:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
2021-06-04 18:23:41 +02:00
|
|
|
%patch0 -p1
|
|
|
|
|
2021-06-04 13:39:09 +02:00
|
|
|
%build
|
|
|
|
make %{?_smp_mflags} -f Makefile
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
%files
|
|
|
|
%{_datadir}/%{name}
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
|
|
|
|
%changelog
|
2021-06-04 18:23:41 +02:00
|
|
|
* Fri Jun 04 2021 Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net> - 0.5-0.1
|
2021-06-04 13:39:09 +02:00
|
|
|
- Initial RPM package
|