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

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Thu Oct 4 13:35:28 UTC 2007


Author: jcollie

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

Modified Files:
	ejabberd.spec 
Log Message:
Don't look for docs that aren't going to be there.


Index: ejabberd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ejabberd/EL-5/ejabberd.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ejabberd.spec	3 Oct 2007 13:43:58 -0000	1.11
+++ ejabberd.spec	4 Oct 2007 13:34:55 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           ejabberd
 Version:        1.1.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A distributed, fault-tolerant Jabber/XMPP server
 
 Group:          Applications/Internet
@@ -166,9 +166,12 @@
 
 %files doc
 %defattr(-,root,root,-)
-%doc ChangeLog COPYING TODO doc/*.pdf doc/*.html doc/*.png doc/release_notes_*
+%doc ChangeLog COPYING TODO doc/release_notes_*
 
 %changelog
+* Thu Oct  4 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.4-3
+- Don't look for docs that aren't going to be there.
+
 * 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.
 




More information about the scm-commits mailing list