Accepting request 170857 from home:m_meister:branches:openSUSE:Factory

- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/170857
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=26
This commit is contained in:
Marcus Meissner 2013-04-15 14:52:03 +00:00 committed by Git OBS Bridge
parent fb9ba5ee2f
commit 520d32b2c9
2 changed files with 13 additions and 8 deletions

View File

@ -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

View File

@ -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