- add patch for proper detection of UTF-8 locale, patch from Peter Rockai
This commit is contained in:
parent
0f6345b3d8
commit
bf373cfdee
@ -1,7 +1,7 @@
|
||||
Summary: A text file browser similar to more, but better.
|
||||
Name: less
|
||||
Version: 382
|
||||
Release: 5
|
||||
Release: 6
|
||||
License: GPL
|
||||
Group: Applications/Text
|
||||
Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
|
||||
@ -10,6 +10,7 @@ Source2: less.sh
|
||||
Source3: less.csh
|
||||
|
||||
Patch0: less-382-ncursesw.patch
|
||||
Patch1: less-382-utf8detect.patch
|
||||
|
||||
URL: http://www.greenwoodsoftware.com/less/
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
@ -28,6 +29,7 @@ files, and you'll use it frequently.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .ncursesw
|
||||
%patch1 -p1 -b .utf8detect
|
||||
chmod -R a+w *
|
||||
|
||||
%build
|
||||
@ -53,6 +55,10 @@ install -c -m 755 %{SOURCE3} $RPM_BUILD_ROOT/etc/profile.d
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Wed Feb 16 2005 Jindrich Novy <jnovy@redhat.com> 382-6
|
||||
- add patch for proper detection of UTF-8 locale,
|
||||
patch from Peter Rockai
|
||||
|
||||
* Tue Nov 16 2004 Karsten Hopp <karsten@redhat.de> 382-5
|
||||
- minor fix in lesspipe.sh (#73215)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user