Accepting request 104289 from devel:openSUSE:Factory:patch-license

patch license to follow spdx.org standard

OBS-URL: https://build.opensuse.org/request/show/104289
OBS-URL: https://build.opensuse.org/package/show/Base:System/acl?expand=0&rev=24
This commit is contained in:
Stephan Kulow 2012-02-13 12:36:53 +00:00 committed by Git OBS Bridge
parent 2dc2acd034
commit 3b26dbf415
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 13 10:43:59 UTC 2012 - coolo@suse.com
- patch license to follow spdx.org standard
-------------------------------------------------------------------
Wed Nov 30 13:35:50 UTC 2011 - cfarrell@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package acl
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,20 +16,20 @@
#
Name: acl
%define lname libacl1
BuildRequires: automake libattr-devel
Group: System/Filesystems
BuildRequires: automake
BuildRequires: libattr-devel
Summary: Commands for Manipulating POSIX Access Control Lists
License: GPL-2.0+ ; LGPL-2.1+
Group: System/Filesystems
Version: 2.2.51
Release: 1
Release: 0
Source: %name-%version.src.tar.gz
Source2: baselibs.conf
Patch0: builddefs.in.diff
Patch1: acl-fiximplicit.patch
Url: http://download.savannah.gnu.org/releases-noredirect/acl/
License: GPL-2.0+;LGPL-2.1+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description