gnunet-rpm

GNUnet RPM package rules
Log | Files | Refs | README

commit 17ea6f4ccae53f870063e23b5bfd8cec90778103
parent 812fa1fd1e881d12fcb3d10bfec63370acc08b81
Author: Yosl <yosl@seattlemesh.net>
Date:   Sun,  1 Dec 2019 23:00:00 -0800

don't ./bootstrap, configure the build

Diffstat:
Mrpmbuild/SPECS/gnunet-fedora.spec | 4++--
Mrpmbuild/SPECS/gnunet-suse.spec | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/rpmbuild/SPECS/gnunet-fedora.spec b/rpmbuild/SPECS/gnunet-fedora.spec @@ -72,8 +72,8 @@ echo "%SHA512SUM0 %SOURCE0" | sha512sum -c - %build %configure -#example line follows -make %{?_smp_mflags} +#./bootstrap +./configure --prefix=/usr %{make_build} diff --git a/rpmbuild/SPECS/gnunet-suse.spec b/rpmbuild/SPECS/gnunet-suse.spec @@ -72,8 +72,8 @@ echo "%SHA512SUM0 %SOURCE0" | sha512sum -c - %build %configure -#example line follows -make %{?_smp_mflags} +#./bootstrap +./configure --prefix=/usr %{make_build}