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