]> git.pld-linux.org Git - packages/ejabberd.git/blame - ejabberd.spec
- up to 18.12
[packages/ejabberd.git] / ejabberd.spec
CommitLineData
beed1a42
AM
1# TODO:
2# - package all deps (tarballs 10-29) into separate spec files
3# (like in fedora)
e9f604ed 4# Conditional build:
5%bcond_with pam # PAM authentication support
046546ef 6%bcond_without logdb # enable mod_logdb (server-side message logging)
e0a49cef 7%bcond_with new_sql_schema # build with the new SQL schema
eddf5b64 8
fb70a56e 9Summary: Fault-tolerant distributed Jabber/XMPP server
7abad569 10Summary(pl.UTF-8): Odporny na awarie rozproszony serwer Jabbera/XMPP
d798517a 11Name: ejabberd
f55bab44 12Version: 18.12
a815cc6c 13Release: 1
fb70a56e
JK
14License: GPL
15Group: Applications/Communications
d798517a 16Source0: http://www.process-one.net/downloads/ejabberd/%{version}/%{name}-%{version}.tgz
f55bab44 17# Source0-md5: 8b3a8a8338b1171129a0b2ede009e5ae
d798517a
JK
18Source1: %{name}.init
19Source2: %{name}.sysconfig
20Source3: %{name}.service
f20002e6 21Source4: %{name}.logrotate
e2bda3a7
JK
22#
23# Archives created with the ejabberd-pack_deps.sh script (in this repo)
a815cc6c 24Source10: ejabberd-base64url-20150806.tar.gz
f55bab44
AM
25# Source10-md5: 0d0a6421ccb91adb004d9c930da2c43c
26Source11: ejabberd-cache_tab-20181204.tar.gz
27# Source11-md5: 3debe5111c93aeff9779354691c56881
28Source12: ejabberd-eimp-20180925.tar.gz
29# Source12-md5: 74ca7119a2bbe4c1c3c05b8acf30649b
a815cc6c 30Source13: ejabberd-elixir-20170515.tar.gz
f55bab44 31# Source13-md5: 64443fc99538c09e32a052bae8f30d50
a815cc6c 32Source14: ejabberd-ezlib-20180322.tar.gz
f55bab44
AM
33# Source14-md5: dfbb568ae96c5b33ced5a31f3bf1d53a
34Source15: ejabberd-fast_tls-20181129.tar.gz
35# Source15-md5: 785607922ce506a858be01f17c7d37de
a815cc6c 36Source16: ejabberd-fast_xml-20180924.tar.gz
f55bab44 37# Source16-md5: d5779e69cd2fc5e498f2e316a6e0f2e2
a815cc6c 38Source17: ejabberd-fast_yaml-20180924.tar.gz
f55bab44 39# Source17-md5: d9d300d96d95eda586f0fd9ce2834432
a815cc6c 40Source18: ejabberd-goldrush-20160531.tar.gz
f55bab44 41# Source18-md5: dfe99336f279d58f3603142450c5f6a6
a815cc6c 42Source19: ejabberd-iconv-20180924.tar.gz
f55bab44 43# Source19-md5: edad4b97b8b4a94465885adc8106822f
a815cc6c 44Source20: ejabberd-jiffy-20160331.tar.gz
f55bab44 45# Source20-md5: b12c5bc8d79e3ef741ed46f375010764
a815cc6c 46Source21: ejabberd-jose-20170518.tar.gz
f55bab44
AM
47# Source21-md5: db5cca1f0cd25e1972c3f5745de92b52
48Source22: ejabberd-lager-20181014.tar.gz
49# Source22-md5: 819a7871ec9c837aa05609eaded0d508
a815cc6c 50Source23: ejabberd-p1_mysql-20180723.tar.gz
f55bab44 51# Source23-md5: e3bdb82e3aaf99c0e6f4ab70a71848d4
a815cc6c 52Source24: ejabberd-p1_oauth2-20180425.tar.gz
f55bab44 53# Source24-md5: cdc232ea44c381c6cb06615f83ca4005
a815cc6c 54Source25: ejabberd-p1_pgsql-20180628.tar.gz
f55bab44 55# Source25-md5: d12826dec9231d41c92474b126e824c6
a815cc6c 56Source26: ejabberd-p1_utils-20180924.tar.gz
f55bab44
AM
57# Source26-md5: 93b3c4140d0c84971728c080d4a8722f
58Source27: ejabberd-pkix-20181205.tar.gz
59# Source27-md5: 4a3b369cedd1feecd87101fe795f10dc
60Source28: ejabberd-rebar_elixir_plugin-20160105.tar.gz
61# Source28-md5: 20a974e75677eb0e17f303370ccca6f6
62Source29: ejabberd-stringprep-20180924.tar.gz
63# Source29-md5: 1b0da80d5a66341192cbb0eeb52ad1c5
64Source30: ejabberd-xmpp-20181204.tar.gz
65# Source30-md5: ba424280ce158bf58a8542d75744a9b0
ac7e9a78 66
d798517a
JK
67Patch0: %{name}-paths.patch
68Patch1: %{name}-config.patch
3f23be8e 69# https://paleg.github.io/mod_logdb/
a815cc6c 70# https://github.com/paleg/ejabberd/tree/18.06-mod_logdb
d798517a 71Patch3: %{name}-mod_logdb.patch
3f2196e7 72URL: http://www.ejabberd.im/
fb70a56e 73BuildRequires: autoconf
1a2644b6 74BuildRequires: automake
a306e2ac 75BuildRequires: erlang >= 1:R16B03
6f0d08c1 76BuildRequires: expat-devel >= 1.95
77BuildRequires: openssl-devel
e9f604ed 78%if %{with pam}
79BuildRequires: pam-devel
80%endif
126fba49 81BuildRequires: git-core
67271627 82BuildRequires: rpmbuild(macros) >= 1.671
60c3a68c 83BuildRequires: yaml-devel
01f61704 84BuildRequires: zlib-devel
27b10c8b 85Requires(post): /usr/bin/perl
b15a901d 86Requires(post): jabber-common
0d54398f 87Requires(post): sed >= 4.0
fb70a56e 88Requires(post): textutils
fb70a56e 89Requires(post,preun): /sbin/chkconfig
67271627 90Requires(post,preun,postun): systemd-units >= 38
9a105ba4 91Requires: erlang >= 1:R15B01
bb159536 92Requires: expat >= 1.95
27b10c8b 93Requires: rc-scripts
67271627 94Requires: systemd-units >= 38
028763ab 95Conflicts: logrotate < 3.8.0
fb70a56e
JK
96BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
97
fcf4c7a2
JK
98%define _noautoprovfiles %{_libdir}/%{name}/priv/lib/
99
fb70a56e 100%description
472227c5 101ejabberd is a Free and Open Source fault-tolerant distributed Jabber
102server. It is written mostly in Erlang.
fb70a56e 103
e0166ea5
JR
104%description -l pl.UTF-8
105ejabberd to darmowy, z otwartymi źródłami, odporny na awarie
106rozproszony serwer Jabbera. Jest napisany w większości w Erlangu.
378431cb 107
cba58599 108%package logdb
1a2644b6 109Summary: Server-side logging module
cba58599 110Group: Applications/Communications
111Requires: %{name} = %{version}-%{release}
112
113%description logdb
114Server-side logging module.
115
fb70a56e 116%prep
f55bab44 117%setup -q -a 10 -a 11 -a 12 -a 13 -a 14 -a 15 -a 16 -a 17 -a 18 -a 19 -a 20 -a 21 -a 22 -a 23 -a 24 -a 25 -a 26 -a 27 -a 28 -a 29 -a 30
fb70a56e 118%patch0 -p1
7f71a53c
JK
119%patch1 -p1
120#%%patch2 -p1
9953f9cb 121%if %{with logdb}
046546ef 122%patch3 -p1
9953f9cb 123%endif
fb70a56e 124
8e141538
JK
125# Various parts of the build system use 'git describe'
126# which returns nonsense on manual builds using the builder script
127# and which fails on the PLD builders
128# I was not able to locate all 'git describe' invocation, sot let's
129# fool them with this dummy repository
130unset GIT_DIR GIT_WORK_TREE
131git init
d798661f
JK
132git config user.email "dummy@example.com"
133git config user.name "Dummy"
8e141538
JK
134git add configure.ac
135git commit -a -m "dummy commit"
136git tag "%{version}"
fb8f9840 137
fb70a56e 138%build
8e141538 139unset GIT_DIR GIT_WORK_TREE
e2bda3a7 140%{__aclocal} -I m4
fb70a56e 141%{__autoconf}
6b419144 142%configure \
5613d9b6 143 %{?with_pam --enable-pam} \
e4f8c955 144 --enable-user=jabber \
e0a49cef 145 %{__enable_disable new_sql_schema new-sql-schema} \
8311848d 146 --enable-elixir \
e2bda3a7 147 --enable-full-xml \
e2bda3a7
JK
148 --enable-odbc \
149 --enable-mysql \
150 --enable-pgsql \
151 %{?with_pam:--enable-pam} \
152 --enable-zlib \
beed1a42 153 --enable-iconv
5e08a6fd 154
e2bda3a7
JK
155touch deps/.got
156
beed1a42 157cd deps/iconv
e2bda3a7
JK
158%configure
159cd ../..
beed1a42 160cd deps/stringprep
e2bda3a7
JK
161%configure
162cd ../..
beed1a42 163cd deps/fast_tls
e2bda3a7
JK
164%configure
165cd ../..
beed1a42
AM
166cd deps/fast_xml
167%configure
e2bda3a7 168cd ../..
beed1a42 169cd deps/fast_yaml
e2bda3a7
JK
170%configure
171cd ../..
beed1a42 172cd deps/ezlib
e2bda3a7
JK
173%configure
174cd ../..
175
beed1a42
AM
176# for elixir VM
177LC_ALL=en_US.UTF-8; export LC_ALL
92a38251 178%{__make} -j1
fb70a56e
JK
179
180%install
181rm -rf $RPM_BUILD_ROOT
d798517a 182install -d $RPM_BUILD_ROOT{/var/lib/%{name},/etc/{sysconfig,rc.d/init.d}} \
f20002e6 183 $RPM_BUILD_ROOT{%{systemdunitdir},%{_sbindir}} \
028763ab 184 $RPM_BUILD_ROOT{/etc/logrotate.d,/var/log/archive/%{name}}
fb70a56e 185
8e141538
JK
186unset GIT_DIR GIT_WORK_TREE
187
e2bda3a7 188%{__make} install -j1 \
e4f8c955
JK
189 CHOWN_COMMAND=true \
190 O_USER="" \
191 G_USER="" \
27b10c8b 192 DESTDIR=$RPM_BUILD_ROOT
fb70a56e 193
d798517a 194sed -e's,@libdir@,%{_libdir},g' -e 's,@EJABBERD_DOC_PATH@,%{_docdir}/%{name}-%{version}/doc,g' %{SOURCE1} > $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
126fba49
AM
195cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
196cp -p %{SOURCE3} $RPM_BUILD_ROOT%{systemdunitdir}/%{name}.service
197cp -p %{SOURCE4} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
fb70a56e 198
d798517a 199chmod u+rw $RPM_BUILD_ROOT%{_sbindir}/%{name}*
fb70a56e 200
beed1a42 201chmod 755 $RPM_BUILD_ROOT%{_libdir}/*/priv/lib/*.so
5613d9b6 202
e2bda3a7
JK
203rm -rf _doc 2>/dev/null || :
204mv $RPM_BUILD_ROOT%{_docdir}/%{name} _doc
059c0bab 205
fcf4c7a2
JK
206touch $RPM_BUILD_ROOT%{_sysconfdir}/jabber/ejabberd.cfg
207touch $RPM_BUILD_ROOT/var/lib/ejabberd/.erlang.cookie
208
fb70a56e
JK
209%clean
210rm -rf $RPM_BUILD_ROOT
211
e2bda3a7
JK
212%pre
213if [ -e /etc/jabber/ejabberd.cfg ] ; then
fcf4c7a2
JK
214 %banner -e %{name} <<'EOF'
215Old-style /etc/jabber/ejabberd.cfg configuration file exists. You should
216consider converting it to the new YAML format. You can do this with the
27161f77 217'ejabberdctl convert_to_yaml' command (ejabberd must be already running).
fcf4c7a2 218EOF
e2bda3a7
JK
219fi
220
fb70a56e 221%post
0d54398f 222if [ -f %{_sysconfdir}/jabber/secret ] ; then
7f71a53c 223 SECRET="$(cat %{_sysconfdir}/jabber/secret)"
fb70a56e 224 if [ -n "$SECRET" ] ; then
7f71a53c
JK
225 echo -n "Updating component authentication secret in ejabberd config file..." >&2
226 %{__sed} -i -e "s/@service_secret@/$SECRET/" /etc/jabber/ejabberd.yml
227 echo "done" >&2
fb70a56e
JK
228 fi
229fi
fb70a56e 230/sbin/chkconfig --add ejabberd
7102eb90
JK
231if [ -e /var/run/%{name}-upgrade-trigger ] ; then
232 # service will be restarted in the postun trigger
233 rm -f /var/run/%{name}-upgrade-trigger || :
234else
235 %service ejabberd restart "ejabberd server"
236 %systemd_post %{name}.service
237fi
67271627 238
fb70a56e
JK
239%preun
240if [ "$1" = "0" ]; then
b15a901d 241 %service ejabberd stop
fb70a56e
JK
242 /sbin/chkconfig --del ejabberd
243fi
67271627
JK
244%systemd_preun %{name}.service
245
246%postun
247%systemd_reload
248
249%triggerprein -- %{name} < 13.10
7102eb90
JK
250if [ -e /etc/jabber/ejabberd.cfg ] ; then
251 if grep -Eq '^[^%]*access_get' /etc/jabber/ejabberd.cfg ; then
252 echo "Your 'ejabberd.cfg' config file seems to use 'access_get' option of mod_vcard" >&2
253 echo "this is not supported by this ejabberd version in PLD" >&2
254 exit 1
255 fi
256 rm -f /etc/jabber/ejabberd.yml.rpmnew 2>/dev/null || :
257fi
258if [ -e /var/lock/subsys/ejabberd ] ; then
67271627
JK
259 # old init script won't stop ejabberd correctly
260 # stop it's all processes here
261 # we assume any 'epmd', 'beam', 'beam.smp' or 'heart' process
262 # running with uid of jabber is ejabberd process
263 pids="$(ps -C "epmd beam beam.smp heart" -o pid=,user= | awk '/jabber/ { print $1 }')" || :
264 if [ -n "$pids" ] ; then
265 %banner -e %{name} <<'EOF'
266Killing all 'epmd, beam, beam.smp, heart' processed owned by the 'jabber' user to make sure old ejabberd is down.
7102eb90 267
67271627
JK
268EOF
269 kill $pids || :
270 fi
271fi
7102eb90 272touch /var/run/%{name}-upgrade-trigger || :
fb70a56e 273
fcf4c7a2
JK
274%triggerpostun -- %{name} < 13.10
275# convert old 'NODENAME' in /etc/sysconfig/ejabberd
276# to 'ERLANG_NODE' in /etc/jabber/ejabberdctl.cfg
277# and move other settings
278NODENAME="$(hostname)"
279if [ -e /etc/sysconfig/ejabberd ] ; then
280 . /etc/sysconfig/ejabberd || :
281fi
282subst="s/^#ERLANG_NODE=.*/ERLANG_NODE=ejabberd@${NODENAME}/"
7102eb90
JK
283if [ "$NODENAME" != "localhost" ] ; then
284 %banner -e %{name} <<'EOF'
285Configured node name (ejabberd@${NODENAME}) is not at 'localhost'.
286– setting INET_DIST_INTERFACE=0.0.0.0 in /etc/jabber/ejabberdctl.cfg.
287You should consider tuning that or your firewall configuration.
288
289EOF
290 subst="$subst;s/^#INET_DIST_INTERFACE=.*/INET_DIST_INTERFACE=0.0.0.0/"
291fi
fcf4c7a2
JK
292if [ -n "$ERL_MAX_PORTS" ] ; then
293 subst="$subst;s/^#ERL_MAX_PORTS=.*/ERL_MAX_PORTS=${ERL_MAX_PORTS}/"
294fi
295sed -i -e"$subst" /etc/jabber/ejabberdctl.cfg || :
296if [ -e /etc/sysconfig/ejabberd ] ; then
297 sed -i.rpmsave \
298 -e'/^[#[:space:]]*NODENAME=/d;/^# Node name/d' \
299 -e'/^[#[:space:]]*ERL_MAX_PORTS=/d;/^# uncomment this to allow more then 1024 connections/d' \
300 -e'/^[#[:space:]]*ERL_FULLSWEEP_AFTER=/d;/^# uncomment this to limit memory usage/d' \
301 /etc/sysconfig/ejabberd || :
302fi
303cp %{_sysconfdir}/jabber/cookie /var/lib/ejabberd/.erlang.cookie || :
7102eb90
JK
304chown jabber:jabber /var/lib/ejabberd/.erlang.cookie || :
305chmod 400 /var/lib/ejabberd/.erlang.cookie || :
306if [ -e /etc/jabber/ejabberd.cfg -a ! -e /etc/jabber/ejabberd.yml.rpmnew ] ; then
307 mv /etc/jabber/ejabberd.yml /etc/jabber/ejabberd.yml.rpmnew
308 echo 'include_config_file: "/etc/jabber/ejabberd.cfg"' > /etc/jabber/ejabberd.yml || :
309fi
310
311# post action postponed here
312%service ejabberd restart "ejabberd server"
313%systemd_post %{name}.service
314
67271627 315%systemd_trigger %{name}.service
fcf4c7a2 316
fb70a56e
JK
317%files
318%defattr(644,root,root,755)
e2bda3a7 319%doc sql _doc/*
fb70a56e 320%attr(755,root,root) %{_sbindir}/*
4852a36b
AM
321%attr(755,root,root) %{_bindir}/elixir
322%attr(755,root,root) %{_bindir}/iex
323%attr(755,root,root) %{_bindir}/mix
fcf4c7a2
JK
324%attr(640,root,jabber) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/jabber/ejabberd-inetrc
325%attr(640,root,jabber) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/jabber/ejabberd.yml
326%attr(640,root,jabber) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/jabber/ejabberdctl.cfg
327# legacy config may still be there
328%attr(640,root,jabber) %ghost %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/jabber/ejabberd.cfg
028763ab
JK
329%attr(770,root,jabber) /var/log/%{name}
330%attr(770,root,jabber) /var/log/archive/%{name}
61f3ef21 331%if %{with logdb}
beed1a42 332%exclude %{_libdir}/ejabberd-%{version}/ebin/mod_logdb*
61f3ef21 333%endif
beed1a42 334%{_libdir}/ejabberd-%{version}
ac7e9a78 335%{_libdir}/base64url-*
beed1a42 336%{_libdir}/cache_tab-*
105db1e0
JK
337%dir %{_libdir}/eimp-*
338%dir %{_libdir}/eimp-*/priv
339%dir %{_libdir}/eimp-*/priv/bin
340%attr(755,root,root) %{_libdir}/eimp-*/priv/bin/eimp
341%{_libdir}/eimp-*/ebin
342%{_libdir}/eimp-*/LICENSE.txt
beed1a42 343%{_libdir}/elixir-*
beed1a42
AM
344%{_libdir}/ezlib-*
345%{_libdir}/fast_tls-*
346%{_libdir}/fast_xml-*
347%{_libdir}/fast_yaml-*
348%{_libdir}/goldrush-*
349%{_libdir}/iconv-*
350%{_libdir}/jiffy-*
ac7e9a78 351%{_libdir}/jose-*
beed1a42 352%{_libdir}/lager-*
beed1a42
AM
353%{_libdir}/p1_mysql-*
354%{_libdir}/p1_oauth2-*
355%{_libdir}/p1_pgsql-*
356%{_libdir}/p1_utils-*
f55bab44
AM
357%{_libdir}/pkix-*/ebin
358%{_libdir}/pkix-*/LICENSE
beed1a42
AM
359%{_libdir}/rebar_elixir_plugin-*
360%{_libdir}/stringprep-*
4852a36b 361%{_libdir}/xmpp-*
fb70a56e 362%dir %attr(770,root,jabber) /var/lib/ejabberd
fcf4c7a2 363%ghost %attr(400,jabber,jabber) %ghost %config(noreplace) %verify(not md5 mtime size) /var/lib/ejabberd/.erlang.cookie
d798517a
JK
364%attr(754,root,root) /etc/rc.d/init.d/%{name}
365%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
67271627 366%{systemdunitdir}/%{name}.service
f20002e6 367/etc/logrotate.d/%{name}
cba58599 368
61f3ef21 369%if %{with logdb}
cba58599 370%files logdb
371%defattr(644,root,root,755)
beed1a42 372%{_libdir}/ejabberd-%{version}/ebin/mod_logdb*
61f3ef21 373%endif
This page took 0.387328 seconds and 4 git commands to generate.