Remove BuildRoot definition

None of currently supported distributions need that.
It was needed last for EL5 which is EOL now

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel8
Igor Gnatenko 7 years ago
parent 171a065797
commit e329b6144e

@ -10,7 +10,6 @@ Group: System Environment/Libraries
License: (MIT or AFL) and (MIT or GPLv2) License: (MIT or AFL) and (MIT or GPLv2)
URL: http://undefined.org/python/#simplejson URL: http://undefined.org/python/#simplejson
Source0: https://files.pythonhosted.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# we don't want to provide private python extension libs # we don't want to provide private python extension libs
%global __provides_exclude_from ^(%{python2_sitearch}|%{python3_sitearch}).*\\.so$ %global __provides_exclude_from ^(%{python2_sitearch}|%{python3_sitearch}).*\\.so$

Loading…
Cancel
Save