From 24eb3572d05dad14ab942130448e96c92bdaa185 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Sat, 27 Jul 2013 15:41:44 -0400 Subject: [PATCH] BuildRoot is obsolete --- python-redis.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/python-redis.spec b/python-redis.spec index c24e38c..6f00bda 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -12,7 +12,6 @@ Group: Development/Languages License: MIT URL: http://github.com/andymccurdy/redis-py Source0: http://pypi.python.org/packages/source/r/redis/redis-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel @@ -54,8 +53,6 @@ popd %{__python} setup.py build %install -rm -rf %{buildroot} - %if 0%{?with_python3} pushd %{py3dir} %{__python3} setup.py install --skip-build --root=%{buildroot} @@ -64,9 +61,6 @@ popd %{__python} setup.py install -O1 --skip-build --root %{buildroot} -%clean -rm -rf %{buildroot} - %check %if 0%{?with_python3} pushd %{py3dir} @@ -95,6 +89,7 @@ popd - Update to 2.7.6 - Run the test suite - Add a python3 subpackage +- Remove obsolete buildroot tag and cleanup * Thu Feb 14 2013 Fedora Release Engineering - 2.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild