]> git.pld-linux.org Git - packages/banner.git/blame - banner.spec
- up to 1.3.2
[packages/banner.git] / banner.spec
CommitLineData
28693660 1Summary: Print short string in large letters
f6c723b6 2Summary(pl.UTF-8): Wypisywanie krótkiego tekstu wielkimi literami
28693660 3Name: banner
dbc144bd 4Version: 1.3.2
42e0f1bc 5Release: 1
28693660 6License: GPL
7Group: Applications/Games
8Source0: http://cedar-solutions.com/ftp/software/%{name}-%{version}.tar.gz
dbc144bd 9# Source0-md5: b7474ffeee1b30fdea4f9c5f90415b44
28693660 10URL: http://www.cedar-solutions.com/software.html
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Nearly all UN*X systems seem to provide a "banner" program that prints
17some short string in large letters. Except, apparently, Linux. This
18program fills that hole. It prints a "banner" on the screen that
19corresponds to the first 10 characters of a string entered on the
20command line, in a way similar to what you might see when using
21Solaris or AIX.
22
c8ba55df
JR
23%description -l pl.UTF-8
24Prawie wszystkie systemy UN*Xowe udostępniają program "banner"
25wypisujący jakiś krótki tekst wielkimi literami. Za wyjątkiem Linuksa.
26Ten program uzupełnia tę lukę. Wypisuje "banner" na ekranie za pomocą
27wielkich liter z 10 pierwszych znaków wpisanego w linii poleceń tekstu,
28podobnie jak można to zobaczyć korzystając z Solarisa lub AIX-a.
28693660 29
30%prep
31%setup -q
32
33%build
28693660 34%{__aclocal}
35%{__autoconf}
42e0f1bc 36%{__autoheader}
28693660 37%{__automake}
38%configure
39%{__make}
40
41%install
42rm -rf $RPM_BUILD_ROOT
42e0f1bc 43
28693660 44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
28693660 52%doc AUTHORS README
d3b10a0f 53%attr(755,root,root) %{_bindir}/*
This page took 0.058003 seconds and 4 git commands to generate.