Commit 2522eb59 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: add missed kubo-beta

parent 8170611d
kubo.sh
\ No newline at end of file
......@@ -4,20 +4,24 @@
BUILDROOT="$1"
SPEC="$2"
PRODUCT=kubo
. $(dirname $0)/common.sh
# add conflicts to all alternatives
for i in kubo kubo-beta ; do
[ "$i" = "$PRODUCT" ] && continue
subst '1iConflicts: $i' $SPEC
done
subst "s|^Group:.*|Group: File tools|" $SPEC
subst "s|^License:.*$|License: MIT/Apache-2.0|" $SPEC
subst "s|^URL:.*|URL: https://github.com/ipfs/kubo|" $SPEC
subst "s|^Summary:.*|Summary: An IPFS implementation in Go|" $SPEC
subst '1iAutoReq:no' $SPEC
#subst '1iAutoReq:no' $SPEC
subst '1iAutoProv:no' $SPEC
subst '1iConflicts: go-ipfs' $SPEC
subst '1iProvides: go-ipfs' $SPEC
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment