]> git.pld-linux.org Git - packages/fftw3.git/commitdiff
- add ldconfig for single/long packages
authoradasi <adasi@pld-linux.org>
Sun, 1 Apr 2007 23:28:53 +0000 (23:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fftw3.spec -> 1.33

fftw3.spec

index d58477d8c43b842d16d2d8bceb4d9a1b56426c05..fc80332a43611f41772f3fd36287a749ef562fe9 100644 (file)
@@ -293,6 +293,12 @@ rm -rf $RPM_BUILD_ROOT
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
+%post  single -p /sbin/ldconfig
+%postun        single -p /sbin/ldconfig
+
+%post  long -p /sbin/ldconfig
+%postun        long -p /sbin/ldconfig
+
 %post common-devel
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
This page took 0.059595 seconds and 4 git commands to generate.