]> git.pld-linux.org Git - packages/aview.git/blobdiff - aview.spec
- fixes/typos in summaries/descriptions
[packages/aview.git] / aview.spec
index 6ca654e57e9b85d0a3dac229c906bd43b18ac65e..87a002bc335fbc037b5c99132560d2d83f0baf1f 100644 (file)
@@ -2,11 +2,9 @@ Summary:       ASCII-Art image browser and animation player
 Summary(pl):   Przegl±darka obrazków i animacji jako ASCII Art
 Name:          aview
 Version:       1.3.0rc1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Graphics
-Group(de):     Applikationen/Grafik
-Group(pl):     Aplikacje/Grafika
 Source0:       ftp://download.sourceforge.net/pub/sourceforge/aa-project/%{name}-%{version}.tar.gz
 URL:           http://aa-project.sourceforge.net/aview/
 BuildRequires: autoconf
@@ -18,7 +16,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 aview is an high quality ascii-art image(pnm) browser and
-animation(fli/flc) player usefull especially with lynx browser.
+animation(fli/flc) player useful especially with lynx browser.
 
 Supports: stdio, curses, slang, X11, gpm, linux-console.
 
@@ -42,7 +40,7 @@ trzy poziomy ditheringu, itp. oraz ukryte opcje "bonusowe" :)
 %setup -q -n %{name}-1.3.0
 
 %build
-autoconf
+%{__autoconf}
 %configure
 %{__make}
 
@@ -56,13 +54,11 @@ install -d $RPM_BUILD_ROOT%{_bindir}
 # groff link instead of full copy
 echo ".so aview.1" > $RPM_BUILD_ROOT%{_mandir}/man1/asciiview.1
 
-gzip -9nf ANNOUNCE ChangeLog AUTHORS NEWS README README.flip TODO
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc ANNOUNCE ChangeLog AUTHORS NEWS README README.flip TODO
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
This page took 0.075833 seconds and 4 git commands to generate.