run test suite during the build
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
1d5343afcf
commit
948cb33336
@ -1,7 +1,7 @@
|
||||
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
||||
Name: wget
|
||||
Version: 1.14
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Applications/Internet
|
||||
Url: http://www.gnu.org/software/wget/
|
||||
@ -68,6 +68,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%post
|
||||
/sbin/install-info %{_infodir}/wget.info.gz %{_infodir}/dir || :
|
||||
|
||||
@ -88,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_infodir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 21 2013 Tomas Hozza <thozza@redhat.com> - 1.14-11
|
||||
- run test suite during the build
|
||||
|
||||
* Thu Oct 10 2013 Tomas Hozza <thozza@redhat.com> - 1.14-10
|
||||
- remove excessive line for '-nv' option in the manpage (#1017106)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user