Run make check but don't fail build on it
This commit is contained in:
parent
f885b9fd92
commit
ac57042049
@ -6,7 +6,7 @@
|
||||
|
||||
Name: cogl
|
||||
Version: 1.18.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A library for using 3D graphics hardware to draw pretty pictures
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -114,6 +114,9 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%check
|
||||
make check V=1 ||:
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -142,6 +145,9 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jul 11 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.18.2-2
|
||||
- Run make check but don't fail build on it
|
||||
|
||||
* Fri Jul 04 2014 Kalev Lember <kalevlember@gmail.com> - 1.18.2-1
|
||||
- Update to 1.18.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user