]> git.pld-linux.org Git - packages/banner.git/blobdiff - banner.spec
- updated to 1.3.4
[packages/banner.git] / banner.spec
index 22881089e6edf2a7794d111da8ab67cd996a968e..9d71786eb196112a0d1a0f4d409f40ecd52bdebb 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Print short string in large letters
-Summary(pl):   Wypisz krótki tekst wielkimi literami
+Summary(pl.UTF-8):     Wypisywanie krótkiego tekstu wielkimi literami
 Name:          banner
-Version:       1.2.2
+Version:       1.3.4
 Release:       1
-License:       GPL
+License:       GPL v2
 Group:         Applications/Games
 Source0:       http://cedar-solutions.com/ftp/software/%{name}-%{version}.tar.gz
-# Source0-md5: c854d3895492f09e496b18c18a1e5072
+# Source0-md5: cfd45b431a5356c086657365b23ab0c4
 URL:           http://www.cedar-solutions.com/software.html
 BuildRequires: autoconf
 BuildRequires: automake
@@ -20,26 +20,28 @@ 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.
+%description -l pl.UTF-8
+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 linii poleceń
+tekstu, podobnie jak można to zobaczyć korzystając z Solarisa lub
+AIX-a.
 
 %prep
 %setup -q
 
 %build
-rm -f missing
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -48,5 +50,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README
-%attr(755,root,root) %{_bindir}/*
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_bindir}/banner
+%{_mandir}/man1/banner.1*
This page took 0.069092 seconds and 4 git commands to generate.