diff --git a/twolame.spec b/twolame.spec index b47f7fd..e254bc5 100644 --- a/twolame.spec +++ b/twolame.spec @@ -1,6 +1,6 @@ Name: twolame Version: 0.3.13 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Optimized MPEG Audio Layer 2 encoding library based on tooLAME # build-scripts/install-sh is MIT/X11, build-scripts/{libtool.m4, ltmain.sh} are GPLv2+ License: LGPLv2+ @@ -63,9 +63,7 @@ sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool rm %{buildroot}%{_libdir}/*.la rm -rf %{buildroot}%{_docdir} -%post libs -p /sbin/ldconfig - -%postun libs -p /sbin/ldconfig +%ldconfig_scriptlets libs %files %doc AUTHORS ChangeLog README TODO @@ -83,6 +81,9 @@ rm -rf %{buildroot}%{_docdir} %{_includedir}/%{name}.h %changelog +* Mon Feb 05 2018 Igor Gnatenko - 0.3.13-10 +- Switch to %%ldconfig_scriptlets + * Tue Jan 16 2018 Zamir SUN - 0.3.13-9 - Build for Fedora