Blob Blame History Raw
Name:			banner
Summary:		Prints a short string to the console in very large letters

Version:		1.3.2
Release:		1%{?dist}

Group:			Applications/Text
License:		GPLv2
URL:			http://www.cedar-solutions.com/software.html
Source0:		http://cedar-solutions.com/ftp/software/%{name}-%{version}.tar.gz
BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%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


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README ChangeLog
%{_bindir}/banner

%changelog
* Fri Nov 20 2009 Oliver Falk <oliver@linux-kernel.at> 1.3.2-1
- Update / Initial RHEL package
- License clarification

* Mon Aug 22 2005 Oliver Falk <oliver@linux-kernel.at>		- 1.3.1-2
- Fix bugs reported by Paul; Bug #165552

* Wed Aug 10 2005 Oliver Falk <oliver@linux-kernel.at>		- 1.3.1-1
- Initial build on Fedora for Fedora Extras