BuildRoot is obsolete

epel9
Luke Macken 12 years ago
parent 9394419176
commit 24eb3572d0

@ -12,7 +12,6 @@ Group: Development/Languages
License: MIT License: MIT
URL: http://github.com/andymccurdy/redis-py URL: http://github.com/andymccurdy/redis-py
Source0: http://pypi.python.org/packages/source/r/redis/redis-%{version}.tar.gz Source0: http://pypi.python.org/packages/source/r/redis/redis-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: python-devel BuildRequires: python-devel
@ -54,8 +53,6 @@ popd
%{__python} setup.py build %{__python} setup.py build
%install %install
rm -rf %{buildroot}
%if 0%{?with_python3} %if 0%{?with_python3}
pushd %{py3dir} pushd %{py3dir}
%{__python3} setup.py install --skip-build --root=%{buildroot} %{__python3} setup.py install --skip-build --root=%{buildroot}
@ -64,9 +61,6 @@ popd
%{__python} setup.py install -O1 --skip-build --root %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot}
%clean
rm -rf %{buildroot}
%check %check
%if 0%{?with_python3} %if 0%{?with_python3}
pushd %{py3dir} pushd %{py3dir}
@ -95,6 +89,7 @@ popd
- Update to 2.7.6 - Update to 2.7.6
- Run the test suite - Run the test suite
- Add a python3 subpackage - Add a python3 subpackage
- Remove obsolete buildroot tag and cleanup
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.2-2 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

Loading…
Cancel
Save