Commit 308a1157 authored by Quality Assurance's avatar Quality Assurance Committed by qa

RHX RPM support fix

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@8208 b35dd754-fafc-0310-a699-88a17e54d16e
parent d16e908d
......@@ -1112,16 +1112,17 @@
<!-- installer.rpm-rhx ========================================================================= -->
<property name="target.rpm-rhx" value="${work.dir}/rpm-rhx" />
<property name="rpm-rhx.spec.file" value="${basedir}/build/rpm-rhx/openfire.spec" />
<target name="installer.rpm-rhx" depends="init, dist.init" description="Builds a rpm of openfire for RHX.">
<antcall target="dist.src"/>
<mkdir dir="${target.rpm-rhx}/SPECS" />
<mkdir dir="${target.rpm-rhx}/SOURCES" />
<mkdir dir="${target.rpm-rhx}/BUILD" />
<mkdir dir="${target.rpm-rhx}/SRPMS" />
<mkdir dir="${target.rpm-rhx}/RPMS" />
<copy todir="${target.rpm-rhx}/SPECS" file="${basedir}/build/rpm-rhx/openfire.spec" />
<copy tofile="${target.rpm-rhx}/SPECS/openfire.spec" file="${rpm-rhx.spec.file}" />
<copy todir="${target.rpm-rhx}/SOURCES" file="${release.dest.dir}/${release.fullname.src}.tar.gz" />
<rpm specFile="openfire.spec"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment