Hello community,

here is the log from the commit of package python-4Suite-XML for 
openSUSE:Factory checked in at 2012-06-18 17:34:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-4Suite-XML (Old)
 and      /work/SRC/openSUSE:Factory/.python-4Suite-XML.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-4Suite-XML", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-4Suite-XML/python-4Suite-XML.changes      
2011-09-23 12:42:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-4Suite-XML.new/python-4Suite-XML.changes 
2012-06-18 17:34:12.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 15 14:41:06 UTC 2012 - sasc...@suse.de
+
+- Don't ship windows binary and set license to Apache-1.1 (bnc#767228)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-4Suite-XML.spec ++++++
--- /var/tmp/diff_new_pack.Cec6mD/_old  2012-06-18 17:34:13.000000000 +0200
+++ /var/tmp/diff_new_pack.Cec6mD/_new  2012-06-18 17:34:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-4Suite-XML
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,12 @@
 #
 
 
-
 Name:           python-4Suite-XML
 Version:        1.0.2
-Release:        5
+Release:        0
 Url:            http://4suite.org
 Summary:        An open-source platform for XML processing
-License:        4Suite (Apache-based)
+License:        Apache-1.1
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/4/4Suite-XML/4Suite-XML-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -30,15 +29,14 @@
 BuildRequires:  python-xml
 Requires:       python-xml
 %if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1010
 BuildRequires:  fdupes
 %endif
-%endif
 Provides:       python-4suite-xml = %{version}
 #TODO: Change to '<' after version update:
 Obsoletes:      python-4suite-xml <= %{version}
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%endif
 
 %description
 XML tools and libraries for Python: Domlette, XPath, XSLT, XPointer, XLink,
@@ -47,6 +45,7 @@
 %prep
 %setup -q -n 4Suite-XML-%{version}
 chmod -x Ft/Data/docbook_text1.xslt # Remove executable bit from XSLT file
+rm Ft/Lib/DistExt/stubmain.exe # Remove windows binary (bnc#767228)
 
 %build
 CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
@@ -59,13 +58,10 @@
 install -d %{buildroot}%{_datadir}/%{name}
 mv %{buildroot}%{_prefix}/lib/4Suite/profiles %{buildroot}%{_datadir}/%{name}/ 
# Move 'profiles' away from /usr/lib
 rm -rf %{buildroot}%{_prefix}/lib/4Suite/tests # Remove unwanted tests from 
/usr/lib
-%if 0%{?suse_version} > 1010
-%fdupes %{buildroot}%{_prefix}
+%if 0%{?suse_version}
+%fdupes %{buildroot}%{_prefix}%{python_sitearch}
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc %{_docdir}/%{name}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to