SHA256
1
0
forked from pool/libtirpc

Accepting request 95933 from Base:System

license update: BSD-4-Clause
Remove deprecated rpm license string. Use SPDX syntax. Highlight BSD-4-Clause (advertising clause) nature of package (forwarded request 95930 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/95933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=26
This commit is contained in:
Stephan Kulow 2011-12-14 13:34:06 +00:00 committed by Git OBS Bridge
commit bcb0f5177f
2 changed files with 28 additions and 8 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Dec 8 12:48:16 UTC 2011 - cfarrell@suse.com
- license update: BSD-4-Clause
Remove deprecated rpm license string. Use SPDX syntax. Highlight
BSD-4-Clause (advertising clause) nature of package
-------------------------------------------------------------------
Wed Dec 7 20:04:02 UTC 2011 - aj@suse.de
- Update license (bnc#735008).
-------------------------------------------------------------------
Wed Nov 30 09:51:42 UTC 2011 - coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Fri Jul 8 07:24:27 UTC 2011 - coolo@novell.com

View File

@ -15,17 +15,19 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
BuildRequires: libgssglue-devel pkg-config
Name: libtirpc
License: Other uncritical OpenSource License;BSD 3-Clause
# src/crypt_client.c tirpc/spinlock.h and tirpc/rpcsvc/crypt.x have the BSD
# advertising clause
License: BSD-4-Clause
Group: System/Libraries
AutoReqProv: on
Version: 0.2.2
Release: 11
Release: 0
Summary: Transport Independent RPC Library
BuildRequires: libgssglue-devel
BuildRequires: libtool
BuildRequires: pkg-config
Url: http://sourceforge.net/projects/libtirpc/
Source: %{name}-%{version}.tar.bz2
Source1: baselibs.conf
@ -45,9 +47,8 @@ This implementation allows the support of other transports than UDP and
TCP over IPv4
%package -n libtirpc1
License: Other uncritical OpenSource License ; Sun Industry Standards Source License 1.0
License: BSD-4-Clause
Summary: Transport Independent RPC Library
Group: System/Libraries
%description -n libtirpc1
The Transport Independent RPC library (TI-RPC) is a replacement for the
@ -56,7 +57,9 @@ This implementation allows the support of other transports than UDP and
TCP over IPv4
%package devel
License: Other uncritical OpenSource License ; BSD 3-Clause
# src/crypt_client.c tirpc/spinlock.h and tirpc/rpcsvc/crypt.x have the BSD
# advertising clause
License: BSD-4-Clause
Summary: Transport Independent RPC Library
Group: Development/Libraries/C and C++
Requires: libtirpc1 = %{version} glibc-devel