Blame SPECS/pinfo.spec

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