diff --git a/cogl.spec b/cogl.spec index c3b7861..4010a72 100644 --- a/cogl.spec +++ b/cogl.spec @@ -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 1.18.2-2 +- Run make check but don't fail build on it + * Fri Jul 04 2014 Kalev Lember - 1.18.2-1 - Update to 1.18.2