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>
This commit is contained in:
Igor Gnatenko 2018-02-14 00:38:26 +01:00
parent c034bef90b
commit 17883467f6

View File

@ -7,7 +7,6 @@ Group: System Environment/Libraries
License: BSD
URL: https://github.com/google/snappy
Source0: https://github.com/google/snappy/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# add missing dependency on gtest to snappy_unittest
Patch0: %{name}-gtest.patch