From abd6ab293e3a9d28cf960fa009330aa9c52318941e8ed646c261b7cf6b9e0fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20POHER?= Date: Fri, 4 Jan 2019 20:44:32 +0000 Subject: [PATCH] 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 --- most.changes | 5 +++++ most.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/most.changes b/most.changes index ae277ae..55f6f64 100644 --- a/most.changes +++ b/most.changes @@ -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 diff --git a/most.spec b/most.spec index 6ecb4c2..664ed99 100644 --- a/most.spec +++ b/most.spec @@ -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