[packages/tcl] - try to fix auto_path; release 2
qboosh
qboosh at pld-linux.org
Thu Dec 25 08:33:08 CET 2025
commit fd9522850143d07cfc76d7f6cf76a21334e3a916
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Dec 25 08:33:33 2025 +0100
- try to fix auto_path; release 2
tcl.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tcl.spec b/tcl.spec
index 84fe623..3531f2b 100644
--- a/tcl.spec
+++ b/tcl.spec
@@ -15,7 +15,7 @@ Summary(tr.UTF-8): Tcl ile kullanılabilen betik dili
Summary(uk.UTF-8): Tool Command Language - вбудовувана мова скриптів
Name: tcl
Version: %{major}.%{minor}
-Release: 1
+Release: 2
License: BSD
Group: Development/Languages/Tcl
Source0: http://downloads.sourceforge.net/tcl/%{name}-core%{version}-src.tar.gz
@@ -141,12 +141,12 @@ cd unix
%{__autoconf}
%configure \
OPTFLAGS="%{rpmcflags} %{rpmcppflags}" \
- TCL_PACKAGE_PATH="%{?have_ulibdir:%{_libdir} %{_libdir}/tcl%{major} }%{_ulibdir} %{_ulibdir}/tcl%{major} %{_datadir}/tcl%{major}" \
+ TCL_PACKAGE_PATH="%{?have_ulibdir:%{_libdir}:%{_libdir}/tcl%{major}:}%{_ulibdir}:%{_ulibdir}/tcl%{major}:%{_datadir}/tcl%{major}" \
--enable-64bit \
--enable-langinfo \
--disable-rpath \
--enable-shared \
- --%{?with_threads:en}%{!?with_threads:dis}able-threads \
+ --enable-threads%{!?with_threads:=no} \
--without-tzdata
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tcl.git/commitdiff/fd9522850143d07cfc76d7f6cf76a21334e3a916
More information about the pld-cvs-commit
mailing list