forked from pool/screen
Accepting request 593220 from home:kukuk:branches:Base:System
- Use %license instead of %doc [bsc#1082318] OBS-URL: https://build.opensuse.org/request/show/593220 OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=83
This commit is contained in:
parent
300269e5d0
commit
df2ac8662e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 3 15:00:27 CEST 2018 - kukuk@suse.de
|
||||
|
||||
- Use %license instead of %doc [bsc#1082318]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 21 14:23:56 CET 2017 - mls@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package screen
|
||||
#
|
||||
# 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
|
||||
@ -25,7 +25,7 @@ Name: screen
|
||||
Version: 4.6.2
|
||||
Release: 0
|
||||
Summary: A program to allow multiple screens on a VT100/ANSI Terminal
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: System/Console
|
||||
Url: http://www.gnu.org/software/screen/
|
||||
Source: http://ftp.gnu.org/gnu/screen/%{name}-%{version}.tar.gz
|
||||
@ -124,7 +124,7 @@ install -m 644 %{SOURCE4} %{buildroot}/etc/pam.d/screen
|
||||
%ghost %dir %{rundir}/uscreens
|
||||
%{_infodir}/screen.info*%{ext_info}
|
||||
%{_mandir}/man1/screen.1%{ext_man}
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
|
||||
%post
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
Loading…
Reference in New Issue
Block a user