Fix upstream URL

This commit is contained in:
Vitezslav Crhonek 2018-06-20 13:05:13 +02:00
parent ccce909ecd
commit 9f5d173077

View File

@ -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 <vcrhonek@redhat.com> - 5.45.4-3
- Fix upstream URL
* Tue Feb 27 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45.4-2
- Add BuildRequires gcc