diff --git a/redhat/rpmmacros b/redhat/rpmmacros new file mode 100755 index 0000000000..fbf2ee3ed3 --- /dev/null +++ b/redhat/rpmmacros @@ -0,0 +1,3 @@ +%_tmppath /tmp/asterisk +%_topdir %{_tmppath}/redhat +%_rpmfilename %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm diff --git a/redhat/rpmrc b/redhat/rpmrc new file mode 100755 index 0000000000..88c57d10b0 --- /dev/null +++ b/redhat/rpmrc @@ -0,0 +1,3 @@ +############################################################# +macrofiles: /usr/lib/rpm/macros:/usr/lib/rpm/%{_target}/macros:/etc/rpm/macros:/etc/rpm/%{_target}/macros:~/.rpmmacros:/tmp/asterisk/rpmmacros +#############################################################