pinfo/pinfo.spec
cvsdist acc7ef11db auto-import changelog data from pinfo-0.6.4-6.src.rpm
Sun May 26 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Wed May 22 2002 Mike A. Harris <mharris@redhat.com> 0.6.4-5
- Bumped release to rebuild in rawhide
2004-09-09 10:29:18 +00:00

106 lines
2.7 KiB
RPMSpec

Summary: An info file viewer.
Name: pinfo
Version: 0.6.4
Release: 6
Group: System Environment/Base
License: GPL
URL: http://zeus.polsl.gliwice.pl/~pborys/
Source: pinfo-%{version}.tar.bz2
Patch0: pinfo-0.6.0-mkstemp.patch
BuildRoot: %{_tmppath}/%{name}-root
BuildPrereq: ncurses-devel
%description
Pinfo is an info file (or man page) viewer with a user interface
similar to the Lynx Web browser's interface. Pinfo support regexp
searching and is based on the ncurses library.
%prep
%setup -q
%patch -p1 -b .mkstemp
%build
CFLAGS=-ggdb; export CFLAGS
%configure --sysconfdir=/etc --disable-nls
make
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}}
%{makeinstall}
ln -sf pinfo $RPM_BUILD_ROOT%{_bindir}/pman
ln -sf pinfo.1 $RPM_BUILD_ROOT%{_mandir}/man1/pman.1
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TECHSTUFF TODO
%config /etc/pinforc
%{_bindir}/pinfo
%{_bindir}/pman
%{_mandir}/man1/pinfo.1*
%{_mandir}/man1/pman.1*
%clean
rm -rf $RPM_BUILD_ROOT
%changelog
* Sun May 26 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Wed May 22 2002 Mike A. Harris <mharris@redhat.com> 0.6.4-5
- Bumped release to rebuild in rawhide
* Tue Feb 26 2002 Mike A. Harris <mharris@redhat.com> 0.6.4-4
- Bumped release to rebuild in rawhide
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 0.6.4-3
- automated rebuild
* Sun Dec 23 2001 Mike A. Harris <mharris@redhat.com> 0.6.4-2
- Bumped release to rebuild in rawhide
* Sun Dec 23 2001 Mike A. Harris <mharris@redhat.com> 0.6.4-1
- Updated to 0.6.4
* Wed Nov 21 2001 Mike A. Harris <mharris@redhat.com> 0.6.3-1
- Updated to 0.6.3
* Sat Jul 21 2001 Mike A. Harris <mharris@redhat.com> 0.6.1-2
- Add buildprereq on ncurses-devel
* Thu Jun 21 2001 Mike A. Harris <mharris@redhat.com> 0.6.1-1
- Updated to 0.6.1
- s/Copyright/License/ spec tag
* Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
- move to the same group as the info and man packages
* Mon Aug 7 2000 Nalin Dahyabhai <nalin@redhat.com>
- add pman(1) links, per documentation
* Wed Aug 2 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix possible crash due to use of tempnam()
* Wed Jul 19 2000 Nalin Dahyabhai <nalin@redhat.com>
- update to 0.6.0
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
- spec file cleanups
* Thu Jun 8 2000 Nalin Dahyabhai <nalin@redhat.com>
- rebuild for main distribution
- use %%makeinstall
* Wed May 17 2000 Tim Powers <timp@redhat.com>
- updated to 0.5.9
- use %%configure and %%{_prefix} where possible
* Mon Aug 30 1999 Tim Powers <timp@redhat.com>
- changed group
* Sun Aug 8 1999 Tim Powers <timp@redhat.com>
- rebuilt to be included in Powertools