]> git.pld-linux.org Git - packages/banner.git/commitdiff
- initial pld version RA-branch STABLE banner-1_2_2-1
authorundefine <undefine@pld-linux.org>
Tue, 9 Sep 2003 19:17:43 +0000 (19:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    banner.spec -> 1.1

banner.spec [new file with mode: 0644]

diff --git a/banner.spec b/banner.spec
new file mode 100644 (file)
index 0000000..00b8960
--- /dev/null
@@ -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
This page took 0.10211 seconds and 4 git commands to generate.