figlet/figlet.spec
He Rengui 3ae1559b00 The font file should be installed in the /usr/share directory
Signed-off-by: He Rengui <herengui@uniontech.com>
2021-06-16 13:03:01 +08:00

57 lines
1.2 KiB
RPMSpec

Name: figlet
Version: 2.2.5
Release: 3
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
Patch1: fix-install-prefix-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
%patch1 -p1
%build
%make_build
%install
%make_install
%pre
%preun
%post
%postun
%check
%files
%license LICENSE
%doc CHANGES README FAQ
%{_bindir}/*
%{_mandir}/*
/usr/share/%{name}/
%changelog
* Wed Jun 16 2021 He Rengui <herengui@uniontech.com> - 2.2.5-3
- fix: showfigfonts cannot found flf files
- allow generating debugsource package
* Tue Oct 13 2020 liqingqing_1229 <liqingqing3@huawei.com>
- update source0
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com>
- Package init