Skip to content

Instantly share code, notes, and snippets.

@raviolicode
Created March 9, 2014 16:23
Show Gist options
  • Save raviolicode/9450247 to your computer and use it in GitHub Desktop.
Save raviolicode/9450247 to your computer and use it in GitHub Desktop.
sudo yum groupinstall “Development tools”
mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
echo '%_topdir %(echo $HOME)/rpmbuild' >> .rpmmacros
echo '%debug_package %{nil}' >> .rpmmacros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment