From 286936602733b35540f368fba170a00462f7d8ff Mon Sep 17 00:00:00 2001 From: undefine Date: Tue, 9 Sep 2003 19:17:43 +0000 Subject: [PATCH] - initial pld version Changed files: banner.spec -> 1.1 --- banner.spec | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 banner.spec diff --git a/banner.spec b/banner.spec new file mode 100644 index 0000000..00b8960 --- /dev/null +++ b/banner.spec @@ -0,0 +1,52 @@ +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 -- 2.44.0