tdfiglet-rpm/tdfiglet.spec

41 lines
734 B
RPMSpec
Raw Normal View History

2021-06-04 13:39:09 +02:00
Name: tdfiglet
Version: 0.5+3
Release: 0
2021-06-04 14:01:22 +02:00
Summary: Shell Art
License: BSD-3-Clause
2021-06-04 13:39:09 +02:00
URL: https://github.com/tat3r/tdfiglet
Source0: %{name}-%{version}.tar.gz
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
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
%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
* 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