run make check as part of the build (#1502658)
This commit is contained in:
parent
b6693a0e3d
commit
ff2b363278
@ -5,7 +5,7 @@
|
|||||||
Summary: Core X11 protocol client library
|
Summary: Core X11 protocol client library
|
||||||
Name: libX11
|
Name: libX11
|
||||||
Version: 1.6.5
|
Version: 1.6.5
|
||||||
Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -82,6 +82,9 @@ find $RPM_BUILD_ROOT -name 'Xcms.txt' -delete
|
|||||||
# FIXME package these properly
|
# FIXME package these properly
|
||||||
rm -rf $RPM_BUILD_ROOT%{_docdir}
|
rm -rf $RPM_BUILD_ROOT%{_docdir}
|
||||||
|
|
||||||
|
%check
|
||||||
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -121,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
|
|||||||
%{_mandir}/man5/*.5*
|
%{_mandir}/man5/*.5*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 17 2017 Peter Hutterer <peter.hutterer@redhat.com> 1.6.5-5
|
||||||
|
- run make check as part of the build (#1502658)
|
||||||
|
|
||||||
* Tue Aug 01 2017 Adam Jackson <ajax@redhat.com> - 1.6.5-4
|
* Tue Aug 01 2017 Adam Jackson <ajax@redhat.com> - 1.6.5-4
|
||||||
- Split libX11-xcb to its own subpackage. This doesn't have much effect at
|
- Split libX11-xcb to its own subpackage. This doesn't have much effect at
|
||||||
the moment because x11-xcb.pc still lists both libX11 and libxcb in
|
the moment because x11-xcb.pc still lists both libX11 and libxcb in
|
||||||
|
Loading…
Reference in New Issue
Block a user