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