rpms/ejabberd/EL-5 ejabberd.spec,1.10,1.11

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Wed Oct 3 13:44:31 UTC 2007


Author: jcollie

Update of /cvs/pkgs/rpms/ejabberd/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21007

Modified Files:
	ejabberd.spec 
Log Message:
Don't build docs


Index: ejabberd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ejabberd/EL-5/ejabberd.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ejabberd.spec	21 Sep 2007 17:08:09 -0000	1.10
+++ ejabberd.spec	3 Oct 2007 13:43:58 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           ejabberd
 Version:        1.1.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A distributed, fault-tolerant Jabber/XMPP server
 
 Group:          Applications/Internet
@@ -28,7 +28,7 @@
 BuildRequires:  expat-devel
 BuildRequires:  openssl-devel
 BuildRequires:  erlang
-BuildRequires:  hevea
+#BuildRequires:  hevea
 
 Requires:       erlang
 Requires:       usermode
@@ -40,7 +40,7 @@
 Requires(postun): /sbin/service
 
 #https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=250253
-ExcludeArch: ppc64
+#ExcludeArch: ppc64
 
 %description
 ejabberd is a Free and Open Source distributed fault-tolerant
@@ -91,9 +91,9 @@
 %configure --enable-odbc
 make %{?_smp_mflags}
 popd
-pushd doc
-make html pdf
-popd
+#pushd doc
+#make html pdf
+#popd
 
 %install
 rm -rf %{buildroot}
@@ -169,6 +169,9 @@
 %doc ChangeLog COPYING TODO doc/*.pdf doc/*.html doc/*.png doc/release_notes_*
 
 %changelog
+* Wed Oct  3 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.4-2
+- Don't build docs since hevea isn't available in EPEL.
+
 * Wed Sep  5 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.4-1
 - Drop LDAP patch
 - Update mod_ctlextra




More information about the fedora-extras-commits mailing list