Accepting request 73808 from home:namtrac:branches:Base:System
- Update to version 444 * Fix bug in unget handling that can cause strange effects on the command line. * Remove vestiges of obsolete -l option that can cause a crash. OBS-URL: https://build.opensuse.org/request/show/73808 OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=17
This commit is contained in:
parent
3c8b3c7057
commit
2d167513d4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0eb8ec51bbd81eee0ace54e483b6c6dfec3e34051909da9976a9df3e22b103b3
|
||||
size 247756
|
3
less-444.tar.gz
Normal file
3
less-444.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be64ad3e22d6d4aa19fe7024d998563a1ce1671ee3625f8851d26b16dedcdeeb
|
||||
size 307308
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 08:26:41 UTC 2011 - idonmez@novell.com
|
||||
|
||||
- Update to version 444
|
||||
* Fix bug in unget handling that can cause strange effects
|
||||
on the command line.
|
||||
* Remove vestiges of obsolete -l option that can cause a crash.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 26 17:08:36 UTC 2011 - sweet_f_a@gmx.de
|
||||
|
||||
|
11
less.spec
11
less.spec
@ -26,11 +26,11 @@ Obsoletes: jless
|
||||
Provides: normal-less jless
|
||||
Requires: file
|
||||
AutoReqProv: on
|
||||
Version: 443
|
||||
Version: 444
|
||||
Release: 1
|
||||
Summary: Text File Browser and Pager Similar to more
|
||||
Url: http://www.greenwoodsoftware.com/less/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source1: README.SuSE
|
||||
Source2: lessopen.sh
|
||||
Source3: lessclose.sh
|
||||
@ -45,6 +45,7 @@ Patch27: %{name}-429-save_line_position.patch
|
||||
Patch28: %{name}-429-more.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
|
||||
%description
|
||||
less is a text file browser and pager similar to more. It allows
|
||||
backward as well as forward movement within a file. Also, less does not
|
||||
@ -74,6 +75,7 @@ chmod u+w *
|
||||
#
|
||||
cp %{S:1} %{S:2} %{S:3} %{S:4} .
|
||||
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
%configure --with-pic
|
||||
@ -85,6 +87,7 @@ make mkhelp
|
||||
# build less
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT/ install
|
||||
#
|
||||
@ -97,9 +100,11 @@ $RPM_BUILD_ROOT%{_bindir}/lesskey -o $RPM_BUILD_ROOT%{_sysconfdir}/lesskey.bin $
|
||||
install -m 755 lessopen.sh lessclose.sh $RPM_BUILD_ROOT/%{_bindir}
|
||||
%__chmod -x LICENSE COPYING NEWS README.SuSE
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc LICENSE COPYING NEWS README.SuSE
|
||||
@ -107,4 +112,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config %{_sysconfdir}/*
|
||||
%{_bindir}/*
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user