Accepting request 662927 from home:sogal:branches:utilities

- Fix warnings for pre5.1 and spec file cleaning

OBS-URL: https://build.opensuse.org/request/show/662927
OBS-URL: https://build.opensuse.org/package/show/utilities/most?expand=0&rev=3
This commit is contained in:
Sébastien POHER 2019-01-04 20:44:32 +00:00 committed by Git OBS Bridge
parent 8c20d8c49a
commit abd6ab293e
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 4 14:43:21 UTC 2019 - sogal@opensuse.org
- Fix warnings for pre5.1
-------------------------------------------------------------------
Fri Jan 4 13:39:42 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package most
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# 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
@ -15,12 +15,13 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define bugfix 24
Name: most
Version: pre5.1
Release: 0
Summary: File viewer and pager
License: GPL-2.0
License: GPL-2.0-only
Group: Productivity/Text/Utilities
URL: https://www.jedsoft.org/most/
Source: https://www.jedsoft.org/snapshots/%{name}-%{version}-%{bugfix}.tar.gz
@ -36,7 +37,7 @@ It supports multiple windows and can scroll left and right.
%build
%configure --prefix=%{_prefix}
make %{?_smp_mflags}
%make_build
%install
%make_install
@ -46,6 +47,6 @@ rm -rf "%{buildroot}%{_datadir}/doc"
%license COPYING
%doc README changes.txt doc/{lesskeys.rc,most-fun.txt,most.rc}
%{_bindir}/%{name}
%{_mandir}/man1/most.1*
%{_mandir}/man1/most.1%{?ext_man}
%changelog