mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 08:24:34 +00:00
7 lines
246 B
Plaintext
7 lines
246 B
Plaintext
To build RPM pakcages for Fedora, follow these steps:
|
|
cp packaging/rpm/libgit2.spec ~/rpmbuild/SPECS
|
|
cd ~/rpmbuild/SOURCES
|
|
wget https://github.com/downloads/libgit2/libgit2/libgit2-0.16.0.tar.gz
|
|
cd ~/rpmbuild/SPECS
|
|
rpmbuild -ba libgit2.spec
|