53 lines
1.0 KiB
RPMSpec
53 lines
1.0 KiB
RPMSpec
#%global debug_package %{nil}
|
|
|
|
Name: figlet
|
|
Version: 2.2.5
|
|
Release: 2
|
|
Summary: FIGlet is a program for making large letters out of ordinary text
|
|
License: BSD
|
|
URL: http://www.figlet.org/
|
|
Source0: https://github.com/cmatsuoka/figlet/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
Patch0: figlet-fix-man-install-path.patch
|
|
|
|
BuildRequires: gcc autoconf automake
|
|
|
|
%description
|
|
FIGlet can create
|
|
characters in many different styles and can kern and "smush" these
|
|
characters together in various ways. FIGlet output is generally
|
|
reminiscent of the sort of "signatures" many people like to put at the
|
|
end of e-mail and UseNet messages.
|
|
|
|
%prep
|
|
%setup -q -n %{name}-%{version}/
|
|
%patch0 -p1
|
|
|
|
%build
|
|
%make_build
|
|
|
|
%install
|
|
%make_install prefix="/usr/"
|
|
|
|
%pre
|
|
%preun
|
|
%post
|
|
%postun
|
|
|
|
%check
|
|
|
|
%files
|
|
%license LICENSE
|
|
%doc CHANGES README FAQ
|
|
%{_bindir}/*
|
|
%{_mandir}/*
|
|
/usr/share/%{name}/
|
|
|
|
%changelog
|
|
* Tue Oct 13 2020 liqingqing_1229 <liqingqing3@huawei.com>
|
|
- update source0
|
|
|
|
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com>
|
|
- Package init
|
|
|