Add make check - fixes RHBZ # 821128

This commit is contained in:
Peter Robinson 2012-05-12 13:43:05 +01:00
parent 474928de70
commit 54b27b3483

View File

@ -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 <pbrobinson@fedoraproject.org> - 0.9.10-2
- Add make check - fixes RHBZ # 821128
* Fri Apr 27 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.9.10-1
- Update to 0.9.10