Switch to %ldconfig_scriptlets

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-03 16:27:40 +01:00
parent 3e9a7f7b3d
commit fe2336b6c3
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -1,6 +1,6 @@
Name: lame
Version: 3.100
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Free MP3 audio compressor
Group: Applications/Multimedia
@ -81,9 +81,7 @@ rm -rf %{buildroot}%{_docdir}/%{name}
make test
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
%ldconfig_scriptlets libs
%files
@ -107,6 +105,9 @@ make test
%{_bindir}/mp3x
%changelog
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.100-2
- Switch to %%ldconfig_scriptlets
* Sun Oct 22 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 3.100-1
- Update to 3.100 (#1470202, #1505172)