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