diff --git a/ejabberd.spec b/ejabberd.spec index f616df5..bf00474 100644 --- a/ejabberd.spec +++ b/ejabberd.spec @@ -1,10 +1,10 @@ Name: ejabberd Version: 1.1.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A distributed, fault-tolerant Jabber/XMPP server Group: Applications/Internet -License: GPL +License: GPLv2 URL: http://ejabberd.jabber.ru/ Source0: http://www.process-one.net/en/projects/ejabberd/download/%{version}/ejabberd-%{version}.tar.gz Source1: ejabberd.init @@ -41,10 +41,6 @@ Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service Requires(postun): /sbin/service -# don't build on ppc64 since hevea hasn't been built on ppc64 yet -# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=250253 -ExcludeArch: ppc64 - %description ejabberd is a Free and Open Source distributed fault-tolerant Jabber/XMPP server. It is mostly written in Erlang, and runs on many @@ -174,6 +170,10 @@ rm -rf %{buildroot} %doc ChangeLog COPYING TODO doc/*.pdf doc/*.html doc/*.png doc/release_notes_* %changelog +* Wed Aug 22 2007 Jeffrey C. Ollie - 1.1.3-9 +- Fix license +- Don't exclude ppc64 + * Wed Aug 22 2007 Jeffrey C. Ollie - 1.1.3-8 - Bump & rebuild to build against latest erlang package.