# $Id$ # # Example ~/.rpmmacros file for user-specific configuration options. %_topdir /home/FIXME/src/redhat %_tmppath %{_topdir}/tmp %_local_prefix /usr/local %_local_exec_prefix %{_local_prefix} %_local_bindir %{_local_exec_prefix}/bin %_local_sbindir %{_local_exec_prefix}/sbin %_local_libexecdir %{_local_exec_prefix}/libexec %_local_datadir %{_local_prefix}/share %_local_sysconfdir %{_local_prefix}/etc %_local_sharedstatedir %{_local_prefix}/com %_local_localstatedir %{_local_prefix}/var %_local_libdir %{_local_exec_prefix}/lib %_local_includedir %{_local_prefix}/include %_local_infodir %{_local_prefix}/info %_local_mandir %{_local_prefix}/man # for signing of packages #%_signature gpg #%_gpg_name FIXME@example.org %packager FIXME # do not generate debugging packages by default - newer versions # of rpmbuild may instead need: #%define debug_package %{nil} %debug_package %{nil} # do not use %{ARCH} subdirs for built packages %_build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm