forked from pool/libtirpc
Accepting request 170871 from Base:System
- Added url as source. Please see http://en.opensuse.org/SourceUrls (forwarded request 170857 from m_meister) OBS-URL: https://build.opensuse.org/request/show/170871 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=29
This commit is contained in:
commit
fdd6836c08
@ -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
|
Thu Dec 8 12:48:16 UTC 2011 - cfarrell@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libtirpc
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,20 +16,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libtirpc
|
Name: libtirpc
|
||||||
# src/crypt_client.c tirpc/spinlock.h and tirpc/rpcsvc/crypt.x have the BSD
|
# src/crypt_client.c tirpc/spinlock.h and tirpc/rpcsvc/crypt.x have the BSD
|
||||||
# advertising clause
|
# advertising clause
|
||||||
License: BSD-4-Clause
|
|
||||||
Group: System/Libraries
|
|
||||||
Version: 0.2.2
|
Version: 0.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Transport Independent RPC Library
|
Summary: Transport Independent RPC Library
|
||||||
|
License: BSD-4-Clause
|
||||||
|
Group: System/Libraries
|
||||||
BuildRequires: libgssglue-devel
|
BuildRequires: libgssglue-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
Url: http://sourceforge.net/projects/libtirpc/
|
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
|
Source1: baselibs.conf
|
||||||
Patch21: libtirpc-clnt_broadcast_fix.patch
|
Patch21: libtirpc-clnt_broadcast_fix.patch
|
||||||
Patch22: libtirpc-rpc_broadcast_misformed_replies.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
|
TCP over IPv4
|
||||||
|
|
||||||
%package -n libtirpc1
|
%package -n libtirpc1
|
||||||
License: BSD-4-Clause
|
|
||||||
Summary: Transport Independent RPC Library
|
Summary: Transport Independent RPC Library
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libtirpc1
|
%description -n libtirpc1
|
||||||
The Transport Independent RPC library (TI-RPC) is a replacement for the
|
The Transport Independent RPC library (TI-RPC) is a replacement for the
|
||||||
@ -59,10 +58,10 @@ TCP over IPv4
|
|||||||
%package devel
|
%package devel
|
||||||
# src/crypt_client.c tirpc/spinlock.h and tirpc/rpcsvc/crypt.x have the BSD
|
# src/crypt_client.c tirpc/spinlock.h and tirpc/rpcsvc/crypt.x have the BSD
|
||||||
# advertising clause
|
# advertising clause
|
||||||
License: BSD-4-Clause
|
|
||||||
Summary: Transport Independent RPC Library
|
Summary: Transport Independent RPC Library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libtirpc1 = %{version} glibc-devel
|
Requires: glibc-devel
|
||||||
|
Requires: libtirpc1 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The Transport Independent RPC library (TI-RPC) is a replacement for the
|
The Transport Independent RPC library (TI-RPC) is a replacement for the
|
||||||
|
Loading…
Reference in New Issue
Block a user