abinfo "Fedora: Installing Bash completions ..."
install -Dvm644 "$SRCDIR"/extras/httpie-completion.bash \
    "$PKGDIR"/usr/share/bash-completion/completions/http
ln -sv http \
    "$PKGDIR"/usr/share/bash-completion/completions/https

abinfo "Fedora: Installing Fish completions ..."
install -Dvm644 "$SRCDIR"/extras/httpie-completion.fish \
    "$PKGDIR"/usr/share/fish/vendor_completions.d/http.fish	
ln -sv http.fish "$PKGDIR"/usr/share/fish/vendor_completions.d/https.fish

abinfo "Fedora: Installing man pages ..."	
install -Dvm644 "$SRCDIR"/extras/man/*.1 \
    -t "$PKGDIR"/usr/share/man/man1/
