Browse Source

expect-5.45-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9859 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 8 years ago
parent
commit
d01de841d6
1 changed files with 7 additions and 4 deletions
  1. 7 4
      e/expect/expect-vl.spec

+ 7 - 4
e/expect/expect-vl.spec

@@ -8,7 +8,7 @@ Summary: A Tcl/Tk development environment: expect
 Summary(ja): Tcl/Tk 開発環境: expect
 Name: expect
 Version: %{majorver}
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: Public Domain
 Group: Development/Languages
 # 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
 
 Buildroot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: tcl >= %{tcl_major}
-BuildRequires: tk >= %{tcl_major}
+BuildRequires: tk-devel >= %{tcl_major}
 BuildRequires: autoconf
 BuildRequires: chrpath
 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}
 
 # 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).
 rm -f "$RPM_BUILD_ROOT"%{_bindir}/{cryptdir,decryptdir}
@@ -193,6 +192,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %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
 - updated to 5.45
 - rebuilt with tcl/tk 8.5.15