- Integrate tkcon.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=33
This commit is contained in:
parent
7548a28627
commit
69173a3bf0
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 20 12:24:38 UTC 2013 - max@suse.com
|
Thu Jun 20 13:12:52 UTC 2013 - max@suse.com
|
||||||
|
|
||||||
- New version: 8.6.0.
|
- New version: 8.6.0.
|
||||||
* Built-in PNG Image Support: Photo images now support
|
* Built-in PNG Image Support: Photo images now support
|
||||||
@ -19,6 +19,7 @@ Thu Jun 20 12:24:38 UTC 2013 - max@suse.com
|
|||||||
* Additional New Features: Text widget cursor control, more
|
* Additional New Features: Text widget cursor control, more
|
||||||
window manager hints, and a collection of modernizations in
|
window manager hints, and a collection of modernizations in
|
||||||
appearance and function.
|
appearance and function.
|
||||||
|
- Integrate tkcon.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 5 10:18:51 UTC 2013 - idonmez@suse.com
|
Fri Apr 5 10:18:51 UTC 2013 - idonmez@suse.com
|
||||||
|
4
tk.spec
4
tk.spec
@ -32,6 +32,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Summary: Graphical User Interface Toolkit for Tcl
|
Summary: Graphical User Interface Toolkit for Tcl
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Tcl
|
Group: Development/Languages/Tcl
|
||||||
|
Obsoletes: tkcon < 2.7
|
||||||
|
Provides: tkcon = 2.7
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: tk-64bit
|
Obsoletes: tk-64bit
|
||||||
@ -46,6 +48,7 @@ PreReq: /bin/rm
|
|||||||
Source0: ftp://ftp.tcl.tk/pub/tcl/tcl8_5/%name%{version}%{rrc}-src.tar.gz
|
Source0: ftp://ftp.tcl.tk/pub/tcl/tcl8_5/%name%{version}%{rrc}-src.tar.gz
|
||||||
Source1: tk-rpmlintrc
|
Source1: tk-rpmlintrc
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
|
Source3: http://tkcon.cvs.sourceforge.net/tkcon/tkcon/tkcon.tcl
|
||||||
Patch0: %name.patch
|
Patch0: %name.patch
|
||||||
Patch1: tk-8.5.12-fix-xft.patch
|
Patch1: tk-8.5.12-fix-xft.patch
|
||||||
|
|
||||||
@ -118,6 +121,7 @@ make -C unix install install-private-headers \
|
|||||||
TK_PKG_DIR="tcl/tk%TK_MINOR"
|
TK_PKG_DIR="tcl/tk%TK_MINOR"
|
||||||
ln -sf wish%TK_MINOR %buildroot%_prefix/bin/wish
|
ln -sf wish%TK_MINOR %buildroot%_prefix/bin/wish
|
||||||
ln -sf wish%TK_MINOR.n.gz %buildroot%_mandir/mann/wish.n.gz
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user