From f31d3ce904fc1163d302ad1a8e9d8ee6f70fcd8ea0cb4e857b62e6bf7cac3883 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 3 Dec 2011 09:07:28 +0000 Subject: [PATCH] - add libtool as buildrequire to avoid implicit dependency OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=22 --- libtirpc.changes | 2 +- libtirpc.spec | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/libtirpc.changes b/libtirpc.changes index 034819d..e6ce667 100644 --- a/libtirpc.changes +++ b/libtirpc.changes @@ -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 diff --git a/libtirpc.spec b/libtirpc.spec index baafa68..e0dca5c 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -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