SPECS: plplot.spec - ghost soname symlinks
glen
glen at pld-linux.org
Thu Mar 13 01:43:18 CET 2008
Author: glen Date: Thu Mar 13 00:43:18 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ghost soname symlinks
---- Files affected:
SPECS:
plplot.spec (1.26 -> 1.27)
---- Diffs:
================================================================
Index: SPECS/plplot.spec
diff -u SPECS/plplot.spec:1.26 SPECS/plplot.spec:1.27
--- SPECS/plplot.spec:1.26 Tue Feb 13 09:06:41 2007
+++ SPECS/plplot.spec Thu Mar 13 01:43:13 2008
@@ -64,16 +64,15 @@
sizes) may be placed on a single page with multiple lines in each
graph.
-A variety of output file devices such as PostScript, PNG, JPEG,
-LaTeX and others, as well as interactive devices such as xwin,
-tk, xterm and Tektronics devices are supported. New devices can
-be easily added by writing a small number of device dependent
-routines.
+A variety of output file devices such as PostScript, PNG, JPEG, LaTeX
+and others, as well as interactive devices such as xwin, tk, xterm and
+Tektronics devices are supported. New devices can be easily added by
+writing a small number of device dependent routines.
%description -l pl.UTF-8
PLplot to biblioteka funkcji przydatnych do tworzenia wykresów
-naukowych. Może być używana z poziomu języków kompilowanych takich
-jak C, C++, FORTRAN czy Java, albo interaktywnie z poziomu języków
+naukowych. Może być używana z poziomu języków kompilowanych takich jak
+C, C++, FORTRAN czy Java, albo interaktywnie z poziomu języków
interpretowanych takich jak Octave, Python, Perl czy Tcl.
Bibliotekę PLplot można wykorzystać do tworzenia standardowych
@@ -477,8 +476,11 @@
%attr(755,root,root) %{_bindir}/pltek
%attr(755,root,root) %{_bindir}/pstex2eps
%attr(755,root,root) %{_libdir}/libcsirocsa.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libcsirocsa.so.0
%attr(755,root,root) %{_libdir}/libcsironn.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libcsironn.so.0
%attr(755,root,root) %{_libdir}/libplplotd.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libplplotd.so.9
%{_mandir}/man1/plm2gif.1*
%{_mandir}/man1/plpr.1*
%{_mandir}/man1/plrender.1*
@@ -607,6 +609,7 @@
%files c++
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libplplotcxxd.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libplplotcxxd.so.9
%files c++-devel
%defattr(644,root,root,755)
@@ -623,7 +626,9 @@
%files f77
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libplplotf77cd.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libplplotf77cd.so.9
%attr(755,root,root) %{_libdir}/libplplotf77d.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libplplotf77d.so.9
%files f77-devel
%defattr(644,root,root,755)
@@ -662,7 +667,9 @@
%attr(755,root,root) %{_bindir}/pltcl
%attr(755,root,root) %{_bindir}/plserver
%attr(755,root,root) %{_libdir}/libplplottcltkd.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libplplottcltkd.so.9
%attr(755,root,root) %{_libdir}/libtclmatrixd.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libtclmatrixd.so.9
%{_mandir}/man1/pltcl.1*
%{_mandir}/man1/plserver.1*
@@ -715,6 +722,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2008-03-13 00:43:13 glen
+- ghost soname symlinks
+
Revision 1.26 2007-02-13 08:06:41 glen
- tabs in preamble
@@ -765,7 +775,7 @@
- s/gnome/GNOME/
Revision 1.11 2004/07/28 08:03:15 troll
-- removed %%include /usr/lib/rpm/macros.python
+- removed %include /usr/lib/rpm/macros.python
Revision 1.10 2004/06/27 17:55:03 qboosh
- updated to 5.3.1, removed obsolete patches
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/plplot.spec?r1=1.26&r2=1.27&f=u
More information about the pld-cvs-commit
mailing list