|
@@ -8,7 +8,7 @@ Summary: A Tcl/Tk development environment: expect
|
|
Summary(ja): Tcl/Tk 開発環境: expect
|
|
Summary(ja): Tcl/Tk 開発環境: expect
|
|
Name: expect
|
|
Name: expect
|
|
Version: %{majorver}
|
|
Version: %{majorver}
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
License: Public Domain
|
|
License: Public Domain
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
# URL: probably more useful is http://sourceforge.net/projects/expect/
|
|
# URL: probably more useful is http://sourceforge.net/projects/expect/
|
|
@@ -46,8 +46,7 @@ Patch103: expect-5.45-passmass-su-full-path.patch
|
|
Patch104: expect-5.45-mkpasswd-man.patch
|
|
Patch104: expect-5.45-mkpasswd-man.patch
|
|
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: tcl >= %{tcl_major}
|
|
+BuildRequires: tk-devel >= %{tcl_major}
|
|
-BuildRequires: tk >= %{tcl_major}
|
|
|
|
BuildRequires: autoconf
|
|
BuildRequires: autoconf
|
|
BuildRequires: chrpath
|
|
BuildRequires: chrpath
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libX11-devel
|
|
@@ -127,7 +126,7 @@ make install DESTDIR="$RPM_BUILD_ROOT"
|
|
mv "$RPM_BUILD_ROOT"%{tcl_sitearch}/expect%{version}/libexpect%{version}.so "$RPM_BUILD_ROOT"%{_libdir}
|
|
mv "$RPM_BUILD_ROOT"%{tcl_sitearch}/expect%{version}/libexpect%{version}.so "$RPM_BUILD_ROOT"%{_libdir}
|
|
|
|
|
|
# for linking with -lexpect
|
|
# for linking with -lexpect
|
|
-ln -s libexpect%{majorver}.1.15.so "$RPM_BUILD_ROOT"%{_libdir}/libexpect.so
|
|
+ln -s libexpect%{majorver}.so "$RPM_BUILD_ROOT"%{_libdir}/libexpect.so
|
|
|
|
|
|
# remove cryptdir/decryptdir, as Linux has no crypt command (bug 6668).
|
|
# remove cryptdir/decryptdir, as Linux has no crypt command (bug 6668).
|
|
rm -f "$RPM_BUILD_ROOT"%{_bindir}/{cryptdir,decryptdir}
|
|
rm -f "$RPM_BUILD_ROOT"%{_bindir}/{cryptdir,decryptdir}
|
|
@@ -193,6 +192,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Dec 5 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.45-2
|
|
|
|
+- fixed a symlink.
|
|
|
|
+- fixed BR:.
|
|
|
|
+
|
|
* Wed Dec 31 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 5.45-1
|
|
* Wed Dec 31 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 5.45-1
|
|
- updated to 5.45
|
|
- updated to 5.45
|
|
- rebuilt with tcl/tk 8.5.15
|
|
- rebuilt with tcl/tk 8.5.15
|