]> git.pld-linux.org Git - packages/heartbeat.git/blob - heartbeat.spec
a423adc1139ac2c6dd2abb7dd1a7895644f31d3c
[packages/heartbeat.git] / heartbeat.spec
1 # $Id: heartbeat.spec,v 1.8 2000-06-09 07:22:58 kloczek Exp $
2 Summary:        heartbeat - heartbeat subsystem for High-Availability Linux
3 Name:           heartbeat
4 Version:        0.3.1
5 Release:        1
6 License:        GPL
7 Group:          Utilities
8 Group(pl):      Narzêdzia
9 Source0:        http://www.henge.com/~alanr/ha/download/%{name}-%{version}.tar.gz
10 URL:            http://www.henge.com/~alanr/ha/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 heartbeat is a basic heartbeat subsystem for Linux-HA. It will run
15 scripts at initialization, and when machines go up or down. This
16 version will also perform IP address takeover using gratuitious ARPs.
17 It can even do it correctly for a 2-node configuration.
18
19 %prep
20 %setup -q
21
22 %build
23 make
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27
28 %{__make} install
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %dir /etc/ha.d
36 /etc/rc.d/init.d/heartbeat
37 %config /etc/ha.d/ipresources
38 /etc/ha.d/heartbeat-fifo
39 /etc/ha.d/harc
40 /etc/ha.d/shellfuncs
41 /etc/ha.d/rc.d
42 /etc/ha.d/bin
43 %doc %{_prefix}/doc/heartbeat-0.3.1
This page took 0.060285 seconds and 2 git commands to generate.