31日 7月 2021
This article builds Fedora 31’s src.rpm.
Table of Contents
1 Enable EPEL repository and PowerTools repository
Enable EPEL repository.
sudo dnf install -y epel-release
Enable PowerTools repository.
sudo dnf config-manager –set-enabled powertools
2 Build GNU Global
#!/bin/sh -eURL=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/31URL=${URL}/Everything/source/tree/Packages/g/global-6.6.3-2.fc31.src.rpmwget ${URL}sudo dnf install -y make rpmdevtoolssudo dnf builddep -y global-6.6.3-2.fc31.src.rpmrpmbuild –rebuild global-6.6.3-2.fc31.src.rpm ]]> tagPlaceholderカテゴリ: en, centos-8, global