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