From 86a701f1c8fda57b2a2acccb9b04387e0e0d079a Mon Sep 17 00:00:00 2001 From: prockai Date: Mon, 16 Jan 2006 20:54:24 +0000 Subject: [PATCH] - do not build whiptcl, as per 177346 -- so that we avoid dependency on tcl --- newt.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/newt.spec b/newt.spec index 7edb1ee..08d6da2 100644 --- a/newt.spec +++ b/newt.spec @@ -8,7 +8,8 @@ Release: 1.1 License: LGPL Group: System Environment/Libraries Source: newt-%{version}.tar.gz -BuildRequires: python,python-devel,perl, slang-devel, tcl-devel +Patch0: newt-0.52.2-notcl.patch +BuildRequires: python, python-devel, perl, slang-devel Requires: slang Provides: snack BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -36,9 +37,9 @@ the slang library. Install newt-devel if you want to develop applications which will use newt. - %prep %setup -q +%patch0 -p1 -b .notcl %build # gpm support seems to smash the stack w/ we use help in anaconda?? @@ -74,7 +75,6 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING %{_bindir}/whiptail %{_libdir}/libnewt.so.* -%{_libdir}/whiptcl.so %{_libdir}/python%{pythonver}/site-packages/* %files devel @@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libnewt.so %changelog +* Mon Jan 16 2006 Petr Rockai - 0.52.2-2 +- do not build whiptcl, as per 177346 -- so that we avoid dependency on tcl + * Fri Dec 09 2005 Jesse Keating - rebuilt