]> git.proxmox.com Git - mirror_corosync.git/blob - corosync.spec.in
spec: Add optional xmlconf
[mirror_corosync.git] / corosync.spec.in
1 %global alphatag @alphatag@
2 %global numcomm @numcomm@
3 %global dirty @dirty@
4
5 # Conditionals
6 # Invoke "rpmbuild --without <feature>" or "rpmbuild --with <feature>"
7 # to disable or enable specific features
8 %bcond_with testagents
9 %bcond_with watchdog
10 %bcond_with monitoring
11 %bcond_with snmp
12 %bcond_with dbus
13 %bcond_with rdma
14 %bcond_with systemd
15 %bcond_with nss
16 %bcond_with xmlconf
17
18 Name: corosync
19 Summary: The Corosync Cluster Engine and Application Programming Interfaces
20 Version: @version@
21 Release: 1%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
22 License: BSD
23 Group: System Environment/Base
24 URL: http://ftp.corosync.org
25 Source0: ftp://ftp:user@ftp.corosync.org/downloads/%{name}-%{version}/%{name}-%{version}%{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}}.tar.gz
26
27 # Runtime bits
28 Requires: corosynclib = %{version}-%{release}
29 Requires(pre): /usr/sbin/useradd
30 Requires(post): /sbin/chkconfig
31 Requires(preun): /sbin/chkconfig
32 Conflicts: openais <= 0.89, openais-devel <= 0.89
33
34 # Build bits
35
36 %define buildtrunk 0
37 %{?_with_buildtrunk: %define buildtrunk 1}
38
39 BuildRequires: libqb-devel
40 %if %{buildtrunk}
41 BuildRequires: autoconf automake
42 %endif
43 %if %{with nss}
44 BuildRequires: nss-devel
45 %endif
46 %if %{with rdma}
47 BuildRequires: libibverbs-devel librdmacm-devel
48 %endif
49 %if %{with snmp}
50 BuildRequires: net-snmp-devel
51 %endif
52 %if %{with dbus}
53 BuildRequires: dbus-devel
54 %endif
55 %if %{with systemd}
56 BuildRequires: systemd-units
57 %endif
58 %if %{with xmlconf}
59 Requires: libxslt
60 %endif
61
62 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
63
64 %prep
65 %setup -q -n %{name}-%{version}%{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}}
66
67 %build
68 %if %{buildtrunk}
69 ./autogen.sh
70 %endif
71
72 %if %{with rdma}
73 export ibverbs_CFLAGS=-I/usr/include/infiniband \
74 export ibverbs_LIBS=-libverbs \
75 export rdmacm_CFLAGS=-I/usr/include/rdma \
76 export rdmacm_LIBS=-lrdmacm \
77 %endif
78 %{configure} \
79 %if %{with nss}
80 --enable-nss \
81 %else
82 --disable-nss \
83 %endif
84 %if %{with testagents}
85 --enable-testagents \
86 %endif
87 %if %{with watchdog}
88 --enable-watchdog \
89 %endif
90 %if %{with monitoring}
91 --enable-monitoring \
92 %endif
93 %if %{with snmp}
94 --enable-snmp \
95 %endif
96 %if %{with dbus}
97 --enable-dbus \
98 %endif
99 %if %{with rdma}
100 --enable-rdma \
101 %endif
102 %if %{with systemd}
103 --enable-systemd \
104 %endif
105 %if %{with xmlconf}
106 --enable-xmlconf \
107 %endif
108 --with-initddir=%{_initrddir}
109
110 make %{_smp_mflags}
111
112 %install
113 rm -rf %{buildroot}
114
115 make install DESTDIR=%{buildroot}
116
117 %if %{with dbus}
118 mkdir -p -m 0700 %{buildroot}/%{_sysconfdir}/dbus-1/system.d
119 install -m 644 %{_builddir}/%{name}-%{version}/conf/corosync-signals.conf %{buildroot}/%{_sysconfdir}/dbus-1/system.d/corosync-signals.conf
120 %endif
121
122 ## tree fixup
123 # drop static libs
124 rm -f %{buildroot}%{_libdir}/*.a
125 # drop docs and html docs for now
126 rm -rf %{buildroot}%{_docdir}/*
127
128 %clean
129 rm -rf %{buildroot}
130
131 %description
132 This package contains the Corosync Cluster Engine Executive, several default
133 APIs and libraries, default configuration files, and an init script.
134
135 %post
136 if [ $1 -eq 1 ]; then
137 /sbin/chkconfig --add corosync || :
138 fi
139
140 %preun
141 if [ $1 -eq 0 ]; then
142 /sbin/service corosync stop &>/dev/null || :
143 /sbin/chkconfig --del corosync || :
144 fi
145
146 %files
147 %defattr(-,root,root,-)
148 %doc LICENSE SECURITY
149 %{_sbindir}/corosync
150 %{_sbindir}/corosync-keygen
151 %{_sbindir}/corosync-cmapctl
152 %{_sbindir}/corosync-cfgtool
153 %{_sbindir}/corosync-fplay
154 %{_sbindir}/corosync-pload
155 %{_sbindir}/corosync-cpgtool
156 %{_sbindir}/corosync-quorumtool
157 %{_sbindir}/corosync-notifyd
158 %{_bindir}/corosync-blackbox
159 %if %{with xmlconf}
160 %{_bindir}/corosync-xmlproc
161 %config(noreplace) %{_sysconfdir}/corosync/corosync.xml.example
162 %dir %{_datadir}/corosync
163 %dir %{_datadir}/corosync/xml2conf.xsl
164 %{_mandir}/man8/corosync-xmlproc.8*
165 %{_mandir}/man5/corosync.xml.5*
166 %endif
167 %dir %{_sysconfdir}/corosync
168 %dir %{_sysconfdir}/corosync/uidgid.d
169 %config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example
170 %config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example.udpu
171 %if %{with dbus}
172 %{_sysconfdir}/dbus-1/system.d/corosync-signals.conf
173 %endif
174 %if %{with snmp}
175 %{_datadir}/snmp/mibs/COROSYNC-MIB.txt
176 %endif
177 %if %{with systemd}
178 %{_unitdir}/corosync.service
179 %{_unitdir}/corosync-notifyd.service
180 %else
181 %{_initrddir}/corosync
182 %{_initrddir}/corosync-notifyd
183 %endif
184 %dir %{_localstatedir}/lib/corosync
185 %dir %{_localstatedir}/log/cluster
186 %{_mandir}/man8/corosync_overview.8*
187 %{_mandir}/man8/corosync.8*
188 %{_mandir}/man8/corosync-blackbox.8*
189 %{_mandir}/man8/corosync-cmapctl.8*
190 %{_mandir}/man8/corosync-keygen.8*
191 %{_mandir}/man8/corosync-cfgtool.8*
192 %{_mandir}/man8/corosync-cpgtool.8*
193 %{_mandir}/man8/corosync-fplay.8*
194 %{_mandir}/man8/corosync-pload.8*
195 %{_mandir}/man8/corosync-notifyd.8*
196 %{_mandir}/man8/corosync-quorumtool.8*
197 %{_mandir}/man5/corosync.conf.5*
198 %{_mandir}/man5/votequorum.5*
199
200 # optional testagent rpm
201 #
202 %if %{with testagents}
203
204 %package -n corosync-testagents
205 Summary: The Corosync Cluster Engine Test Agents
206 Group: Development/Libraries
207 Requires: %{name} = %{version}-%{release}
208
209 %description -n corosync-testagents
210 This package contains corosync test agents.
211
212 %files -n corosync-testagents
213 %defattr(755,root,root,-)
214 %{_datadir}/corosync/tests/mem_leak_test.sh
215 %{_datadir}/corosync/tests/net_breaker.sh
216 %{_datadir}/corosync/tests/cmap-dispatch-deadlock.sh
217 %{_datadir}/corosync/tests/shm_leak_audit.sh
218 %{_bindir}/cpg_test_agent
219 %{_bindir}/sam_test_agent
220 %{_bindir}/votequorum_test_agent
221
222 %endif
223
224 # library
225 #
226 %package -n corosynclib
227 Summary: The Corosync Cluster Engine Libraries
228 Group: System Environment/Libraries
229 Requires: %{name} = %{version}-%{release}
230
231 %description -n corosynclib
232 This package contains corosync libraries.
233
234 %files -n corosynclib
235 %defattr(-,root,root,-)
236 %doc LICENSE
237 %{_libdir}/libcfg.so.*
238 %{_libdir}/libcpg.so.*
239 %{_libdir}/libcmap.so.*
240 %{_libdir}/libevs.so.*
241 %{_libdir}/libtotem_pg.so.*
242 %{_libdir}/libquorum.so.*
243 %{_libdir}/libvotequorum.so.*
244 %{_libdir}/libpload.so.*
245 %{_libdir}/libsam.so.*
246 %{_libdir}/libcorosync_common.so.*
247
248 %post -n corosynclib -p /sbin/ldconfig
249
250 %postun -n corosynclib -p /sbin/ldconfig
251
252 %package -n corosynclib-devel
253 Summary: The Corosync Cluster Engine Development Kit
254 Group: Development/Libraries
255 Requires: corosynclib = %{version}-%{release}
256 Requires: pkgconfig
257 Provides: corosync-devel = %{version}
258 Obsoletes: corosync-devel < 0.92-7
259
260 %description -n corosynclib-devel
261 This package contains include files and man pages used to develop using
262 The Corosync Cluster Engine APIs.
263
264 %files -n corosynclib-devel
265 %defattr(-,root,root,-)
266 %doc LICENSE
267 %dir %{_includedir}/corosync/
268 %{_includedir}/corosync/corodefs.h
269 %{_includedir}/corosync/cfg.h
270 %{_includedir}/corosync/cmap.h
271 %{_includedir}/corosync/corotypes.h
272 %{_includedir}/corosync/cpg.h
273 %{_includedir}/corosync/evs.h
274 %{_includedir}/corosync/hdb.h
275 %{_includedir}/corosync/sam.h
276 %{_includedir}/corosync/quorum.h
277 %{_includedir}/corosync/votequorum.h
278 %dir %{_includedir}/corosync/totem/
279 %{_includedir}/corosync/totem/totem.h
280 %{_includedir}/corosync/totem/totemip.h
281 %{_includedir}/corosync/totem/totempg.h
282 %{_libdir}/libcfg.so
283 %{_libdir}/libcpg.so
284 %{_libdir}/libcmap.so
285 %{_libdir}/libevs.so
286 %{_libdir}/libtotem_pg.so
287 %{_libdir}/libquorum.so
288 %{_libdir}/libvotequorum.so
289 %{_libdir}/libpload.so
290 %{_libdir}/libsam.so
291 %{_libdir}/libcorosync_common.so
292 %{_libdir}/pkgconfig/*.pc
293 %{_mandir}/man3/cpg_*3*
294 %{_mandir}/man3/evs_*3*
295 %{_mandir}/man3/quorum_*3*
296 %{_mandir}/man3/votequorum_*3*
297 %{_mandir}/man3/sam_*3*
298 %{_mandir}/man8/cpg_overview.8*
299 %{_mandir}/man8/evs_overview.8*
300 %{_mandir}/man8/votequorum_overview.8*
301 %{_mandir}/man8/sam_overview.8*
302 %{_mandir}/man3/cmap_*3*
303 %{_mandir}/man8/cmap_overview.8*
304 %{_mandir}/man8/quorum_overview.8*
305
306 %changelog
307 * @date@ Autotools generated version <nobody@nowhere.org> - @version@-1-@numcomm@.@alphatag@.@dirty@
308 - Autotools generated version