commit 5a453002eb43191a8a3e38ecc2f0674b8f5c9988
parent ade4501ed5d1ca5f0e6d772a99b4469d30af953c
Author: Yosl <yosl@seattlemesh.net>
Date: Thu, 12 Dec 2019 00:10:06 -0800
comment describing where to specify buildroot if needed
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/rpmbuild/SPECS/gnunet-fedora.spec b/rpmbuild/SPECS/gnunet-fedora.spec
@@ -38,6 +38,8 @@ BuildRequires: libgnutls-dane-devel
# The following package required adding a repo to Tumbleweed:
#BuildRequires: libextractor
#Requires:
+#BuildRoot: %{buildroot}/%{name}-%{version}-%{release}
+#BuildRoot: %{_buildrootdir}
# Build with the following syntax:
# rpmbuild --target noarch -bs gnunet.spec
diff --git a/rpmbuild/SPECS/gnunet-suse.spec b/rpmbuild/SPECS/gnunet-suse.spec
@@ -38,6 +38,8 @@ BuildRequires: libgnutls-dane-devel
# The following package required adding a repo to Tumbleweed:
#BuildRequires: libextractor
#Requires:
+#BuildRoot: %{buildroot}/%{name}-%{version}-%{release}
+#BuildRoot: %{_buildrootdir}
# Build with the following syntax:
# rpmbuild --target noarch -bs gnunet.spec