]> git.pld-linux.org Git - packages/banner.git/blame - banner.spec
- updated to 1.3.4
[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
b079de53 4Version: 1.3.4
42e0f1bc 5Release: 1
f8ac2b7e 6License: GPL v2
28693660 7Group: Applications/Games
8Source0: http://cedar-solutions.com/ftp/software/%{name}-%{version}.tar.gz
b079de53 9# Source0-md5: cfd45b431a5356c086657365b23ab0c4
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ą
f8ac2b7e
JB
27wielkich liter z 10 pierwszych znaków wpisanego w linii poleceń
28tekstu, podobnie jak można to zobaczyć korzystając z Solarisa lub
29AIX-a.
28693660 30
31%prep
32%setup -q
33
34%build
28693660 35%{__aclocal}
36%{__autoconf}
42e0f1bc 37%{__autoheader}
28693660 38%{__automake}
39%configure
40%{__make}
41
42%install
43rm -rf $RPM_BUILD_ROOT
42e0f1bc 44
28693660 45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
f8ac2b7e
JB
53%doc AUTHORS ChangeLog README
54%attr(755,root,root) %{_bindir}/banner
55%{_mandir}/man1/banner.1*
This page took 0.066135 seconds and 4 git commands to generate.