]> git.pld-linux.org Git - packages/aview.git/blobdiff - aview.spec
- fixes/typos in summaries/descriptions
[packages/aview.git] / aview.spec
index 4eeec096fe7deb35f3c7d3eccc5abd0cb9aad4f9..87a002bc335fbc037b5c99132560d2d83f0baf1f 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       ASCII-Art image browser and animation player
-Summary(pl):   Przegl±darka obrazków i animacji w formacie ASCII
+Summary(pl):   Przegl±darka obrazków i animacji jako ASCII Art
 Name:          aview
-Version:       1.2
-Release:       3
+Version:       1.3.0rc1
+Release:       2
 License:       GPL
 Group:         Applications/Graphics
-Group(pl):     Aplikacje/Grafika
-Source0:       ftp://ftp.ta.jcu.cz/pub/aa/%{name}-%{version}.tar.gz
+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
@@ -15,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.
 
@@ -36,9 +37,10 @@ etc...), mo
 trzy poziomy ditheringu, itp. oraz ukryte opcje "bonusowe" :)
 
 %prep
-%setup -q
+%setup -q -n %{name}-1.3.0
 
 %build
+%{__autoconf}
 %configure
 %{__make}
 
@@ -47,14 +49,16 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 
 %{__make} install \
-       bindir=$RPM_BUILD_ROOT%{_bindir}
+       DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf README ANNOUNCE README.flip ChangeLog TODO
+# groff link instead of full copy
+echo ".so aview.1" > $RPM_BUILD_ROOT%{_mandir}/man1/asciiview.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {README,ANNOUNCE,README.flip,ChangeLog,TODO}.gz
+%doc ANNOUNCE ChangeLog AUTHORS NEWS README README.flip TODO
 %attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.053414 seconds and 4 git commands to generate.