package init
Signed-off-by: cherry530 <xuping33@huawei.com>
This commit is contained in:
parent
67278017f0
commit
8ca4967409
BIN
banner-1.3.5.tar.gz
Normal file
BIN
banner-1.3.5.tar.gz
Normal file
Binary file not shown.
32
banner.spec
Normal file
32
banner.spec
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
Name: banner
|
||||||
|
Summary: Prints a short string to the console in very large letters
|
||||||
|
Version: 1.3.5
|
||||||
|
Release: 1
|
||||||
|
License: GPLv2
|
||||||
|
BuildRequires: gcc make
|
||||||
|
URL: https://github.com/pronovic/banner
|
||||||
|
Source0: https://github.com/pronovic/banner/releases/download/BANNER_V%{version}/banner-%{version}.tar.gz
|
||||||
|
%description
|
||||||
|
Classic-style banner program similar to the one found in Solaris or AIX.
|
||||||
|
The banner program prints a short string to the console in very large
|
||||||
|
letters.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc AUTHORS COPYING README ChangeLog
|
||||||
|
%{_bindir}/banner
|
||||||
|
%{_mandir}/man1/banner*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Sep 6 2021 wulei <wulei80@huawei.com> - 1.3.5-1
|
||||||
|
- package init
|
||||||
4
banner.yaml
Normal file
4
banner.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: pronovic/banner
|
||||||
|
tag_prefix: BANNER_V
|
||||||
|
separator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user