libgit2/packaging/rpm
2013-10-11 00:06:08 +02:00
..
libgit2.spec libgit2.pc.in: also switch to LIB_INSTALL_DIR 2012-07-16 13:30:23 +02:00
README Fix a typo in the rpm build instructions. 2013-10-11 00:06:08 +02:00

To build RPM packages 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