- update to less-392 - fixes #122847 and enhances UTF8 support
This commit is contained in:
parent
0be156d997
commit
8b433f058a
@ -1 +1,2 @@
|
|||||||
less-382.tar.gz
|
less-382.tar.gz
|
||||||
|
less-392.tar.gz
|
||||||
|
15
less.spec
15
less.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A text file browser similar to more, but better.
|
Summary: A text file browser similar to more, but better.
|
||||||
Name: less
|
Name: less
|
||||||
Version: 382
|
Version: 392
|
||||||
Release: 8
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
|
Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
|
||||||
@ -9,9 +9,7 @@ Source1: lesspipe.sh
|
|||||||
Source2: less.sh
|
Source2: less.sh
|
||||||
Source3: less.csh
|
Source3: less.csh
|
||||||
|
|
||||||
Patch0: less-382-ncursesw.patch
|
Patch0: less-382-fixline.patch
|
||||||
Patch1: less-382-utf8detect.patch
|
|
||||||
Patch2: less-382-fixline.patch
|
|
||||||
|
|
||||||
URL: http://www.greenwoodsoftware.com/less/
|
URL: http://www.greenwoodsoftware.com/less/
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
@ -29,9 +27,7 @@ files, and you'll use it frequently.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .ncursesw
|
%patch0 -p1 -b .fixline
|
||||||
%patch1 -p1 -b .utf8detect
|
|
||||||
%patch2 -p1 -b .fixline
|
|
||||||
chmod -R a+w *
|
chmod -R a+w *
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -57,6 +53,9 @@ install -c -m 755 %{SOURCE3} $RPM_BUILD_ROOT/etc/profile.d
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 19 2005 Jindrich Novy <jnovy@redhat.com> 392-1
|
||||||
|
- update to less-392 - fixes #122847 and enhances UTF8 support
|
||||||
|
|
||||||
* Fri Sep 2 2005 Jindrich Novy <jnovy@redhat.com> 382-8
|
* Fri Sep 2 2005 Jindrich Novy <jnovy@redhat.com> 382-8
|
||||||
- fix displaying of bogus newline for growing files (#120916)
|
- fix displaying of bogus newline for growing files (#120916)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user