diff --git a/python3-pycparser.changes b/python3-pycparser.changes index 0db404c..00a3289 100644 --- a/python3-pycparser.changes +++ b/python3-pycparser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 19 12:51:18 UTC 2013 - speilicke@suse.com + +- Drop some unneded macros + ------------------------------------------------------------------- Wed Feb 27 15:22:33 UTC 2013 - p.drouand@gmail.com diff --git a/python3-pycparser.spec b/python3-pycparser.spec index df369e2..d6cf74b 100644 --- a/python3-pycparser.spec +++ b/python3-pycparser.spec @@ -25,11 +25,6 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/p/pycparser/pycparser-%{version}.tar.gz BuildRequires: python3-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python3_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%else -BuildArch: noarch -%endif %description pycparser is a complete parser of the C language, written in pure Python using @@ -45,10 +40,8 @@ python3 setup.py build %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} -%if 0%{?suse_version} >= 1220 %check python3 tests/all_tests.py -%endif %files %defattr(-,root,root,-)