08c614
Summary: An info file viewer
08c614
Name: pinfo
08c614
Version: 0.6.10
08c614
Release: 18%{?dist}
08c614
Group: System Environment/Base
08c614
License: GPLv2
08c614
URL: http://pinfo.alioth.debian.org
08c614
Source: http://alioth.debian.org/frs/download.php/3351/pinfo-0.6.10.tar.bz2
08c614
Patch1: pinfo-0.6.9-xdg.patch
08c614
Patch2: pinfo-0.6.9-infosuff.patch
08c614
Patch3: pinfo-0.6.9-nogroup.patch
08c614
Patch4: pinfo-0.6.9-mansection.patch
08c614
Patch5: pinfo-0.6.9-infopath.patch
08c614
Patch6: pinfo-0.6.10-man.patch
08c614
Patch7: 0001-Make-sure-sbrk-is-defined-in-unistd.patch
08c614
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
08c614
08c614
BuildRequires: ncurses-devel
08c614
BuildRequires: automake gettext-devel libtool texinfo
08c614
Requires: xdg-utils
08c614
# for /sbin/install-info
08c614
Requires(post): info
08c614
Requires(preun): info
08c614
08c614
%description
08c614
Pinfo is an info file (or man page) viewer with a user interface
08c614
similar to the Lynx Web browser's interface.  Pinfo supports searching
08c614
using regular expressions, and is based on the ncurses library.
08c614
08c614
%prep
08c614
%setup -q
08c614
%patch1 -p1 -b .xdg
08c614
%patch2 -p1 -b .infosuff
08c614
%patch3 -p1 -b .nogroup
08c614
%patch4 -p1 -b .mansection
08c614
%patch5 -p1 -b .infopath
08c614
%patch6 -p1 -b .man
08c614
%patch7 -p1 -b .sbrk
08c614
08c614
%build
08c614
./autogen.sh
08c614
%configure --without-readline
08c614
make %{?_smp_mflags}
08c614
08c614
%install
08c614
rm -rf $RPM_BUILD_ROOT
08c614
08c614
make DESTDIR=$RPM_BUILD_ROOT install
08c614
# These symbolic links conflict with actual binaries in perl-pmtools (bz 437612)
08c614
# ln -sf pinfo $RPM_BUILD_ROOT%{_bindir}/pman
08c614
# ln -sf pinfo.1 $RPM_BUILD_ROOT%{_mandir}/man1/pman.1
08c614
08c614
# This file should not be packaged
08c614
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
08c614
08c614
%find_lang %{name}
08c614
08c614
%files -f %{name}.lang
08c614
%defattr(-,root,root)
08c614
%doc AUTHORS COPYING ChangeLog* NEWS README TECHSTUFF
08c614
%config(noreplace) %{_sysconfdir}/pinforc
08c614
%{_bindir}/pinfo
08c614
# %{_bindir}/pman
08c614
%{_infodir}/pinfo.info*
08c614
%{_mandir}/man1/pinfo.1*
08c614
# %{_mandir}/man1/pman.1*
08c614
08c614
%post
08c614
/sbin/install-info %{_infodir}/pinfo.info.gz %{_infodir}/dir &> /dev/null
08c614
:
08c614
 
08c614
%preun
08c614
if [ $1 = 0 ]; then
08c614
    /sbin/install-info --delete %{_infodir}/pinfo.info.gz %{_infodir}/dir &> /dev/null
08c614
fi
08c614
:
08c614
08c614
%clean
08c614
rm -rf $RPM_BUILD_ROOT
08c614
08c614
%changelog
08c614
* Mon Jul 23 2018 Lukas Nykryn <lnykryn@redhat.com> - 0.6.10-18
08c614
- fix missing declaration of function 'sbrk'
08c614
08c614
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.10-17
08c614
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
08c614
08c614
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.10-16
08c614
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
08c614
08c614
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.10-15
08c614
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
08c614
08c614
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.10-14
08c614
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
08c614
08c614
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.10-13
08c614
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
08c614
08c614
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.10-12
08c614
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
08c614
08c614
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.6.10-11
08c614
- Rebuilt for Fedora 23 Change
08c614
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
08c614
08c614
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.10-10
08c614
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
08c614
08c614
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.10-9
08c614
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
08c614
08c614
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.10-8
08c614
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
08c614
08c614
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.10-7
08c614
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
08c614
08c614
* Thu Sep 06 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 0.6.10-6
08c614
- Add -p and -d to manpage (#854900)
08c614
08c614
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.10-5
08c614
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
08c614
08c614
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.10-4
08c614
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
08c614
08c614
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.10-3
08c614
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
08c614
08c614
* Wed Sep 29 2010 jkeating - 0.6.10-2
08c614
- Rebuilt for gcc bug 634757
08c614
08c614
* Tue Sep 21 2010 Miroslav Lichvar <mlichvar@redhat.com> 0.6.10-1
08c614
- update to 0.6.10
08c614
08c614
* Thu Jan 07 2010 Miroslav Lichvar <mlichvar@redhat.com> 0.6.9-12
08c614
- fix source URL
08c614
08c614
* Thu Sep 24 2009 Miroslav Lichvar <mlichvar@redhat.com> 0.6.9-11
08c614
- suppress install-info errors (#515995)
08c614
- mark config as noreplace
08c614
08c614
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.9-10
08c614
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
08c614
08c614
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.9-9
08c614
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
08c614
08c614
* Thu Sep 04 2008 Miroslav Lichvar <mlichvar@redhat.com> 0.6.9-8
08c614
- modify default search path for info pages so that current
08c614
  directory is searched last (#458633)
08c614
08c614
* Tue Apr  1 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.6.9-7
08c614
- drop symbolic links to avoid file conflict with perl-pmtools (bz 437612)
08c614
08c614
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.6.9-6
08c614
- Autorebuild for GCC 4.3
08c614
08c614
* Wed Oct 03 2007 Miroslav Lichvar <mlichvar@redhat.com> 0.6.9-5
08c614
- use xdg-utils instead of htmlview (#312471)
08c614
08c614
* Wed Aug 22 2007 Miroslav Lichvar <mlichvar@redhat.com> 0.6.9-4
08c614
- update license tag
08c614
08c614
* Fri Feb 23 2007 Miroslav Lichvar <mlichvar@redhat.com> 0.6.9-3
08c614
- save section of first man page to history (#208738)
08c614
- remove dot from summary
08c614
08c614
* Fri Jan 19 2007 Miroslav Lichvar <mlichvar@redhat.com> 0.6.9-2
08c614
- use correct group when dropping group privileges (#221107)
08c614
- open also files without .info suffix
08c614
- make scriptlets safer
08c614
- make sure readline support isn't compiled in
08c614
08c614
* Tue Sep 12 2006 Miroslav Lichvar <mlichvar@redhat.com> 0.6.9-1.fc6
08c614
- update to 0.6.9
08c614
- package locale files
08c614
08c614
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.6.8-11.2.2
08c614
- rebuild
08c614
08c614
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.8-11.2.1
08c614
- bump again for double-long bug on ppc(64)
08c614
08c614
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.6.8-11.2
08c614
- rebuilt for new gcc4.1 snapshot and glibc changes
08c614
08c614
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
08c614
- rebuilt
08c614
08c614
* Fri Apr 22 2005 Mike A. Harris <mharris@redhat.com> 0.6.8-11
08c614
- Work around an idiotic bug in rpm (#118780) by using multiple Requires
08c614
  lines instead of the Requires(foo,bar) syntax that rpm documentation
08c614
  states is valid.  This fixes reported pinfo kickstart issue (#155700)
08c614
08c614
* Thu Mar  3 2005 Mike A. Harris <mharris@redhat.com> 0.6.8-10
08c614
- Rebuilt with gcc 4 for FC4
08c614
- Replaced Prereq: with Requires(post,preun)
08c614
08c614
* Thu Dec 23 2004 Mike A. Harris <mharris@redhat.com> 0.6.8-9
08c614
- Replaced pinfo-0.6.0-mkstemp.patch with updated pinfo-0.6.8-mkstemp.patch
08c614
  to fix an additional insecure tempnam() usage detected by our buildsystem
08c614
08c614
* Thu Dec 23 2004 Mike A. Harris <mharris@redhat.com> 0.6.8-8
08c614
- Added pinfo-0.6.8.memcorruption.patch and pinfo-0.6.8.memleak.patch by
08c614
  Sami Farin to fix a couple pinfo bugs reported in (#138770)
08c614
08c614
* Sun Sep 26 2004 Rik van Riel <riel@redhat.com> 0.6.8-7
08c614
- use htmlviewer as the browser, since lynx might not be installed (bz #123349)
08c614
08c614
* Wed Sep 22 2004 Mike A. Harris <mharris@redhat.com> 0.6.8-6
08c614
- Bump release and rebuild in rawhide for FC3
08c614
08c614
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
08c614
- rebuilt
08c614
08c614
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
08c614
- rebuilt
08c614
08c614
* Sat Jan 10 2004 Mike A. Harris <mharris@redhat.com> 0.6.8-3
08c614
- Added RPM_OPT_FLAGS to CFLAGS as it wasn't being used (#109197)
08c614
08c614
* Fri Oct 31 2003 Mike A. Harris <mharris@redhat.com> 0.6.8-2
08c614
- Updated package URL to current project homepage (#101214)
08c614
08c614
* Sat Oct 25 2003 Florian La Roche <Florian.LaRoche@redhat.de> 0.6.8-1
08c614
- Updated to 0.6.8
08c614
08c614
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
08c614
- rebuilt
08c614
08c614
* Sun May 18 2003 Mike A. Harris <mharris@redhat.com> 0.6.7-1
08c614
- Updated to 0.6.7
08c614
- Dropped already included patch pinfo-0.6.6-0.6.6p1.patch
08c614
08c614
* Wed Jan 22 2003 Mike A. Harris <mharris@redhat.com> 0.6.6-4
08c614
- Added pinfo-0.6.6-0.6.6p1.patch to fix bug (#78504)
08c614
08c614
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
08c614
- rebuilt
08c614
08c614
* Wed Dec 11 2002 Karsten Hopp <karsten@redhat.de> 0.6.6-2
08c614
- add missing Prereq
08c614
08c614
* Tue Nov 12 2002 Mike A. Harris <mharris@redhat.com> 0.6.6-1
08c614
- Updated to 0.6.6
08c614
- Corrected typos in description field
08c614
08c614
* Tue Nov 12 2002 Mike A. Harris <mharris@redhat.com> 0.6.4-9
08c614
- Now how ironic is *this* one?...  The info documentation on pinfo has been
08c614
  missing from our packages.  Mass rebuild tests caught this.  Fixed now.
08c614
- Added post/preun scripts for updating info dir db with install-info
08c614
08c614
* Sat Oct  5 2002 Mike A. Harris <mharris@redhat.com> 0.6.4-8
08c614
- All-arch rebuild
08c614
- Added _sysconfdir where appropriate
08c614
08c614
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 0.6.4-7
08c614
- automated rebuild
08c614
08c614
* Sun May 26 2002 Tim Powers <timp@redhat.com> 0.6.4-6
08c614
- automated rebuild
08c614
08c614
* Wed May 22 2002 Mike A. Harris <mharris@redhat.com> 0.6.4-5
08c614
- Bumped release to rebuild in rawhide
08c614
08c614
* Tue Feb 26 2002 Mike A. Harris <mharris@redhat.com> 0.6.4-4
08c614
- Bumped release to rebuild in rawhide
08c614
08c614
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 0.6.4-3
08c614
- automated rebuild
08c614
08c614
* Sun Dec 23 2001 Mike A. Harris <mharris@redhat.com> 0.6.4-2
08c614
- Bumped release to rebuild in rawhide
08c614
08c614
* Sun Dec 23 2001 Mike A. Harris <mharris@redhat.com> 0.6.4-1
08c614
- Updated to 0.6.4
08c614
08c614
* Wed Nov 21 2001 Mike A. Harris <mharris@redhat.com> 0.6.3-1
08c614
- Updated to 0.6.3
08c614
08c614
* Sat Jul 21 2001 Mike A. Harris <mharris@redhat.com> 0.6.1-2
08c614
- Add buildprereq on ncurses-devel
08c614
08c614
* Thu Jun 21 2001 Mike A. Harris <mharris@redhat.com> 0.6.1-1
08c614
- Updated to 0.6.1
08c614
- s/Copyright/License/ spec tag
08c614
08c614
* Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
08c614
- move to the same group as the info and man packages
08c614
08c614
* Mon Aug  7 2000 Nalin Dahyabhai <nalin@redhat.com>
08c614
- add pman(1) links, per documentation
08c614
08c614
* Wed Aug  2 2000 Nalin Dahyabhai <nalin@redhat.com>
08c614
- fix possible crash due to use of tempnam()
08c614
08c614
* Wed Jul 19 2000 Nalin Dahyabhai <nalin@redhat.com>
08c614
- update to 0.6.0
08c614
08c614
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
08c614
- automatic rebuild
08c614
08c614
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
08c614
- spec file cleanups
08c614
08c614
* Thu Jun  8 2000 Nalin Dahyabhai <nalin@redhat.com>
08c614
- rebuild for main distribution
08c614
- use %%makeinstall
08c614
08c614
* Wed May 17 2000 Tim Powers <timp@redhat.com>
08c614
- updated to 0.5.9
08c614
- use %%configure and %%{_prefix} where possible
08c614
08c614
* Mon Aug 30 1999 Tim Powers <timp@redhat.com>
08c614
- changed group
08c614
08c614
* Sun Aug 8 1999 Tim Powers <timp@redhat.com>
08c614
- rebuilt to be included in Powertools