/[smecontribs]/rpms/ejabberd/contribs7/ejabberd.spec
ViewVC logotype

Diff of /rpms/ejabberd/contribs7/ejabberd.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by slords, Thu May 8 21:12:30 2008 UTC Revision 1.3 by gnujpl, Sat May 10 15:41:02 2008 UTC
# Line 1  Line 1 
1  # $Id$  # $Id: ejabberd.spec,v 1.2 2008/05/08 21:12:30 slords Exp $
2  # Authority: gnujpl  # Authority: gnujpl
3  # Name: Jean-Paul Leclère  # Name: Jean-Paul Leclère
4    
5  Name:           ejabberd  Name:           ejabberd
6  Version:        2.0.0  Version:        2.0.0
7  Release:        3%{?dist}  Release:        4%{?dist}
8  Summary:        A distributed, fault-tolerant Jabber/XMPP server  Summary:        A distributed, fault-tolerant Jabber/XMPP server
9    
10  Group:          Applications/Internet  Group:          Applications/Internet
# Line 52  BuildRequires:  hevea Line 52  BuildRequires:  hevea
52  Requires:       erlang  Requires:       erlang
53  Requires:       usermode  Requires:       usermode
54    
 Requires(pre): fedora-usermgmt  
55  Requires(post): /sbin/chkconfig  Requires(post): /sbin/chkconfig
56  Requires(preun): /sbin/chkconfig  Requires(preun): /sbin/chkconfig
57  Requires(preun): /sbin/service  Requires(preun): /sbin/service
# Line 75  Group: Documentation Line 74  Group: Documentation
74  Documentation for ejabberd.  Documentation for ejabberd.
75    
76  %pre  %pre
77  /usr/sbin/fedora-groupadd 27 -r ejabberd &>/dev/null || :  /usr/sbin/groupadd -g 33 -r ejabberd &>/dev/null || :
78  /usr/sbin/fedora-useradd  27 -r -s /sbin/nologin -d /var/lib/ejabberd -M \  /usr/sbin/useradd -u 33 -r -s /sbin/nologin -d /var/lib/ejabberd -M \
79                               -c 'ejabberd' -g ejabberd ejabberd &>/dev/null || :                               -c 'ejabberd' -g ejabberd ejabberd &>/dev/null || :
80    
81  %post  %post
# Line 200  rm -rf %{buildroot} Line 199  rm -rf %{buildroot}
199  %endif  %endif
200    
201  %changelog  %changelog
202    * Sat May  10 2008 Jean-Paul Leclere <jean-paul@leclere.org> 2.0.0-4
203    - Don't use fedora-usermgmt
204    - set ejabberd uid to 33 for SME compatibility
205    - only spec file changes
206    
207  * Mon May  5 2008 Peter Lemenkov <lemenkov@gmail.com> 2.0.0-3  * Mon May  5 2008 Peter Lemenkov <lemenkov@gmail.com> 2.0.0-3
208  - Fix build against R11B-2  - Fix build against R11B-2
209    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed