diff --git a/libtirpc.changes b/libtirpc.changes index e1dd1a1..14e83c2 100644 --- a/libtirpc.changes +++ b/libtirpc.changes @@ -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 diff --git a/libtirpc.spec b/libtirpc.spec index dac5b21..8092928 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -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