|
@@ -6,7 +6,7 @@ Summary: A Tcl/Tk development environment: expect
|
|
|
Summary(ja): Tcl/Tk 開発環境: expect
|
|
|
Name: expect
|
|
|
Version: %{majorver}.0
|
|
|
-Release: 4%{?_dist_release}
|
|
|
+Release: 5%{?_dist_release}
|
|
|
Group: Development/Languages
|
|
|
URL: http://expect.nist.gov/
|
|
|
License: BSD
|
|
@@ -21,6 +21,7 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: tcl >= %{tcl_major}
|
|
|
BuildRequires: thread >= %{thread_major}
|
|
|
BuildRequires: autoconf213
|
|
|
+BuildRequires: libX11-devel
|
|
|
|
|
|
%description -n expect
|
|
|
Expect is a tcl extension for automating interactive applications such
|
|
@@ -141,6 +142,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Apr 19 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 5.43-5
|
|
|
+- add missing BuildRequires: libX11-devel
|
|
|
+
|
|
|
* Sat Apr 16 2011 Shu KONNO <owa@bg.wakwak.com> 5.43-4
|
|
|
- rebuilt with rpm-4.8.1-3
|
|
|
|