Accepting request 591532 from home:kukuk:branches:Base:System

- Use %license instead of %doc [bsc#1082318]

OBS-URL: https://build.opensuse.org/request/show/591532
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpm?expand=0&rev=53
This commit is contained in:
Philipp Thomas 2018-03-27 09:57:26 +00:00 committed by Git OBS Bridge
parent 1191eed242
commit 6a52d94d37
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 27 11:41:04 CEST 2018 - kukuk@suse.de
- Use %license instead of %doc [bsc#1082318]
-------------------------------------------------------------------
Thu Nov 23 13:40:02 UTC 2017 - rbrown@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package gpm
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@ -26,7 +26,7 @@ Name: gpm
Version: 1.20.7
Release: 0
Summary: Console Mouse Support
License: GPL-2.0+ and GPL-3.0+
License: GPL-2.0-or-later AND GPL-3.0-or-later
Group: System/Console
Url: http://linux.schottelius.org/gpm/
@ -87,7 +87,7 @@ receive mouse events and do custom handling.
%package -n %lname
Summary: Console mouse support library
License: GPL-2.0+
License: GPL-2.0-or-later
Group: System/Libraries
%description -n %lname
@ -97,7 +97,7 @@ package for more information.
%package devel
Summary: Development files for gpm (Console Mouse Support)
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Development/Libraries/C and C++
Requires: %lname = %version
@ -204,7 +204,8 @@ touch %{buildroot}/run/gpm.pid
%files
%defattr(-,root,root)
%doc COPYING README README.gpm2 README.SUSE TODO
%license COPYING
%doc README README.gpm2 README.SUSE TODO
%doc doc/Announce doc/FAQ doc/README* doc/changelog
%{_infodir}/*
%{_mandir}/*/*