OBS User unknown 2009-06-19 00:52:13 +00:00 committed by Git OBS Bridge
parent f09dccfa1b
commit e28b2b23c0
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 16 15:33:55 CEST 2009 - max@suse.de
- Install binaries unstripped to fix debuginfo packages.
-------------------------------------------------------------------
Wed Jun 3 18:16:38 CEST 2009 - max@suse.de

View File

@ -21,11 +21,11 @@
Name: tcl
Url: http://www.tcl.tk
Version: 8.5.7
Release: 1
Release: 2
%define TCL_MINOR %(echo %version | cut -c1-3)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: The Tcl Programming Language
License: BSD 3-Clause
License: BSD 3-clause (or similar)
Group: Development/Languages/Tcl
AutoReqProv: on
# bug437293
@ -60,7 +60,7 @@ Authors:
%package devel
Group: Development/Libraries/Tcl
License: BSD 3-Clause
License: BSD 3-clause (or similar)
Summary: Header Files and C API Documentation for Tcl
Requires: tcl = %version
# bug437293
@ -123,7 +123,7 @@ if test -n "$PFLAGS"; then
fi
%install
make -C unix install-strip install-private-headers \
make -C unix install install-private-headers \
INSTALL_ROOT=%buildroot \
TCL_LIBRARY="%scriptdir/tcl%TCL_MINOR"
rm -f %buildroot%scriptdir/tcl%TCL_MINOR/ldAix
@ -162,6 +162,8 @@ exit 0
%_libdir/tclConfig.sh
%changelog
* Tue Jun 16 2009 max@suse.de
- Install binaries unstripped to fix debuginfo packages.
* Wed Jun 03 2009 max@suse.de
- New release: 8.5.7:
* Fix failure to read SHOUTcast streams in the http package.