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