SPECS: libstk.spec - ghost soname symlink
qboosh
qboosh at pld-linux.org
Thu May 29 16:47:40 CEST 2008
Author: qboosh Date: Thu May 29 14:47:40 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ghost soname symlink
---- Files affected:
SPECS:
libstk.spec (1.29 -> 1.30)
---- Diffs:
================================================================
Index: SPECS/libstk.spec
diff -u SPECS/libstk.spec:1.29 SPECS/libstk.spec:1.30
--- SPECS/libstk.spec:1.29 Wed May 14 16:48:16 2008
+++ SPECS/libstk.spec Thu May 29 16:47:34 2008
@@ -116,21 +116,22 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README TODO license.txt
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libstk.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libstk.so.0
%{_datadir}/%{name}
%files devel
%defattr(644,root,root,755)
%doc doc/*
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libstk.so
+%{_libdir}/libstk.la
%{_includedir}/libstk-*
-%{_pkgconfigdir}/*.pc
+%{_pkgconfigdir}/libstk.pc
%if %{with static_libs}
%files static
%defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libstk.a
%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -139,6 +140,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.30 2008-05-29 14:47:34 qboosh
+- ghost soname symlink
+
Revision 1.29 2008-05-14 14:48:16 hawk
- fixed Rs in devel subpackage for boost 1.35
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libstk.spec?r1=1.29&r2=1.30&f=u
More information about the pld-cvs-commit
mailing list