]> git.pld-linux.org Git - packages/aview.git/blobdiff - aview.spec
- fixes/typos in summaries/descriptions
[packages/aview.git] / aview.spec
index 10cb3ba7f7d28051162151061043a2d5db22f2fd..87a002bc335fbc037b5c99132560d2d83f0baf1f 100644 (file)
@@ -2,13 +2,12 @@ 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
 BuildRequires: aalib-devel
 BuildRequires: gpm-devel
 BuildRequires: ncurses-devel >= 5.0
@@ -17,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.
 
@@ -41,6 +40,7 @@ trzy poziomy ditheringu, itp. oraz ukryte opcje "bonusowe" :)
 %setup -q -n %{name}-1.3.0
 
 %build
+%{__autoconf}
 %configure
 %{__make}
 
@@ -54,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.044703 seconds and 4 git commands to generate.