Remove ldconfig from scriptlets

epel9
Nikola Forró 7 years ago
parent 7fa9772b07
commit b8d6009a5c

@ -1,7 +1,7 @@
Summary: Old version of libpng, needed to run old binaries Summary: Old version of libpng, needed to run old binaries
Name: libpng12 Name: libpng12
Version: 1.2.57 Version: 1.2.57
Release: 6%{?dist} Release: 7%{?dist}
License: zlib License: zlib
URL: http://www.libpng.org/pub/png/ URL: http://www.libpng.org/pub/png/
@ -66,9 +66,6 @@ rm -fv $RPM_BUILD_ROOT%{_mandir}/man3/{libpng,libpngpf}.3*
%check %check
make check make check
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files %files
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
%license LICENSE %license LICENSE
@ -83,6 +80,9 @@ make check
%{_libdir}/pkgconfig/libpng12.pc %{_libdir}/pkgconfig/libpng12.pc
%changelog %changelog
* Thu Jun 28 2018 Nikola Forró <nforro@redhat.com> - 1.2.57-7
- Remove ldconfig from scriptlets
* Tue Feb 20 2018 Nikola Forró <nforro@redhat.com> - 1.2.57-6 * Tue Feb 20 2018 Nikola Forró <nforro@redhat.com> - 1.2.57-6
- Add missing gcc build dependency - Add missing gcc build dependency

Loading…
Cancel
Save