diff --git a/libvpx.spec b/libvpx.spec index e9a6250..2d7c0bc 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -6,7 +6,7 @@ Name: libvpx Summary: VP8/VP9 Video Codec SDK Version: 1.7.0 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: System Environment/Libraries #Source0: http://downloads.webmproject.org/releases/webm/%{name}-%{version}.tar.bz2 @@ -177,8 +177,7 @@ mv usr/bin/twopass_encoder usr/bin/vp8_twopass_encoder chmod 755 usr/bin/* popd -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %license LICENSE @@ -196,6 +195,9 @@ popd %{_bindir}/* %changelog +* Sat Feb 03 2018 Igor Gnatenko - 1.7.0-2 +- Switch to %%ldconfig_scriptlets + * Fri Jan 26 2018 Tom Callaway - 1.7.0-1 - update to 1.7.0 (ABI change)