most/most.spec
Michael Vetter e7b1f88e10 Accepting request 694593 from home:sogal:branches:utilities
- Upgrade to new release 5.1
  * Install docs in $prefix/share/doc
  * Removed redundant switch in the most_forward_columns function.
  * Added an option to most_read_file_dsc to skip the line
    count and made use of it in search.c to speed up the searches a bit.
  * When wrapping a line, the color was not "wrapped".
  * If a color escape sequence occurs at the end of a line whose display
    width is equal to the terminal width, do not wrap the line.
  * Limit the amount of loops when going to the end of the buffer.
  * Change DELETE to BACKSPACE.
  * Use /etc/ld.so.conf to located system lib paths.
  * Fixed an issue with the display of double-width characters to address
    lp#312454
  * Rewrote the search functions from scratch. Both ordinary and regexp
    Searches are now supported.
  * Add the -r flag to startup with regular-expression searches.
  * Added support for Home/End keys (top/bottom of buffer).
  * Added a work-around for programs that try colorize the output

OBS-URL: https://build.opensuse.org/request/show/694593
OBS-URL: https://build.opensuse.org/package/show/utilities/most?expand=0&rev=5
2019-04-16 08:02:46 +00:00

52 lines
1.4 KiB
RPMSpec

#
# spec file for package most
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: most
Version: 5.1.0
Release: 0
Summary: File viewer and pager
License: GPL-2.0-only
Group: Productivity/Text/Utilities
URL: https://www.jedsoft.org/most/
Source: https://www.jedsoft.org/snapshots/%{name}-%{version}.tar.gz
BuildRequires: pkgconfig
BuildRequires: slang-devel
%description
Most is a paging program.
It supports multiple windows and can scroll left and right.
%prep
%setup -q -n %{name}-%{version}
%build
%configure --prefix=%{_prefix}
%make_build
%install
%make_install
rm -rf "%{buildroot}%{_datadir}/doc"
%files
%license COPYING
%doc README changes.txt doc/{lesskeys.rc,most-fun.txt,most.rc}
%{_bindir}/%{name}
%{_mandir}/man1/most.1%{?ext_man}
%changelog