diff --git a/.cvsignore b/.cvsignore index e69de29..e5b8f70 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +banner-1.3.1.tar.gz diff --git a/banner.spec b/banner.spec new file mode 100644 index 0000000..6457f6e --- /dev/null +++ b/banner.spec @@ -0,0 +1,44 @@ +Name: banner +Summary: Prints a short string to the console in very large letters + +Version: 1.3.1 +Release: 2 + +Group: Applications/Text +License: GPL +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 +* Mon Aug 22 2005 Oliver Falk - 1.3.1-2 +- Fix bugs reported by Paul; Bug #165552 + +* Wed Aug 10 2005 Oliver Falk - 1.3.1-1 +- Initial build on Fedora for Fedora Extras diff --git a/sources b/sources index e69de29..40e306d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +61d675c768483e8a3c7228cd54decab3 banner-1.3.1.tar.gz