Accepting request 841310 from home:dimstar:Factory
- Fix build with RPM 4.16: error: bare words are no longer supported, please use "...": lib64 == lib64. OBS-URL: https://build.opensuse.org/request/show/841310 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=76
This commit is contained in:
parent
b02c71ecfa
commit
b3e875a1ad
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 15:17:51 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:54:10 UTC 2019 - Reinhard Max <max@suse.com>
|
||||
|
||||
|
4
tk.spec
4
tk.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tk
|
||||
#
|
||||
# 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
|
||||
@ -122,7 +122,7 @@ ln -sf wish%TK_MINOR %buildroot%_prefix/bin/wish
|
||||
ln -sf wish%TK_MINOR.n.gz %buildroot%_mandir/mann/wish.n.gz
|
||||
install -m 0755 %{S:3} %buildroot%_bindir/tkcon
|
||||
|
||||
%if %_lib == lib64
|
||||
%if "%_lib" == "lib64"
|
||||
|
||||
%post
|
||||
test -L /usr/lib/tk%TK_MINOR && rm -f /usr/lib/tk%TK_MINOR
|
||||
|
Loading…
Reference in New Issue
Block a user