figlet/figlet.spec

53 lines
1.0 KiB
RPMSpec
Raw Normal View History

2020-05-14 23:39:08 +08:00
#%global debug_package %{nil}
Name: figlet
Version: 2.2.5
2020-10-13 15:55:13 +08:00
Release: 2
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
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
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