libgit2/packaging/rpm
Michael Schubert 77ace82d7a libgit2.pc.in: also switch to LIB_INSTALL_DIR
b3237ac3 changed CMakeList.txt to use the more standard LIB_INSTALL_DIR
variable instead of INSTALL_LIB, but forgot to change libgit2.pc.in etc.
accordingly.
2012-07-16 13:30:23 +02:00
..
libgit2.spec libgit2.pc.in: also switch to LIB_INSTALL_DIR 2012-07-16 13:30:23 +02:00
README Add specfile and packaging instruction for creating Fedora RPM 2012-03-04 16:38:09 +05:30

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