SHA256
3
0
forked from pool/which

Accepting request 589229 from Base:System

OBS-URL: https://build.opensuse.org/request/show/589229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/which?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2018-03-24 15:06:32 +00:00 committed by Git OBS Bridge
commit f124890f22
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 19 11:57:56 CET 2018 - kukuk@suse.de
- Use %license instead of %doc [bsc#1082318]
-------------------------------------------------------------------
Tue Jun 7 12:16:07 UTC 2016 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package which
#
# Copyright (c) 2016 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
@ -20,7 +20,7 @@ Name: which
Version: 2.21
Release: 0
Summary: Displays where a particular program in your path is located
License: GPL-3.0+
License: GPL-3.0-or-later
Group: System/Base
Url: https://savannah.gnu.org/projects/which/
Source0: http://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz
@ -52,7 +52,8 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} install
%files
%defattr(-,root,root)
%{_bindir}/which
%doc EXAMPLES COPYING README README.alias AUTHORS NEWS
%license COPYING
%doc EXAMPLES README README.alias AUTHORS NEWS
%{_infodir}/which.info*
%{_mandir}/man1/which.1*