Summary: Print short string in large letters Summary(pl): Wypisz krótki tekst wielkimi literami Name: banner Version: 1.2.2 Release: 1 License: GPL Group: Applications/Games Source0: http://cedar-solutions.com/ftp/software/%{name}-%{version}.tar.gz # Source0-md5: c854d3895492f09e496b18c18a1e5072 URL: http://www.cedar-solutions.com/software.html BuildRequires: autoconf BuildRequires: automake BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Nearly all UN*X systems seem to provide a "banner" program that prints some short string in large letters. Except, apparently, Linux. This program fills that hole. It prints a "banner" on the screen that corresponds to the first 10 characters of a string entered on the command line, in a way similar to what you might see when using Solaris or AIX. %description -l pl Prawie wszystkie systemy UN*Xowe udostępniają program "banner" wypisujący jakiś krótki tekst wielkimi literami. Za wyjątkiem Linuksa. Ten program uzupełnia tą lukę. Wypisuje "banner" na ekranie za pomocą wielkich liter z 10 pierwszych znaków wpisanego w lini poleceń tekstu, podobnie jak możesz ujrzeć korzystając z Solarisa lub AIX-a. %prep %setup -q %build rm -f missing %{__aclocal} %{__autoconf} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* %doc AUTHORS README