| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295 |
- %global alphatag @alphatag@
- %global numcomm @numcomm@
- %global dirty @dirty@
- # Conditionals
- # Invoke "rpmbuild --without <feature>" or "rpmbuild --with <feature>"
- # to disable or enable specific features
- %bcond_with testagents
- %bcond_with watchdog
- %bcond_with monitoring
- %bcond_with snmp
- %bcond_with dbus
- %bcond_with rdma
- %bcond_with systemd
- %bcond_with xmlconf
- Name: corosync
- Summary: The Corosync Cluster Engine and Application Programming Interfaces
- Version: @version@
- Release: 1%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
- License: BSD
- Group: System Environment/Base
- URL: http://ftp.corosync.org
- Source0: ftp://ftp:user@ftp.corosync.org/downloads/%{name}-%{version}/%{name}-%{version}%{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}}.tar.gz
- # Runtime bits
- Requires: corosynclib = %{version}-%{release}
- Requires(pre): /usr/sbin/useradd
- Requires(post): /sbin/chkconfig
- Requires(preun): /sbin/chkconfig
- Conflicts: openais <= 0.89, openais-devel <= 0.89
- # Build bits
- %define buildtrunk 0
- %{?_with_buildtrunk: %define buildtrunk 1}
- BuildRequires: groff
- BuildRequires: libqb-devel
- BuildRequires: nss-devel
- %if %{buildtrunk}
- BuildRequires: autoconf automake
- %endif
- %if %{with rdma}
- BuildRequires: libibverbs-devel librdmacm-devel
- %endif
- %if %{with snmp}
- BuildRequires: net-snmp-devel
- %endif
- %if %{with dbus}
- BuildRequires: dbus-devel
- %endif
- %if %{with systemd}
- BuildRequires: systemd-units
- %endif
- %if %{with xmlconf}
- Requires: libxslt
- %endif
- BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
- %prep
- %setup -q -n %{name}-%{version}%{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}}
- %build
- %if %{buildtrunk}
- ./autogen.sh
- %endif
- %if %{with rdma}
- export ibverbs_CFLAGS=-I/usr/include/infiniband \
- export ibverbs_LIBS=-libverbs \
- export rdmacm_CFLAGS=-I/usr/include/rdma \
- export rdmacm_LIBS=-lrdmacm \
- %endif
- %{configure} \
- %if %{with testagents}
- --enable-testagents \
- %endif
- %if %{with watchdog}
- --enable-watchdog \
- %endif
- %if %{with monitoring}
- --enable-monitoring \
- %endif
- %if %{with snmp}
- --enable-snmp \
- %endif
- %if %{with dbus}
- --enable-dbus \
- %endif
- %if %{with rdma}
- --enable-rdma \
- %endif
- %if %{with systemd}
- --enable-systemd \
- %endif
- %if %{with xmlconf}
- --enable-xmlconf \
- %endif
- --with-initddir=%{_initrddir} \
- --with-systemddir=%{_unitdir}
- make %{_smp_mflags}
- %install
- rm -rf %{buildroot}
- make install DESTDIR=%{buildroot}
- %if %{with dbus}
- mkdir -p -m 0700 %{buildroot}/%{_sysconfdir}/dbus-1/system.d
- install -m 644 %{_builddir}/%{name}-%{version}/conf/corosync-signals.conf %{buildroot}/%{_sysconfdir}/dbus-1/system.d/corosync-signals.conf
- %endif
- ## tree fixup
- # drop static libs
- rm -f %{buildroot}%{_libdir}/*.a
- # drop docs and html docs for now
- rm -rf %{buildroot}%{_docdir}/*
- %clean
- rm -rf %{buildroot}
- %description
- This package contains the Corosync Cluster Engine Executive, several default
- APIs and libraries, default configuration files, and an init script.
- %post
- if [ $1 -eq 1 ]; then
- /sbin/chkconfig --add corosync || :
- fi
- %preun
- if [ $1 -eq 0 ]; then
- /sbin/service corosync stop &>/dev/null || :
- /sbin/chkconfig --del corosync || :
- fi
- %files
- %defattr(-,root,root,-)
- %doc LICENSE SECURITY
- %{_sbindir}/corosync
- %{_sbindir}/corosync-keygen
- %{_sbindir}/corosync-cmapctl
- %{_sbindir}/corosync-cfgtool
- %{_sbindir}/corosync-cpgtool
- %{_sbindir}/corosync-quorumtool
- %{_sbindir}/corosync-notifyd
- %{_bindir}/corosync-blackbox
- %if %{with xmlconf}
- %{_bindir}/corosync-xmlproc
- %config(noreplace) %{_sysconfdir}/corosync/corosync.xml.example
- %dir %{_datadir}/corosync
- %dir %{_datadir}/corosync/xml2conf.xsl
- %{_mandir}/man8/corosync-xmlproc.8*
- %{_mandir}/man5/corosync.xml.5*
- %endif
- %dir %{_sysconfdir}/corosync
- %dir %{_sysconfdir}/corosync/uidgid.d
- %config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example
- %config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example.udpu
- %if %{with dbus}
- %{_sysconfdir}/dbus-1/system.d/corosync-signals.conf
- %endif
- %if %{with snmp}
- %{_datadir}/snmp/mibs/COROSYNC-MIB.txt
- %endif
- %if %{with systemd}
- %{_unitdir}/corosync.service
- %{_unitdir}/corosync-notifyd.service
- %dir %{_datadir}/corosync
- %{_datadir}/corosync/corosync
- %{_datadir}/corosync/corosync-notifyd
- %else
- %{_initrddir}/corosync
- %{_initrddir}/corosync-notifyd
- %endif
- %dir %{_localstatedir}/lib/corosync
- %dir %{_localstatedir}/log/cluster
- %{_mandir}/man8/corosync_overview.8*
- %{_mandir}/man8/corosync.8*
- %{_mandir}/man8/corosync-blackbox.8*
- %{_mandir}/man8/corosync-cmapctl.8*
- %{_mandir}/man8/corosync-keygen.8*
- %{_mandir}/man8/corosync-cfgtool.8*
- %{_mandir}/man8/corosync-cpgtool.8*
- %{_mandir}/man8/corosync-notifyd.8*
- %{_mandir}/man8/corosync-quorumtool.8*
- %{_mandir}/man5/corosync.conf.5*
- %{_mandir}/man5/votequorum.5*
- %{_mandir}/man8/cmap_keys.8*
- # optional testagent rpm
- #
- %if %{with testagents}
- %package -n corosync-testagents
- Summary: The Corosync Cluster Engine Test Agents
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- %description -n corosync-testagents
- This package contains corosync test agents.
- %files -n corosync-testagents
- %defattr(755,root,root,-)
- %{_datadir}/corosync/tests/mem_leak_test.sh
- %{_datadir}/corosync/tests/net_breaker.sh
- %{_datadir}/corosync/tests/cmap-dispatch-deadlock.sh
- %{_datadir}/corosync/tests/shm_leak_audit.sh
- %{_bindir}/cpg_test_agent
- %{_bindir}/sam_test_agent
- %{_bindir}/votequorum_test_agent
- %endif
- # library
- #
- %package -n corosynclib
- Summary: The Corosync Cluster Engine Libraries
- Group: System Environment/Libraries
- Requires: %{name} = %{version}-%{release}
- %description -n corosynclib
- This package contains corosync libraries.
- %files -n corosynclib
- %defattr(-,root,root,-)
- %doc LICENSE
- %{_libdir}/libcfg.so.*
- %{_libdir}/libcpg.so.*
- %{_libdir}/libcmap.so.*
- %{_libdir}/libtotem_pg.so.*
- %{_libdir}/libquorum.so.*
- %{_libdir}/libvotequorum.so.*
- %{_libdir}/libsam.so.*
- %{_libdir}/libcorosync_common.so.*
- %post -n corosynclib -p /sbin/ldconfig
- %postun -n corosynclib -p /sbin/ldconfig
- %package -n corosynclib-devel
- Summary: The Corosync Cluster Engine Development Kit
- Group: Development/Libraries
- Requires: corosynclib = %{version}-%{release}
- Requires: pkgconfig
- Provides: corosync-devel = %{version}
- Obsoletes: corosync-devel < 0.92-7
- %description -n corosynclib-devel
- This package contains include files and man pages used to develop using
- The Corosync Cluster Engine APIs.
- %files -n corosynclib-devel
- %defattr(-,root,root,-)
- %doc LICENSE
- %dir %{_includedir}/corosync/
- %{_includedir}/corosync/corodefs.h
- %{_includedir}/corosync/cfg.h
- %{_includedir}/corosync/cmap.h
- %{_includedir}/corosync/corotypes.h
- %{_includedir}/corosync/cpg.h
- %{_includedir}/corosync/hdb.h
- %{_includedir}/corosync/sam.h
- %{_includedir}/corosync/quorum.h
- %{_includedir}/corosync/votequorum.h
- %dir %{_includedir}/corosync/totem/
- %{_includedir}/corosync/totem/totem.h
- %{_includedir}/corosync/totem/totemip.h
- %{_includedir}/corosync/totem/totempg.h
- %{_libdir}/libcfg.so
- %{_libdir}/libcpg.so
- %{_libdir}/libcmap.so
- %{_libdir}/libtotem_pg.so
- %{_libdir}/libquorum.so
- %{_libdir}/libvotequorum.so
- %{_libdir}/libsam.so
- %{_libdir}/libcorosync_common.so
- %{_libdir}/pkgconfig/*.pc
- %{_mandir}/man3/cpg_*3*
- %{_mandir}/man3/quorum_*3*
- %{_mandir}/man3/votequorum_*3*
- %{_mandir}/man3/sam_*3*
- %{_mandir}/man8/cpg_overview.8*
- %{_mandir}/man8/votequorum_overview.8*
- %{_mandir}/man8/sam_overview.8*
- %{_mandir}/man3/cmap_*3*
- %{_mandir}/man8/cmap_overview.8*
- %{_mandir}/man8/quorum_overview.8*
- %changelog
- * @date@ Autotools generated version <nobody@nowhere.org> - @version@-1-@numcomm@.@alphatag@.@dirty@
- - Autotools generated version
|