Hello community, here is the log from the commit of package python-pyparsing for openSUSE:Factory checked in at 2012-11-25 13:53:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyparsing (Old) and /work/SRC/openSUSE:Factory/.python-pyparsing.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyparsing", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyparsing/python-pyparsing.changes 2011-09-23 12:43:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyparsing.new/python-pyparsing.changes 2012-11-25 13:53:29.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Nov 23 14:06:29 UTC 2012 - [email protected] + +- Package examples +- Spec file cleanup + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyparsing.spec ++++++ --- /var/tmp/diff_new_pack.XPVKND/_old 2012-11-25 13:53:29.000000000 +0100 +++ /var/tmp/diff_new_pack.XPVKND/_new 2012-11-25 13:53:29.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pyparsing # -# 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,10 +16,9 @@ # - Name: python-pyparsing Version: 1.5.6 -Release: 3 +Release: 0 Url: http://pyparsing.wikispaces.com/ Summary: Grammar Parser Library for Python License: MIT @@ -27,15 +26,13 @@ Source: http://pypi.python.org/packages/source/p/pyparsing/pyparsing-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -%if 0%{?suse_version} -%py_requires -%if 0%{?suse_version} > 1110 -BuildArch: noarch -%endif -%endif Provides: python-parsing = %{version} Obsoletes: python-parsing < %{version} -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%if 0%{?suse_version} && 0%{?suse_version} <= 1110 +%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%else +BuildArch: noarch +%endif %description The pyparsing module is an alternative approach to creating and executing @@ -44,8 +41,6 @@ code uses to construct the grammar directly in Python code. %package doc - - Summary: Grammar Parser Library for Python - Documentation Group: Development/Libraries/Python Requires: %{name} = %{version} @@ -56,8 +51,7 @@ expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code. -This package contains the documentation of %{name}, under the directory - %{_docdir}/%{name}/ +This package contains the documentation of %{name} %prep %setup -q -n pyparsing-%{version} @@ -70,9 +64,6 @@ %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc CHANGES LICENSE README @@ -80,6 +71,6 @@ %files doc %defattr(-,root,root,-) -%doc docs/* +%doc docs/* examples %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
