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