From ef966f9a9ebcc07ba2854a78d97cfacde52b18b3b8634265fa487a14c293a011 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 21 Dec 2011 11:18:15 +0000 Subject: [PATCH] Accepting request 97331 from home:coolo:removeautoconf add autoconf to buildrequires OBS-URL: https://build.opensuse.org/request/show/97331 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/expect?expand=0&rev=9 --- expect.changes | 5 +++++ expect.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/expect.changes b/expect.changes index 7c37324..f11e36e 100644 --- a/expect.changes +++ b/expect.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 20 20:19:12 UTC 2011 - coolo@suse.com + +- add autoconf as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Fri Oct 7 13:15:19 UTC 2011 - max@suse.com diff --git a/expect.spec b/expect.spec index 9b81fe1..057b026 100644 --- a/expect.spec +++ b/expect.spec @@ -19,13 +19,14 @@ Url: http://expect.nist.gov Name: expect +BuildRequires: autoconf BuildRequires: tcl-devel Version: 5.45 -Release: 2 +Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Group: Development/Languages/Tcl -License: SUSE-Public-Domain Summary: A Tool for Automating Interactive Programs +License: SUSE-Public-Domain +Group: Development/Languages/Tcl Source: %{name}%{version}.tar.gz Source1: expect-rpmlintrc Patch1: expect.patch @@ -39,9 +40,8 @@ these applications. It is described in many books, articles, papers, and FAQs. There is an entire book on it available from O'Reilly. %package devel -License: SUSE-Public-Domain -Group: Development/Libraries/Tcl Summary: Header Files and C API Documentation for expect +Group: Development/Libraries/Tcl %description devel This package contains header files and documentation needed for linking