Skip to content
 
 

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpmbuild

Our rpmbuild repo for rpms we have built. You can check out all the options for rpms to be built in the SPECS folder, and build any of them by doing:

docker run --rm -it -v ${PWD}:/root/rpmbuild centos:7 /bin/bash
# From inside docker image
yum update -y
yum groupinstall -y 'Development Tools'
yum install -y rpmdevtools yum-utils centos-release-scl
cd /root/rpmbuild
spectool -g -C ./SOURCES SPECS/whatever.spec
yum-builddep -y SPECS/whatever.spec
rm -rf /tmp/rpmbuild
rpmbuild --define "_topdir `pwd`" --define "_builddir /tmp/rpmbuild/build" --define "_buildrootdir /tmp/rpmbuild/buildroot" -ba SPECS/whatever.spec

About

RPMs we've built for levenlabs products

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors