Skip to content

Instantly share code, notes, and snippets.

@jhelwig
Created September 2, 2010 17:06
Show Gist options
  • Save jhelwig/562562 to your computer and use it in GitHub Desktop.
Save jhelwig/562562 to your computer and use it in GitHub Desktop.
%{_topdir} %{getenv:HOME}/rpmbuild
%{_builddir} %{_topdir}/BUILD
%{_rpmdir} %{_topdir}/RPMS
%{_sourcedir} %{_topdir}/SOURCES
%{_specdir} %{_topdir}/SPECS
%{_srcrpmdir} %{_topdir}/SRPMS
%{_buildrootdir} %{_topdir}/BUILDROOT
%{buildroot} %{_buildrootdir}/%{name}-%{version}-%{release}.%{_arch}
$RPM_BUILD_ROOT %{buildroot}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment