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:
commit
0a9e5db5a1
@ -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>
|
Tue Dec 3 13:40:02 UTC 2019 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
4
tcl.spec
4
tcl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tcl
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
mkdir -p %buildroot%_datadir/tcl
|
||||||
install -D %{S:3} -m 644 %buildroot/etc/rpm/macros.tcl
|
install -D %{S:3} -m 644 %buildroot/etc/rpm/macros.tcl
|
||||||
|
|
||||||
%if %_lib == lib64
|
%if "%_lib" == "lib64"
|
||||||
%post
|
%post
|
||||||
test -L /usr/lib/tcl%TCL_MINOR && /bin/rm -f /usr/lib/tcl%TCL_MINOR
|
test -L /usr/lib/tcl%TCL_MINOR && /bin/rm -f /usr/lib/tcl%TCL_MINOR
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user