]> git.pld-linux.org Git - packages/cal3d.git/blobdiff - cal3d.spec
- instal soname symlink as %ghost
[packages/cal3d.git] / 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.101444 seconds and 4 git commands to generate.