update prep section to avoid mod duplication

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 2022-10-09 18:04:53 +02:00
parent 59e03afbe8
commit 57e58d397d
1 changed files with 2 additions and 7 deletions

View File

@ -25,11 +25,6 @@ cd src
git clone https://github.com/gohugoio/hugo.git git clone https://github.com/gohugoio/hugo.git
cd hugo cd hugo
git checkout tags/v%{version} git checkout tags/v%{version}
#go get -u -v github.com/gohugoio/hugo
sed 's|h1:NCWpmDDNjHNsrei6VmnYXzOiyZUxV8LVU19REGQ8dKA=|h1:CRDpKE90NuksNOWe7qjq1JHh7yonOht8f7rzAJQSDhc=|' -i go.sum
sed 's|h1:JFNqj2afbbhCqTiyN16D7Tudc/aaDzE2FBDk+VlBQnE=|h1:TA3qh4Cq1VOjh4AJnMHrUFbAsIbD7OnOvpaIRYsU0sI=|' -i go.sum
sed 's|h1:KG+mPzRdPs7eklbZ7KsIikzwvd4wcyA9vv2MniUrFQ8=|h1:o/A5/1yxndTbcU6+eNQ3bJs7TL0xuNoI0MiLZvmE5Jg=|' -i go.sum
go mod download




%build %build
@ -50,8 +45,8 @@ unset CGO_ENABLED
%endif %endif


%install %install
install -p -D -m 0555 src/hugo/hugo %{buildroot}%{_bindir}/hugo install -p -D -m 0755 src/hugo/hugo %{buildroot}%{_bindir}/hugo
install -p -D -m 0555 src/hugo/hugo-extended %{buildroot}%{_bindir}/hugo-extended install -p -D -m 0755 src/hugo/hugo-extended %{buildroot}%{_bindir}/hugo-extended




%files %files