[python-4Suite-XML] Drop pre-compiled stubmain.exe

Miloslav Trmac mitr at fedoraproject.org
Fri Oct 28 15:42:13 UTC 2011


commit e0610a5dea3b4982c4ff0b47ac8e6fd524258c06
Author: Miloslav Trmač <mitr at redhat.com>
Date:   Fri Oct 28 17:41:16 2011 +0200

    Drop pre-compiled stubmain.exe
    
    Resolves: #749427

 python-4Suite-XML.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/python-4Suite-XML.spec b/python-4Suite-XML.spec
index f1d52d6..316301e 100644
--- a/python-4Suite-XML.spec
+++ b/python-4Suite-XML.spec
@@ -2,7 +2,7 @@
 
 Name: python-4Suite-XML
 Version: 1.0.2
-Release: 12%{?dist}
+Release: 13%{?dist}
 Summary: A collection of XML-related technologies for Python
 
 Group: Development/Libraries
@@ -32,6 +32,12 @@ Its major components include the following:
 %patch0 -p1 -b .expat-dos
 %patch1 -p1 -b .tests-as
 
+# https://sourceforge.net/tracker/?func=detail&aid=3429771&group_id=39954&atid=428292
+# Ft.Lib "can be used independently", but it needs stubmain.exe only when
+# it is _run_ on Windows.  Our package won't run on Windows, so this is good
+# enough.
+rm Ft/Lib/DistExt/stubmain.exe
+
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
 python setup.py config --system --pythonlibdir=%{python_sitearch} \
@@ -64,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/4Suite
 
 %changelog
+* Fri Oct 28 2011 Miloslav Trmač <mitr at redhat.com> - 1.0.2-13
+- Drop pre-compiled stubmain.exe
+  Resolves: #749427
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list