parent
c693455e70
commit
f8481a732b
41
lv.spec
41
lv.spec
@ -1,21 +1,22 @@
|
|||||||
%define vver 451
|
%define vver 451
|
||||||
|
|
||||||
Summary: A Powerful Multilingual File Viewer
|
|
||||||
Name: lv
|
Name: lv
|
||||||
Version: 4.51
|
Version: 4.51
|
||||||
Release: 7.2.1
|
Release: 8
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: Applications/Text
|
URL: http://www.ff.iij4u.or.jp/~nrt/lv/
|
||||||
URL: http://www.ff.iij4u.or.jp/~nrt/lv/
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildPrereq: libtermcap-devel autoconf
|
||||||
BuildPrereq: libtermcap-devel
|
|
||||||
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
|
|
||||||
|
|
||||||
|
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
|
%description
|
||||||
lv is a powerful file viewer like less.
|
lv is a powerful file viewer like less.
|
||||||
lv can decode and encode multilingual streams through
|
lv can decode and encode multilingual streams through
|
||||||
@ -38,29 +39,33 @@ for text devoration.
|
|||||||
cd src
|
cd src
|
||||||
autoconf
|
autoconf
|
||||||
%configure --enable-fastio
|
%configure --enable-fastio
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
cd src
|
cd src
|
||||||
%{__mkdir_p} $RPM_BUILD_ROOT%{_bindir}
|
%{__mkdir_p} $RPM_BUILD_ROOT%{_bindir}
|
||||||
%{__mkdir_p} $RPM_BUILD_ROOT%{_mandir}/man1
|
%{__mkdir_p} $RPM_BUILD_ROOT%{_mandir}/man1
|
||||||
%makeinstall
|
make install bindir=$RPM_BUILD_ROOT%{_bindir} libdir=$RPM_BUILD_ROOT%{_libdir} mandir=$RPM_BUILD_ROOT%{_mandir}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc GPL.txt README build hello.sample hello.sample.gif index.html
|
%doc GPL.txt README build hello.sample hello.sample.gif index.html
|
||||||
%doc lv.1 lv.hlp relnote.html
|
%doc relnote.html
|
||||||
%{_bindir}/lv
|
%{_bindir}/lv
|
||||||
%{_bindir}/lgrep
|
%{_bindir}/lgrep
|
||||||
%{_mandir}/man1/lv.1.gz
|
%{_mandir}/man1/lv.1.gz
|
||||||
%{_libdir}/lv
|
%{_libdir}/lv
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.51-7.2.1
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user