SPECS: tk.spec - updated to 8.5.3 - ghost soname symlink

qboosh qboosh at pld-linux.org
Fri Jul 11 20:39:10 CEST 2008


Author: qboosh                       Date: Fri Jul 11 18:39:09 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 8.5.3
- ghost soname symlink

---- Files affected:
SPECS:
   tk.spec (1.101 -> 1.102) 

---- Diffs:

================================================================
Index: SPECS/tk.spec
diff -u SPECS/tk.spec:1.101 SPECS/tk.spec:1.102
--- SPECS/tk.spec:1.101	Mon Jun  2 16:48:40 2008
+++ SPECS/tk.spec	Fri Jul 11 20:39:04 2008
@@ -8,12 +8,12 @@
 Summary(tr.UTF-8):	Tk, Tcl için grafik kullanıcı arabirimi araç takımıdır
 Summary(uk.UTF-8):	Tk GUI toolkit для Tcl
 Name:		tk
-Version:	%{major}.2
-Release:	2
+Version:	%{major}.3
+Release:	1
 License:	BSD
 Group:		Development/Languages/Tcl
 Source0:	http://dl.sourceforge.net/tcl/%{name}%{version}-src.tar.gz
-# Source0-md5:	bd014bd3e1a818e06ad375b95241452d
+# Source0-md5:	c7d2ef187d0f313850689cda20148ec3
 Patch0:		%{name}-ieee.patch
 Patch1:		%{name}-manlnk.patch
 Patch2:		%{name}-pil.patch
@@ -169,6 +169,7 @@
 
 ln -sf libtk%{major}.so.0.0 $RPM_BUILD_ROOT%{_libdir}/libtk.so
 ln -sf libtk%{major}.so.0.0 $RPM_BUILD_ROOT%{_libdir}/libtk%{major}.so
+ln -sf libtk%{major}.so.0.0 $RPM_BUILD_ROOT%{_libdir}/libtk%{major}.so.0
 mv -f $RPM_BUILD_ROOT%{_bindir}/wish%{major} $RPM_BUILD_ROOT%{_bindir}/wish
 
 if [ "%{_libdir}" != "%{_ulibdir}" ] ; then
@@ -185,8 +186,9 @@
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_bindir}/wish
+%attr(755,root,root) %{_libdir}/libtk%{major}.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libtk%{major}.so.0
 %dir %{_ulibdir}/tk%{major}
 %{_ulibdir}/tk%{major}/*.tcl
 %{_ulibdir}/tk%{major}/tclIndex
@@ -211,16 +213,19 @@
 %lang(ru) %{_ulibdir}/tk%{major}/msgs/ru.msg
 %lang(sv) %{_ulibdir}/tk%{major}/msgs/sv.msg
 %{_ulibdir}/tk%{major}/ttk
-%{_mandir}/man1/*
+%{_mandir}/man1/wish.1*
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_ulibdir}/tkConfig.sh
-%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/libtk%{major}.so
+%attr(755,root,root) %{_libdir}/libtk.so
 %{_libdir}/libtkstub%{major}.a
-%{_includedir}/*
-%{_mandir}/man3/*
-%{_mandir}/mann/*
+%{_includedir}/tk*.h
+%{_includedir}/tk-private
+%{_mandir}/man3/Tk_*.3*
+%{_mandir}/man3/Ttk_*.3*
+%{_mandir}/mann/*.n*
 
 %files demo
 %defattr(644,root,root,755)
@@ -232,6 +237,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.102  2008/07/11 18:39:04  qboosh
+- updated to 8.5.3
+- ghost soname symlink
+
 Revision 1.101  2008/06/02 14:48:40  pluto
 - we provide both (tcl/tk) shared libs, so indirect calls aren't needed.
 - release 2.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tk.spec?r1=1.101&r2=1.102&f=u



More information about the pld-cvs-commit mailing list