Accepting request 591538 from Base:System
- Use %license instead of %doc [bsc#1082318] (forwarded request 591532 from kukuk) OBS-URL: https://build.opensuse.org/request/show/591538 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpm?expand=0&rev=51
This commit is contained in:
commit
1ed6176fe8
@ -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
|
||||
|
||||
|
11
gpm.spec
11
gpm.spec
@ -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}/*/*
|
||||
|
Loading…
Reference in New Issue
Block a user