Commit c5b4bb9c authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Couple of small improvements to the RPM spec file.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7691 b35dd754-fafc-0310-a699-88a17e54d16e
parent 2a372ccc
......@@ -7,23 +7,40 @@ Source0: %{name}_src_3_3_0_alpha.tar.gz
Group: Applications/Communications
Vendor: Jive Software
License: Commercial
URL: www.igniterealtime.org
Requires: jdk >= 1.5.0
URL: http://www.igniterealtime.org/
%description
Openfire XMPP Server
Openfire is a leading Open Source, cross-platform IM server based on the
XMPP (Jabber) protocol. It has great performance, is easy to setup and use,
and delivers an innovative feature set.
%prep
pwd
%build
%install
# There's no need to package this.
rm $RPM_BUILD_ROOT/opt/openfire/logs/stderr.out
%files
%defattr(-,root,root)
/opt/openfire/bin
%dir /opt/openfire/conf
%config(noreplace) /opt/openfire/conf/openfire.xml
/opt/openfire/lib
/opt/openfire/logs/stderr.out
%dir /opt/openfire/logs
/opt/openfire/plugins
/opt/openfire/resources
/opt/openfire/documentation
%config /opt/openfire/conf/openfire.xml
%docdir /opt/openfire/documentation
%doc /opt/openfire/LICENSE.html
%doc /opt/openfire/README.html
%dir /opt/openfire/resources
/opt/openfire/resources/database
/opt/openfire/resources/i18n
/opt/openfire/resources/nativeAuth
/opt/openfire/resources/spank
%dir /opt/openfire/resources/security
%config(noreplace) /opt/openfire/resources/security/keystore
%config(noreplace) /opt/openfire/resources/security/truststore
%doc /opt/openfire/documentation
%doc /opt/openfire/LICENSE.html
%doc /opt/openfire/README.html
%doc /opt/openfire/changelog.html
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