Commit 30b11e0d authored by Benjamin Sherman's avatar Benjamin Sherman Committed by benjamin

Fix build to work with new Log4j config file (OF-53) and ensured build will...

Fix build to work with new Log4j config file (OF-53) and ensured build will run on x86_64 RHEL/CentOS

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11206 b35dd754-fafc-0310-a699-88a17e54d16e
parent c52f2cad
......@@ -1113,7 +1113,7 @@
<rpm specFile="openfire.spec"
topDir="${target.rpm}"
command="-ba --define 'OPENFIRE_VERSION ${version}' --define 'OPENFIRE_SOURCE ${release.fullname.src}.tar.gz' --define 'OPENFIRE_BUILDDATE ${rpm.builddate}'"
command="-ba --target i386 --define 'OPENFIRE_VERSION ${version}' --define 'OPENFIRE_SOURCE ${release.fullname.src}.tar.gz' --define 'OPENFIRE_BUILDDATE ${rpm.builddate}'"
failOnError="true"
/>
......
......@@ -14,6 +14,8 @@ URL: http://www.igniterealtime.org/
%define prefix /opt
%define homedir %{prefix}/openfire
# couldn't find another way to disable the brp-java-repack-jars which was called in __os_install_post
%define __os_install_post %{nil}
%description
Openfire is a leading Open Source, cross-platform IM server based on the
......@@ -109,6 +111,7 @@ exit 0
%config(noreplace) %{homedir}/conf/openfire.xml
%dir %{homedir}/lib
%{homedir}/lib/*.jar
%{homedir}/lib/log4j.xml
%dir %{homedir}/logs
%dir %{homedir}/plugins
%{homedir}/plugins/search.jar
......
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