This commit is contained in:
parent
6eb11db9ed
commit
348487d7a7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 16 15:36:47 CEST 2009 - max@suse.de
|
||||||
|
|
||||||
|
- Install binaries unstripped to fix debuginfo packages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 11 18:32:53 CEST 2009 - max@suse.de
|
Mon May 11 18:32:53 CEST 2009 - max@suse.de
|
||||||
|
|
||||||
|
10
tk.spec
10
tk.spec
@ -22,10 +22,10 @@ Name: tk
|
|||||||
BuildRequires: tcl-devel xorg-x11-devel
|
BuildRequires: tcl-devel xorg-x11-devel
|
||||||
Url: http://www.tcl.tk
|
Url: http://www.tcl.tk
|
||||||
Version: 8.5.7
|
Version: 8.5.7
|
||||||
Release: 1
|
Release: 2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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 (or similar)
|
||||||
Group: Development/Languages/Tcl
|
Group: Development/Languages/Tcl
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -57,7 +57,7 @@ Authors:
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Group: Development/Libraries/Tcl
|
Group: Development/Libraries/Tcl
|
||||||
License: BSD 3-Clause
|
License: BSD 3-clause (or similar)
|
||||||
Summary: Header Files and C API Documentation for Tk
|
Summary: Header Files and C API Documentation for Tk
|
||||||
Requires: tk = %version
|
Requires: tk = %version
|
||||||
Requires: tcl-devel
|
Requires: tcl-devel
|
||||||
@ -105,7 +105,7 @@ make %{?jobs:-j%jobs} \
|
|||||||
mv doc/menubar.n doc/tk_menubar.n
|
mv doc/menubar.n doc/tk_menubar.n
|
||||||
mv doc/dialog.n doc/tk_dialog.n
|
mv doc/dialog.n doc/tk_dialog.n
|
||||||
mv doc/panedwindow.n doc/tk_panedwindow.n
|
mv doc/panedwindow.n doc/tk_panedwindow.n
|
||||||
make -C unix install-strip install-private-headers \
|
make -C unix install install-private-headers \
|
||||||
INSTALL_ROOT=%buildroot \
|
INSTALL_ROOT=%buildroot \
|
||||||
TK_LIBRARY="%scriptdir" \
|
TK_LIBRARY="%scriptdir" \
|
||||||
TK_PKG_DIR="tcl/tk%TK_MINOR"
|
TK_PKG_DIR="tcl/tk%TK_MINOR"
|
||||||
@ -140,6 +140,8 @@ exit 0
|
|||||||
%_libdir/tkConfig.sh
|
%_libdir/tkConfig.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 16 2009 max@suse.de
|
||||||
|
- Install binaries unstripped to fix debuginfo packages
|
||||||
* Mon May 11 2009 max@suse.de
|
* Mon May 11 2009 max@suse.de
|
||||||
- New version: 8.5.7
|
- New version: 8.5.7
|
||||||
* Improve keyboard bindings for ttk::scale.
|
* Improve keyboard bindings for ttk::scale.
|
||||||
|
Loading…
Reference in New Issue
Block a user