]> git.pld-linux.org Git - packages/cal3d.git/commitdiff
- instal soname symlink as %ghost auto/th/cal3d-0_11_0-1 auto/ti/cal3d-0_11_0-1
authorpawelz <pawelz@pld-linux.org>
Tue, 5 May 2009 08:03:53 +0000 (08:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- execute ldconfig in %post and %postun

Changed files:
    cal3d.spec -> 1.18

cal3d.spec

index 57a0fa6e63c4808fe9ec1ed803c95cdc1a74c3d1..fa66aa168c26bc8cfcc350e2d62e3061587fef25 100644 (file)
@@ -79,11 +79,15 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/cal3d*
-%attr(755,root,root) %{_libdir}/libcal3d.so.*
+%attr(755,root,root) %{_libdir}/libcal3d.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libcal3d.so.12
 %{_mandir}/man1/cal3d*
 
 %files devel
This page took 0.113628 seconds and 4 git commands to generate.