Disable "make check" again
Clutter's test suite requires access to an X display, which is not available on the build server.
This commit is contained in:
parent
7405b36ad9
commit
fe8efe69cb
@ -103,9 +103,6 @@ find %{buildroot} -name '*.la' -delete
|
||||
|
||||
%find_lang clutter-1.0
|
||||
|
||||
%check
|
||||
make check %{?_smp_mflags} V=1
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -133,6 +130,9 @@ make check %{?_smp_mflags} V=1
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 22 2015 Florian Müllner <fmuellner@redhat.com> - 1.21.4-1
|
||||
- Do not run "make check" (which requires access to an X display)
|
||||
|
||||
* Thu Jan 22 2015 Florian Müllner <fmuellner@redhat.com> - 1.21.4-1
|
||||
- Update to 1.21.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user