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
This commit is contained in:
parent
1bbb9b1d3b
commit
7974ae50b2
@ -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
|
||||
|
||||
|
24
tcl.spec
24
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 <tcl-core@lists.sourceforge.net>
|
||||
|
||||
%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 <tcl-core@lists.sourceforge.net>
|
||||
|
||||
%prep
|
||||
%setup -q -n %name%version
|
||||
%patch0
|
||||
|
Loading…
Reference in New Issue
Block a user