diff --git a/cogl.spec b/cogl.spec index 90c30e5..7ebaee0 100644 --- a/cogl.spec +++ b/cogl.spec @@ -2,11 +2,11 @@ %global with_wayland 1 %endif -#global with_tests 1 +%global with_tests 1 Name: cogl Version: 1.18.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A library for using 3D graphics hardware to draw pretty pictures Group: Development/Libraries @@ -123,6 +123,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcogl-pango.so %find_lang %{name} +%check +# make check + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -149,6 +152,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcogl-pango.so %endif %changelog +* Tue Jan 20 2015 Peter Robinson 1.18.2-10 +- Enable tests subpackage (rhbz 1163429) + * Sun Nov 16 2014 Kalev Lember - 1.18.2-9 - Obsolete compat-cogl116 from rhughes-f20-gnome-3-12 copr