From 7974ae50b25e8fbea19d962a494d554b251d29465565448812dd54f3e0f9f742 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 21 Dec 2011 11:20:09 +0000 Subject: [PATCH] Accepting request 97547 from home:coolo:removeautoconf add autoconf to buildrequires OBS-URL: https://build.opensuse.org/request/show/97547 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=47 --- tcl.changes | 5 +++++ tcl.spec | 24 ++++-------------------- 2 files changed, 9 insertions(+), 20 deletions(-) diff --git a/tcl.changes b/tcl.changes index c98470c..5fb3517 100644 --- a/tcl.changes +++ b/tcl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 21 10:45:06 UTC 2011 - coolo@suse.com + +- add autoconf as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Tue Nov 8 15:18:10 UTC 2011 - max@suse.com diff --git a/tcl.spec b/tcl.spec index b218e64..1acefb0 100644 --- a/tcl.spec +++ b/tcl.spec @@ -15,19 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: tcl Url: http://www.tcl.tk Version: 8.5.11 -Release: 1 +Release: 0 %define TCL_MINOR %(echo %version | cut -c1-3) BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: The Tcl Programming Language -License: BSD3c(or similar) +License: BSD-3-Clause Group: Development/Languages/Tcl -AutoReqProv: on # bug437293 %ifarch ppc64 Obsoletes: tcl-64bit @@ -41,6 +37,7 @@ Source2: baselibs.conf Source3: macros.tcl Patch0: tcl.patch Patch1: tcl-unload.patch +BuildRequires: autoconf %description Tcl (Tool Command Language) is a very powerful but easy to learn @@ -53,16 +50,9 @@ deployed and highly extensible. For more information on Tcl see http://www.tcl.tk and http://wiki.tcl.tk . - - -Authors: --------- - The Tcl Core Team - %package devel -Group: Development/Libraries/Tcl -License: BSD3c(or similar) Summary: Header Files and C API Documentation for Tcl +Group: Development/Libraries/Tcl Requires: tcl = %version # bug437293 %ifarch ppc64 @@ -78,12 +68,6 @@ embedding the Tcl interpreter in programs written in such languages. This package is not needed for writing extensions or applications in the Tcl language itself. - - -Authors: --------- - The Tcl Core Team - %prep %setup -q -n %name%version %patch0