- Rebuilt with gcc 4 for FC4

- Replaced Prereq: with Requires(post,preun)
This commit is contained in:
mharris 2005-03-04 01:51:47 +00:00
parent 131cb6fa34
commit de2a447f64

View File

@ -1,7 +1,7 @@
Summary: An info file viewer.
Name: pinfo
Version: 0.6.8
Release: 9
Release: 10
Group: System Environment/Base
License: GPL
URL: http://dione.ids.pl/~pborys/software/pinfo
@ -15,7 +15,7 @@ Patch3: pinfo-0.6.8.memleak.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: ncurses-devel
Requires: htmlview
Prereq: /sbin/install-info
Requires(post,preun): /sbin/install-info
%description
Pinfo is an info file (or man page) viewer with a user interface
@ -68,6 +68,10 @@ fi
rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Mar 3 2005 Mike A. Harris <mharris@redhat.com> 0.6.8-10
- Rebuilt with gcc 4 for FC4
- Replaced Prereq: with Requires(post,preun)
* Thu Dec 23 2004 Mike A. Harris <mharris@redhat.com> 0.6.8-9
- Replaced pinfo-0.6.0-mkstemp.patch with updated pinfo-0.6.8-mkstemp.patch
to fix an additional insecure tempnam() usage detected by our buildsystem