From: Mark Spencer Date: Wed, 23 May 2001 14:35:37 +0000 (+0000) Subject: Version 0.1.9 from FTP X-Git-Tag: 0.1.9~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=905845347cbc2685274f0d4c4f342b5e45e46cbf;p=thirdparty%2Fasterisk.git Version 0.1.9 from FTP git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@324 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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 +#############################################################