Created
May 2, 2010 04:36
-
-
Save jhelwig/386902 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % cat .rpmmacros | |
| %_topdir %(echo ${HOME}/rpm) | |
| %_tmppath %{_topdir}/tmp | |
| %packager Jacob Helwig <[email protected]> | |
| # Uncomment to have built RPMs land in RPMS/ instead of RPMS/<arch>/ | |
| #%_rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm | |
| %_smp_mflags -j3 | |
| %__arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment