Use latest config.sub file for package build
This commit is contained in:
parent
797b03d3fe
commit
c50a710156
@ -1,2 +1,3 @@
|
||||
expect-5.42.1.tar.gz
|
||||
expect-5.43.0.tar.gz
|
||||
config.sub
|
||||
|
@ -5,11 +5,12 @@
|
||||
Summary: A program-script interaction and testing utility
|
||||
Name: expect
|
||||
Version: %{majorver}.0
|
||||
Release: 13%{?dist}
|
||||
Release: 14%{?dist}
|
||||
License: Public Domain
|
||||
Group: Development/Languages
|
||||
URL: http://expect.nist.gov/
|
||||
Source: http://expect.nist.gov/src/%{name}-%{version}.tar.gz
|
||||
Source1: config.sub
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Buildrequires: tcl-devel tk-devel autoconf automake
|
||||
Patch0: expect-5.38.0-spawn-43310.patch
|
||||
@ -79,6 +80,7 @@ autoconf
|
||||
autoconf -I.. )
|
||||
|
||||
%build
|
||||
cp -fp %SOURCE1 .;
|
||||
%configure --with-tcl=%{_libdir} --with-tk=%{_libdir} --enable-shared \
|
||||
--with-tclinclude=%{_includedir}/tcl-private
|
||||
make %{?_smp_mflags}
|
||||
@ -153,6 +155,10 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_mandir}/man1/tknewsbiff.1*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 9 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 5:43.0-14
|
||||
- Use latest config.sub file for package build
|
||||
Resolves: #449560
|
||||
|
||||
* Mon Feb 11 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 5:43.0-13
|
||||
- Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user