Switch to %ldconfig_scriptlets

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 287b70e7ed
commit 9ee5cd6a89
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,6 +1,6 @@
Name: libtomcrypt
Version: 1.18.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A comprehensive, portable cryptographic toolkit
License: Public Domain or WTFPL
URL: http://www.libtom.net/
@ -76,9 +76,7 @@ sed -i \
-e 's|^libdir=.*|libdir=${prefix}/%{_lib}|g' \
%{buildroot}%{_libdir}/pkgconfig/%{name}.pc
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%ldconfig_scriptlets
%files
%license LICENSE
@ -93,6 +91,9 @@ sed -i \
%doc doc/crypt.pdf
%changelog
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.18.1-2
- Switch to %%ldconfig_scriptlets
* Fri Dec 08 2017 Simone Caronni <negativo17@gmail.com> - 1.18.1-1
- Update to 1.18.1.

Loading…
Cancel
Save