]> git.pld-linux.org Git - packages/aview.git/commitdiff
- updated to 1.3.0rc1, updated URLs
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 3 Jun 2001 14:10:16 +0000 (14:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete no-internal-str patch

Changed files:
    aview-no-internal-str.patch -> 1.2
    aview.spec -> 1.17

aview-no-internal-str.patch [deleted file]
aview.spec

diff --git a/aview-no-internal-str.patch b/aview-no-internal-str.patch
deleted file mode 100644 (file)
index 2ed011f..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- aview-1.2/flip.c~  Tue Sep 16 14:00:33 1997
-+++ aview-1.2/flip.c   Fri Jul 14 17:33:33 2000
-@@ -7,11 +7,6 @@
- #include <stdlib.h>
- #include <stdio.h>
--#ifdef __GNUC__
--#ifdef __i386__
--#include "sstring.h"  /* noticeably faster*/
--#endif
--#endif
- #include <time.h>
- #include <aalib.h>
index 51d4ae875fa7ab7f45f0ff6d9d30bfe375141a35..10cb3ba7f7d28051162151061043a2d5db22f2fd 100644 (file)
@@ -1,13 +1,14 @@
 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:       6
+Version:       1.3.0rc1
+Release:       1
 License:       GPL
 Group:         Applications/Graphics
+Group(de):     Applikationen/Grafik
 Group(pl):     Aplikacje/Grafika
-Source0:       ftp://ftp.ta.jcu.cz/pub/aa/%{name}-%{version}.tar.gz
-Patch:         aview-no-internal-str.patch
+Source0:       ftp://download.sourceforge.net/pub/sourceforge/aa-project/%{name}-%{version}.tar.gz
+URL:           http://aa-project.sourceforge.net/aview/
 BuildRequires: aalib-devel
 BuildRequires: gpm-devel
 BuildRequires: ncurses-devel >= 5.0
@@ -37,8 +38,7 @@ etc...), mo
 trzy poziomy ditheringu, itp. oraz ukryte opcje "bonusowe" :)
 
 %prep
-%setup -q
-%patch -p1
+%setup -q -n %{name}-1.3.0
 
 %build
 %configure
@@ -49,14 +49,18 @@ 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
+
+gzip -9nf ANNOUNCE ChangeLog AUTHORS NEWS README README.flip TODO
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {README,ANNOUNCE,README.flip,ChangeLog,TODO}.gz
+%doc *.gz
 %attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.101176 seconds and 4 git commands to generate.