figlet/figlet.spec

57 lines
1.2 KiB
RPMSpec
Raw Normal View History

2020-05-14 23:39:08 +08:00
Name: figlet
Version: 2.2.5
Release: 3
2020-05-14 23:39:08 +08:00
Summary: FIGlet is a program for making large letters out of ordinary text
License: BSD
URL: http://www.figlet.org/
2020-10-13 15:55:13 +08:00
Source0: https://github.com/cmatsuoka/figlet/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
2020-05-14 23:39:08 +08:00
Patch0: figlet-fix-man-install-path.patch
Patch1: fix-install-prefix-path.patch
2020-05-14 23:39:08 +08:00
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
2020-05-14 23:39:08 +08:00
%build
%make_build
%install
%make_install
2020-05-14 23:39:08 +08:00
%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
2020-10-13 15:55:13 +08:00
* Tue Oct 13 2020 liqingqing_1229 <liqingqing3@huawei.com>
- update source0
2020-05-14 23:39:08 +08:00
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com>
- Package init