- Rebuilt with gcc 4 for FC4
- Replaced Prereq: with Requires(post,preun)
This commit is contained in:
parent
131cb6fa34
commit
de2a447f64
@ -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: 9
|
Release: 10
|
||||||
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
|
||||||
@ -15,7 +15,7 @@ Patch3: pinfo-0.6.8.memleak.patch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
Requires: htmlview
|
Requires: htmlview
|
||||||
Prereq: /sbin/install-info
|
Requires(post,preun): /sbin/install-info
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pinfo is an info file (or man page) viewer with a user interface
|
Pinfo is an info file (or man page) viewer with a user interface
|
||||||
@ -68,6 +68,10 @@ fi
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- 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
|
to fix an additional insecure tempnam() usage detected by our buildsystem
|
||||||
|
Loading…
Reference in New Issue
Block a user