- do not build whiptcl, as per 177346 -- so that we avoid dependency on tcl
This commit is contained in:
parent
3aab39100b
commit
86a701f1c8
@ -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 <prockai@redhat.com> - 0.52.2-2
|
||||
- do not build whiptcl, as per 177346 -- so that we avoid dependency on tcl
|
||||
|
||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user