]> git.pld-linux.org Git - packages/ImageMagick.git/commitdiff
- Execution of ldconfig moved to %post and %postun sections of '-libs'
authormkochano <mkochano@pld-linux.org>
Tue, 11 Apr 2000 09:53:18 +0000 (09:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  package.

Changed files:
    ImageMagick.spec -> 1.52

ImageMagick.spec

index 2baaf232fe454ddf0552cab8cc386e6e8963dd5c..d9196c2d4f123f5d606a60ebda9bc720cd23041c 100644 (file)
@@ -173,8 +173,8 @@ strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.* \
 gzip -9nf $RPM_BUILD_ROOT{%{_mandir}/man*/*,%{_perlmandir}/man3/*} \
        README.txt
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post libs  -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.047364 seconds and 4 git commands to generate.