diff --git a/opus.spec b/opus.spec index 66d37e4..f6fad53 100644 --- a/opus.spec +++ b/opus.spec @@ -1,6 +1,6 @@ Name: opus Version: 0.9.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An audio codec for use in low-delay speech and audio communication Group: System Environment/Libraries @@ -41,6 +41,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' find %{buildroot} -name '*.a' -exec rm -f {} ';' rm %{buildroot}/usr/share/doc/opus/doxygen-build.stamp +%check +make check + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -57,6 +60,9 @@ rm %{buildroot}/usr/share/doc/opus/doxygen-build.stamp %{_libdir}/pkgconfig/opus.pc %changelog +* Sat May 12 2012 Peter Robinson - 0.9.10-2 +- Add make check - fixes RHBZ # 821128 + * Fri Apr 27 2012 Peter Robinson - 0.9.10-1 - Update to 0.9.10