Accepting request 841275 from devel:languages:tcl

OBS-URL: https://build.opensuse.org/request/show/841275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=58
This commit is contained in:
Dominique Leuenberger 2020-10-15 11:43:55 +00:00 committed by Git OBS Bridge
commit 0a9e5db5a1
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 9 11:25:35 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build with RPM 4.16: error: bare words are no longer
supported, please use "...": lib64 == lib64.
-------------------------------------------------------------------
Tue Dec 3 13:40:02 UTC 2019 - Reinhard Max <max@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package tcl
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -153,7 +153,7 @@ ln -sf tclsh%TCL_MINOR %buildroot%_prefix/bin/tclsh
mkdir -p %buildroot%_datadir/tcl
install -D %{S:3} -m 644 %buildroot/etc/rpm/macros.tcl
%if %_lib == lib64
%if "%_lib" == "lib64"
%post
test -L /usr/lib/tcl%TCL_MINOR && /bin/rm -f /usr/lib/tcl%TCL_MINOR
exit 0