From 39110424716ab3b2686de706632ba58aa4446f9d0a4cec727c512cf040a9ba0c Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 2 May 2013 09:11:14 +0000 Subject: [PATCH] Accepting request 173967 from home:dirkmueller:branches:devel:languages:python - add buildroot - add buildroot OBS-URL: https://build.opensuse.org/request/show/173967 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=10 --- python-pyquery.changes | 5 +++++ python-pyquery.spec | 1 + python3-pyquery.changes | 5 +++++ python3-pyquery.spec | 1 + 4 files changed, 12 insertions(+) diff --git a/python-pyquery.changes b/python-pyquery.changes index 088759a..88624de 100644 --- a/python-pyquery.changes +++ b/python-pyquery.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 30 12:34:43 UTC 2013 - dmueller@suse.com + +- add buildroot + ------------------------------------------------------------------- Tue Mar 26 00:51:38 UTC 2013 - arun@gmx.de diff --git a/python-pyquery.spec b/python-pyquery.spec index 94d2557..8c9ad2a 100644 --- a/python-pyquery.spec +++ b/python-pyquery.spec @@ -28,6 +28,7 @@ BuildRequires: python-devel BuildRequires: python-distribute BuildRequires: python-lxml Requires: python-lxml +BuildRoot: %{_tmppath}/%{name}-%{version}-build %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 diff --git a/python3-pyquery.changes b/python3-pyquery.changes index 4371bf2..c6836ce 100644 --- a/python3-pyquery.changes +++ b/python3-pyquery.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 30 12:34:43 UTC 2013 - dmueller@suse.com + +- add buildroot + ------------------------------------------------------------------- Wed Apr 3 04:12:47 UTC 2013 - arun@gmx.de diff --git a/python3-pyquery.spec b/python3-pyquery.spec index 0d9ca5e..9323355 100644 --- a/python3-pyquery.spec +++ b/python3-pyquery.spec @@ -24,6 +24,7 @@ License: BSD-3-Clause Group: Development/Languages/Python Url: http://pypi.python.org/pypi/pyquery Source: http://pypi.python.org/packages/source/p/pyquery/pyquery-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: python3-distribute