rpms/mingw32-tcl/F-10 mingw32-tcl.spec,1.1,1.2

Thomas M. Sailer sailer at fedoraproject.org
Sat May 23 12:36:53 UTC 2009


Author: sailer

Update of /cvs/extras/rpms/mingw32-tcl/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4355

Modified Files:
	mingw32-tcl.spec 
Log Message:
sync with devel



Index: mingw32-tcl.spec
===================================================================
RCS file: /cvs/extras/rpms/mingw32-tcl/F-10/mingw32-tcl.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- mingw32-tcl.spec	23 May 2009 07:19:07 -0000	1.1
+++ mingw32-tcl.spec	23 May 2009 12:36:23 -0000	1.2
@@ -14,7 +14,7 @@
 Summary: MinGW Windows Tool Command Language, pronounced tickle
 Name: mingw32-%{name1}
 Version: %{vers}
-Release: 2%{?dist}
+Release: 5%{?dist}
 License: TCL
 Group: Development/Languages
 URL: http://tcl.sourceforge.net/
@@ -22,13 +22,21 @@ Source0: http://downloads.sourceforge.ne
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 Buildrequires: autoconf
-BuildRequires: mingw32-filesystem >= 30
+BuildRequires: file
+BuildRequires: m4
+BuildRequires: net-tools
+BuildRequires: tcl
+BuildRequires: mingw32-filesystem
 BuildRequires: mingw32-gcc
 BuildRequires: mingw32-binutils
+BuildRequires: mingw32-cpp
+BuildRequires: mingw32-runtime
+BuildRequires: mingw32-w32api
 Patch0: tcl-8.5.1-autopath.patch
 Patch1: tcl-8.5.0-conf.patch
 Patch2: tcl-8.5.0-hidden.patch
 Patch3: tcl-8.5.6-mingw32.patch
+Patch4: tcl-nativetclsh.patch
 
 %description
 The Tcl (Tool Command Language) provides a powerful platform for
@@ -47,12 +55,15 @@ chmod -x generic/tclThreadAlloc.c
 %patch1 -p1 -b .conf
 %patch2 -p1 -b .hidden
 %patch3 -p0 -b .mingw32
+%patch4 -p0 -b .nativetclsh
 
 %build
 pushd win
 autoconf
 %{_mingw32_configure} --disable-threads --enable-shared
-make %{?_smp_mflags} TCL_LIBRARY=%{_mingw32_datadir}/%{name1}%{majorver}
+# builds fail sometimes with %{?_smp_mflags}, so don't use
+make TCL_LIBRARY=%{_mingw32_datadir}/%{name1}%{majorver}
+popd
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -112,6 +123,15 @@ rm -rf $RPM_BUILD_ROOT
 %doc license.terms
 
 %changelog
+* Sat May 23 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 8.5.7-5
+- rebuilt
+
+* Sat May 23 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 8.5.7-4
+- use native shell to install tz data
+
+* Sat May 23 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 8.5.7-3
+- fix BRs
+
 * Fri May 22 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 8.5.7-2
 - remove check section
 




More information about the fedora-extras-commits mailing list