rpms/lv/devel lv.spec,1.18,1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 31 06:34:20 UTC 2005


Author: tagoh

Update of /cvs/dist/rpms/lv/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2499

Modified Files:
	lv.spec 
Log Message:
* Mon Oct 31 2005 Akira TAGOH <tagoh at 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.


Index: lv.spec
===================================================================
RCS file: /cvs/dist/rpms/lv/devel/lv.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- lv.spec	11 Jul 2005 05:01:40 -0000	1.18
+++ lv.spec	31 Oct 2005 06:34:03 -0000	1.19
@@ -3,7 +3,7 @@
 Summary:	A Powerful Multilingual File Viewer
 Name:		lv
 Version:	4.51
-Release: 6
+Release: 7
 License: distributable
 Group: Applications/Text
 URL: http://www.ff.iij4u.or.jp/~nrt/lv/
@@ -12,6 +12,9 @@
 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
 
 %description
 lv is a powerful file viewer like less.
@@ -27,10 +30,14 @@
 %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
-%configure
+autoconf
+%configure --enable-fastio
 make
 
 %install
@@ -54,6 +61,11 @@
 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Mon Oct 31 2005 Akira TAGOH <tagoh at 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 at redhat.com> - 4.51-6
 - lv-4.51-162372.patch: silence gcc warning. (#162372)
 




More information about the fedora-cvs-commits mailing list