From 9ed1c2b6d7b4fab6d79490e44d9fceffcd24c5648814e8dac6ab8364c3033d6e Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 7 Jul 2011 13:20:16 +0000 Subject: [PATCH] - Remove unused %python_sitearch macro definition OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=32 --- python-py2pack.changes | 5 +++++ python-py2pack.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-py2pack.changes b/python-py2pack.changes index a045688..ed93ea0 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 7 13:17:54 UTC 2011 - saschpe@suse.de + +- Remove unused %python_sitearch macro definition + ------------------------------------------------------------------- Wed Jun 22 10:21:55 UTC 2011 - saschpe@suse.de diff --git a/python-py2pack.spec b/python-py2pack.spec index be17804..6935868 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -36,7 +36,6 @@ BuildArch: noarch %endif %endif %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %description This script allows to generate RPM spec or DEB dsc files from Python modules.