213 lines
6.4 KiB
RPMSpec
213 lines
6.4 KiB
RPMSpec
%define vver 451
|
|
|
|
Name: lv
|
|
Version: 4.51
|
|
Release: 16%{?dist}
|
|
License: GPLv2+
|
|
URL: http://www.ff.iij4u.or.jp/~nrt/lv/
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRequires: ncurses-devel autoconf
|
|
|
|
Source: http://www.ff.iij4u.or.jp/~nrt/freeware/%{name}%{vver}.tar.gz
|
|
Patch1: lv-4.49.4-nonstrip.patch
|
|
Patch2: lv-4.51-162372.patch
|
|
Patch3: lv-+num-option.patch
|
|
Patch4: lv-fastio.patch
|
|
Patch5: lv-lfs.patch
|
|
|
|
Summary: A Powerful Multilingual File Viewer
|
|
Group: Applications/Text
|
|
%description
|
|
lv is a powerful file viewer like less.
|
|
lv can decode and encode multilingual streams through
|
|
many coding systems: ISO-8859, ISO-2022, EUC, SJIS, Big5,
|
|
HZ, Unicode.
|
|
It recognizes multi-bytes patterns as regular
|
|
expressions, lv also provides multilingual grep.
|
|
In addition, lv can recognize ANSI escape sequences
|
|
for text devoration.
|
|
|
|
%prep
|
|
%setup -q -n %{name}%{vver}
|
|
%patch1 -p1 -b .nonstrip
|
|
%patch2 -p1 -b .162372
|
|
%patch3 -p1 -b .num
|
|
%patch4 -p1 -b .fastio
|
|
%patch5 -p1 -b .lfs
|
|
|
|
%build
|
|
cd src
|
|
autoconf
|
|
%configure --enable-fastio
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
cd src
|
|
%{__mkdir_p} $RPM_BUILD_ROOT%{_bindir}
|
|
%{__mkdir_p} $RPM_BUILD_ROOT%{_mandir}/man1
|
|
make install bindir=$RPM_BUILD_ROOT%{_bindir} libdir=$RPM_BUILD_ROOT%{_libdir} mandir=$RPM_BUILD_ROOT%{_mandir}
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
%doc GPL.txt README build hello.sample hello.sample.gif index.html
|
|
%doc relnote.html
|
|
%{_bindir}/lv
|
|
%{_bindir}/lgrep
|
|
%{_mandir}/man1/lv.1.gz
|
|
%{_libdir}/lv
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%changelog
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.51-16
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.51-15
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.51-14
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Tue Feb 12 2008 Akira TAGOH <tagoh@redhat.com> - 4.51-13
|
|
- Rebuild for gcc-4.3.
|
|
|
|
* Thu Aug 23 2007 Akira TAGOH <tagoh@redhat.com> - 4.51-12
|
|
- Rebuild
|
|
|
|
* Thu Aug 9 2007 Akira TAGOH <tagoh@redhat.com> - 4.51-11
|
|
- Update License tag.
|
|
|
|
* Mon Feb 5 2007 Akira TAGOH <tagoh@redhat.com> - 4.51-10
|
|
- updated License tag.
|
|
- clean up spec file for mass package review. (#226112)
|
|
|
|
* Tue Jan 16 2007 Miroslav Lichvar <mlichvar@redhat.com> - 4.51-9
|
|
- link with ncurses
|
|
- add dist tag
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4.51-8.1
|
|
- rebuild
|
|
|
|
* Mon Jun 12 2006 Akira TAGOH <tagoh@redhat.com> - 4.51-8
|
|
- clean up the spec file.
|
|
- add autoconf to BuildReq. (#194753)
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.51-7.2.1
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.51-7.2
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
- rebuilt
|
|
|
|
* Mon Oct 31 2005 Akira TAGOH <tagoh@redhat.com> - 4.51-7
|
|
- lv-+num-option.patch: applied a patch to allow +num option to jump to the specific line.
|
|
- lv-fastio.patch: applied a patch to improve the performance to read the files.
|
|
- lv-lfs.patch: applied a patch for Lerge File Summit support.
|
|
|
|
* Mon Jul 11 2005 Akira TAGOH <tagoh@redhat.com> - 4.51-6
|
|
- lv-4.51-162372.patch: silence gcc warning. (#162372)
|
|
|
|
* Thu Mar 17 2005 Akira TAGOH <tagoh@redhat.com> - 4.51-5
|
|
- rebuilt
|
|
|
|
* Thu Feb 10 2005 Akira TAGOH <tagoh@redhat.com> - 4.51-4
|
|
- rebuilt
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Fri Jan 16 2004 Akira TAGOH <tagoh@redhat.com> 4.51-1
|
|
- New upstream release.
|
|
- lv-fix-install-opts.patch: removed because it's unnecessary anymore.
|
|
|
|
* Tue Nov 25 2003 Akira TAGOH <tagoh@redhat.com> 4.50-1
|
|
- New upstream release.
|
|
here is this release of note.
|
|
- [4.49.5.a]
|
|
- Added ISO-8859-10,11,13,14,15,16.
|
|
- Changed coding system names for '=' key.
|
|
- [4.49.5.b]
|
|
- Updated KSX1001 <-> Unicode mapping table.
|
|
- [4.49.5.c]
|
|
- Input coding detection improved.
|
|
- -D option now specifies default (fall-back) coding system, not default EUC coding system.
|
|
- Output coding detection based on LC_CTYPE locale.
|
|
- [4.49.5.d]
|
|
- Checks $EDITOR and $VISUAL variables when invoking an editor.
|
|
- [4.49.5.f]
|
|
- Initialize file->used[] in FileAttach() in file.c to avoid segfault in lgrep.
|
|
- [4.5.0]
|
|
- added polling function for regular files with slightly modified patch from Pawel S. Veselov <vps@manticore.2y.net>.
|
|
- enabled itable cache.
|
|
- Big5 to Unicode mapping didn't work at all (fixed offset of coding system table)
|
|
(See http://lists.debian.or.jp/debian-devel/200311/msg00006.html)
|
|
- fixed editor call not to return by SIGINT unexpectedly.
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Mon May 12 2003 Akira TAGOH <tagoh@redhat.com> 4.49.5-1
|
|
- New upstream release.
|
|
- lv-4.49.4-dont-read-dotlv-on-cwd.patch: removed.
|
|
- lv-4.49.4-fix-manpage.patch: removed.
|
|
|
|
* Mon Apr 28 2003 Akira TAGOH <tagoh@redhat.com> 4.49.4-11
|
|
- lv-4.49.4-fix-manpage.patch: fix the man pages to reflect previous changes.
|
|
|
|
* Mon Apr 28 2003 Akira TAGOH <tagoh@redhat.com> 4.49.4-10
|
|
- lv-4.49.4-dont-read-dotlv-on-cwd.patch: don't read .lv file from current
|
|
directory to prevent the possibility of local root exploit.
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
- rebuilt
|
|
|
|
* Wed Nov 20 2002 Tim Powers <timp@redhat.com>
|
|
- rebuild on all arches
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Wed Jun 19 2002 Akira TAGOH <tagoh@redhat.com> 4.49.4-6
|
|
- lv-4.49.4-nonstrip.patch: applied to fix the stripped binary.
|
|
- s/Copyright/License/
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Tue Jul 24 2001 SATO Satoru <ssato@redhat.com>
|
|
- BuildPrereq: libtermcap-devel (close #49517)
|
|
|
|
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
|
- Bump release + rebuild.
|
|
|
|
* Wed Dec 20 2000 SATO Satoru <ssato@redhat.com>
|
|
- clean up spec
|
|
|
|
* Tue Dec 19 2000 SATO Satoru <ssato@redhat.com>
|
|
- new upstream
|
|
- use system-defined macros
|
|
|
|
* Thu Aug 24 2000 SATO Satoru <ssato@redhat.com>
|
|
- fix spec (remove japanese description)
|
|
|
|
* Mon Aug 07 2000 SATO Satoru <ssato@redhat.com>
|
|
- fix spec (make prefix... replaced with %makeinstall)
|
|
|
|
* Tue Jul 04 2000 SATO Satoru <ssato@redhat.com>
|
|
- initial release.
|
|
|