diff --git a/pinfo.spec b/pinfo.spec index 6a54965..76de55c 100644 --- a/pinfo.spec +++ b/pinfo.spec @@ -1,7 +1,7 @@ Summary: An info file viewer. Name: pinfo Version: 0.6.8 -Release: 6 +Release: 7 Group: System Environment/Base License: GPL URL: http://dione.ids.pl/~pborys/software/pinfo @@ -9,6 +9,7 @@ URL: http://dione.ids.pl/~pborys/software/pinfo #Source: http://dione.ids.pl/~pborys/software/pinfo/pinfo-%{version}.tar.gz Source: pinfo-%{version}.tar.bz2 Patch0: pinfo-0.6.0-mkstemp.patch +Patch1: pinfo-0.6.8-links.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: ncurses-devel Prereq: /sbin/install-info @@ -21,6 +22,7 @@ using regular expressions, and is based on the ncurses library. %prep %setup -q %patch -p1 -b .mkstemp +%patch1 -p1 -b .links %build export CFLAGS="-ggdb $RPM_OPT_FLAGS" @@ -61,6 +63,9 @@ fi rm -rf $RPM_BUILD_ROOT %changelog +* Sun Sep 26 2004 Rik van Riel 0.6.8-7 +- use links as the html viewer, since we don't ship lynx (bz #123349) + * Wed Sep 22 2004 Mike A. Harris 0.6.8-6 - Bump release and rebuild in rawhide for FC3