Add make check - fixes RHBZ # 821128
This commit is contained in:
parent
474928de70
commit
54b27b3483
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user