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 ...@@ -7,23 +7,40 @@ Source0: %{name}_src_3_3_0_alpha.tar.gz
Group: Applications/Communications Group: Applications/Communications
Vendor: Jive Software Vendor: Jive Software
License: Commercial License: Commercial
URL: www.igniterealtime.org Requires: jdk >= 1.5.0
URL: http://www.igniterealtime.org/
%description %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 %prep
pwd
%build %build
%install %install
# There's no need to package this.
rm $RPM_BUILD_ROOT/opt/openfire/logs/stderr.out
%files %files
%defattr(-,root,root) %defattr(-,root,root)
/opt/openfire/bin /opt/openfire/bin
%dir /opt/openfire/conf
%config(noreplace) /opt/openfire/conf/openfire.xml
/opt/openfire/lib /opt/openfire/lib
/opt/openfire/logs/stderr.out %dir /opt/openfire/logs
/opt/openfire/plugins /opt/openfire/plugins
/opt/openfire/resources /opt/openfire/resources
/opt/openfire/documentation %dir /opt/openfire/resources
%config /opt/openfire/conf/openfire.xml /opt/openfire/resources/database
%docdir /opt/openfire/documentation /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/LICENSE.html
%doc /opt/openfire/README.html %doc /opt/openfire/README.html
%doc /opt/openfire/changelog.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