remove zero-length tests files to silence rpmlint

This commit is contained in:
Kamil Dudka 2016-02-06 10:00:08 +01:00
parent 5d36a5c5e4
commit f6b5cf0d4a

View File

@ -99,6 +99,9 @@ perl -pi -e 's,^STARTFILE:.*,STARTFILE:file:/usr/share/doc/HTML/en-US/index.html
make %{?_smp_mflags} make %{?_smp_mflags}
# remove zero-length tests files to silence rpmlint
rm -fv test/X test/nobody
%install %install
chmod -x samples/mailto-form.pl chmod -x samples/mailto-form.pl
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
@ -126,6 +129,7 @@ EOF
%changelog %changelog
* Sat Feb 06 2016 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.11.dev6 * Sat Feb 06 2016 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.11.dev6
- avoid using rpath for the lynx executable - avoid using rpath for the lynx executable
- remove zero-length tests files to silence rpmlint
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.9-0.10.dev6 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.9-0.10.dev6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild