- Added pinfo-0.6.8.memcorruption.patch and pinfo-0.6.8.memleak.patch by
Sami Farin to fix a couple pinfo bugs reported in (#138770)
This commit is contained in:
parent
21114fe47f
commit
6af88516bb
10
pinfo.spec
10
pinfo.spec
@ -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: 7
|
Release: 8
|
||||||
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
|
||||||
@ -10,6 +10,8 @@ URL: http://dione.ids.pl/~pborys/software/pinfo
|
|||||||
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-htmlview.patch
|
Patch1: pinfo-0.6.8-htmlview.patch
|
||||||
|
Patch2: pinfo-0.6.8.memcorruption.patch
|
||||||
|
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
|
||||||
@ -24,6 +26,8 @@ using regular expressions, and is based on the ncurses library.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .mkstemp
|
%patch -p1 -b .mkstemp
|
||||||
%patch1 -p1 -b .links
|
%patch1 -p1 -b .links
|
||||||
|
%patch2 -p1 -b .memcorruption
|
||||||
|
%patch3 -p1 -b .memleak
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="-ggdb $RPM_OPT_FLAGS"
|
export CFLAGS="-ggdb $RPM_OPT_FLAGS"
|
||||||
@ -64,6 +68,10 @@ fi
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 23 2004 Mike A. Harris <mharris@redhat.com> 0.6.8-8
|
||||||
|
- Added pinfo-0.6.8.memcorruption.patch and pinfo-0.6.8.memleak.patch by
|
||||||
|
Sami Farin to fix a couple pinfo bugs reported in (#138770)
|
||||||
|
|
||||||
* Sun Sep 26 2004 Rik van Riel <riel@redhat.com> 0.6.8-7
|
* Sun Sep 26 2004 Rik van Riel <riel@redhat.com> 0.6.8-7
|
||||||
- use htmlviewer as the browser, since lynx might not be installed (bz #123349)
|
- use htmlviewer as the browser, since lynx might not be installed (bz #123349)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user