packages: mcpp/mcpp.spec - ghost soname symlink
shadzik
shadzik at pld-linux.org
Thu Apr 1 22:06:38 CEST 2010
Author: shadzik Date: Thu Apr 1 20:06:38 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- ghost soname symlink
---- Files affected:
packages/mcpp:
mcpp.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/mcpp/mcpp.spec
diff -u packages/mcpp/mcpp.spec:1.2 packages/mcpp/mcpp.spec:1.3
--- packages/mcpp/mcpp.spec:1.2 Thu Apr 1 21:48:37 2010
+++ packages/mcpp/mcpp.spec Thu Apr 1 22:06:33 2010
@@ -66,11 +66,14 @@
%clean
rm -rf $RPM_BUILD_ROOT
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
%files
%defattr(644,root,root,755)
%doc NEWS README LICENSE
%attr(755,root,root) %{_bindir}/mcpp
-%attr(755,root,root) %{_libdir}/libmcpp.so.0
+%attr(755,root,root) %ghost %{_libdir}/libmcpp.so.0
%attr(755,root,root) %{_libdir}/libmcpp.so.0.3.0
%{_mandir}/man1/mcpp.1*
@@ -90,6 +93,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2010/04/01 20:06:33 shadzik
+- ghost soname symlink
+
Revision 1.2 2010/04/01 19:48:37 shadzik
- enable libmcpp
- -devel and -static subpkg
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mcpp/mcpp.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list