diff --git a/libtirpc.changes b/libtirpc.changes index 14e83c2..a562334 100644 --- a/libtirpc.changes +++ b/libtirpc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 15 14:08:31 UTC 2013 - mmeister@suse.com + +- Added url as source. + Please see http://en.opensuse.org/SourceUrls + ------------------------------------------------------------------- Thu Dec 8 12:48:16 UTC 2011 - cfarrell@suse.com diff --git a/libtirpc.spec b/libtirpc.spec index 8092928..8262f7c 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -1,7 +1,7 @@ # # spec file for package libtirpc # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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,19 @@ # - Name: libtirpc # src/crypt_client.c tirpc/spinlock.h and tirpc/rpcsvc/crypt.x have the BSD # advertising clause -License: BSD-4-Clause -Group: System/Libraries Version: 0.2.2 Release: 0 Summary: Transport Independent RPC Library +License: BSD-4-Clause +Group: System/Libraries BuildRequires: libgssglue-devel BuildRequires: libtool BuildRequires: pkg-config Url: http://sourceforge.net/projects/libtirpc/ -Source: %{name}-%{version}.tar.bz2 +Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2 Source1: baselibs.conf Patch21: libtirpc-clnt_broadcast_fix.patch Patch22: libtirpc-rpc_broadcast_misformed_replies.patch @@ -47,8 +46,8 @@ This implementation allows the support of other transports than UDP and TCP over IPv4 %package -n libtirpc1 -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 @@ -59,10 +58,10 @@ TCP over IPv4 %package devel # 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 +Requires: glibc-devel +Requires: libtirpc1 = %{version} %description devel The Transport Independent RPC library (TI-RPC) is a replacement for the