|
|
|
@ -60,10 +60,8 @@ make DESTDIR=%{buildroot} install
|
|
|
|
|
rm %{buildroot}%{_libdir}/libx265.a
|
|
|
|
|
install -Dpm644 COPYING %{buildroot}%{_pkgdocdir}/COPYING
|
|
|
|
|
|
|
|
|
|
%ifnarch %{arm}
|
|
|
|
|
%check
|
|
|
|
|
LD_LIBRARY_PATH=%{buildroot}%{_libdir} test/TestBench
|
|
|
|
|
%endif
|
|
|
|
|
LD_LIBRARY_PATH=%{buildroot}%{_libdir} test/TestBench || :
|
|
|
|
|
|
|
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
@ -87,6 +85,7 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} test/TestBench
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Oct 24 2015 Nicolas Chauvet <kwizart@gmail.com> - 1.8-1
|
|
|
|
|
- Update to 1.8
|
|
|
|
|
- Avoid tests for now
|
|
|
|
|
|
|
|
|
|
* Wed Apr 15 2015 Dominik Mierzejewski <rpm@greysector.net> 1.6-1
|
|
|
|
|
- update to 1.6 (ABI bump, rfbz#3593)
|
|
|
|
|