- add libtool as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=22
This commit is contained in:
Stephan Kulow 2011-12-03 09:07:28 +00:00 committed by Git OBS Bridge
parent cbb8325690
commit f31d3ce904
2 changed files with 7 additions and 8 deletions

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Wed Nov 30 09:51:42 UTC 2011 - coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
- add libtool as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Fri Jul 8 07:24:27 UTC 2011 - coolo@novell.com

View File

@ -15,15 +15,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: libtirpc
License: Other uncritical OpenSource License; BSD3c
License: BSD-3-Clause ; Other uncritical OpenSource License
Group: System/Libraries
Version: 0.2.2
Release: 0
Summary: Transport Independent RPC Library
BuildRequires: automake libgssglue-devel pkg-config
BuildRequires: libgssglue-devel
BuildRequires: libtool
BuildRequires: pkg-config
Url: http://sourceforge.net/projects/libtirpc/
Source: %{name}-%{version}.tar.bz2
Source1: baselibs.conf
@ -43,9 +43,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: Other uncritical OpenSource License ; Sun Industry St and ards Source License 1.0
Summary: Transport Independent RPC Library
Group: System/Libraries
%description -n libtirpc1
The Transport Independent RPC library (TI-RPC) is a replacement for the
@ -54,7 +53,7 @@ This implementation allows the support of other transports than UDP and
TCP over IPv4
%package devel
License: Other uncritical OpenSource License ; BSD 3-Clause
License: BSD-3-Clause ; Other uncritical OpenSource License
Summary: Transport Independent RPC Library
Group: Development/Libraries/C and C++
Requires: libtirpc1 = %{version} glibc-devel