template-specs: template-tcl.spec - tcl_sitelib to %{_datadir} due our tcl ...

glen glen at pld-linux.org
Mon May 11 18:55:10 CEST 2009


Author: glen                         Date: Mon May 11 16:55:10 2009 GMT
Module: template-specs                Tag: HEAD
---- Log message:
- tcl_sitelib to %{_datadir} due our tcl rpm's not finished

---- Files affected:
template-specs:
   template-tcl.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: template-specs/template-tcl.spec
diff -u template-specs/template-tcl.spec:1.2 template-specs/template-tcl.spec:1.3
--- template-specs/template-tcl.spec:1.2	Mon May 11 18:54:10 2009
+++ template-specs/template-tcl.spec	Mon May 11 18:55:05 2009
@@ -16,7 +16,9 @@
 #%%define		tcl_version		%(echo 'puts $tcl_version' | tclsh)
 %define		tcl_version		%(rpm -q --qf %{V} tcl-devel | cut -d. -f1,2)
 %define		tcl_sitearch	%{_libdir}/tcl%{tcl_version}
-%define		tcl_sitelib		%{_datadir}/tcl%{tcl_version}
+# pld tcl doesn't use %{_datadir}
+#%%define		tcl_sitelib		%{_datadir}/tcl%{tcl_version}
+%define		tcl_sitelib		%{_libdir}/tcl%{tcl_version}
 
 %description
 ....
@@ -50,6 +52,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2009/05/11 16:55:05  glen
+- tcl_sitelib to %{_datadir} due our tcl rpm's not finished
+
 Revision 1.2  2009/05/11 16:54:10  glen
 - tcl macros
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/template-specs/template-tcl.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list