diff --git a/expect.spec b/expect.spec index 5ff0953..0d0d420 100644 --- a/expect.spec +++ b/expect.spec @@ -5,10 +5,9 @@ Summary: A program-script interaction and testing utility Name: expect Version: %{majorver} -Release: 2%{?dist} +Release: 3%{?dist} License: Public Domain -# URL: probably more useful is http://sourceforge.net/projects/expect/ -URL: http://expect.nist.gov/ +URL: https://core.tcl.tk/expect/index Source: http://downloads.sourceforge.net/%{name}/%{name}%{version}.tar.gz Buildrequires: gcc tcl-devel autoconf automake chrpath # Patch0: fixes change log file permissions @@ -175,6 +174,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libexpect%{version}.so %{_mandir}/man1/tknewsbiff.1* %changelog +* Wed Jun 20 2018 Vitezslav Crhonek - 5.45.4-3 +- Fix upstream URL + * Tue Feb 27 2018 Vitezslav Crhonek - 5.45.4-2 - Add BuildRequires gcc