-
Notifications
You must be signed in to change notification settings - Fork 6
/
pm_extras.spec.in
114 lines (95 loc) · 3.01 KB
/
pm_extras.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
########################################
# Derived definitions
########################################
%define __check_files %{nil}
%define name pm_extras
%define version 1.4
%define release 1.el@RHEL_VER@
%define prefix /usr
%define libdir %{_libdir}
#
%define ocfdir /usr/lib/ocf/resource.d/heartbeat
%define extdir %{_libdir}/stonith/plugins/external
%define lcrsodir %{_libexecdir}/lcrso
#
#
#
Summary: Extra Tools & Scripts for Pacemaker
Name: %{name}
Version: %{version}
Release: %{release}
Group: Applications
Source: %{name}-%{version}.tar.gz
License: GPL
Vendor: NIPPON TELEGRAPH AND TELEPHONE CORPORATION
BuildRoot: %{_tmppath}/%{name}-%{version}
BuildRequires: make, pacemaker-libs-devel >= 1.0.9, heartbeat-devel >= 3.0.3, cluster-glue-libs-devel >= 1.0.6, corosynclib-devel >= 1.2.7
Requires: pacemaker >= 1.0.9, resource-agents >= 1.0.3, cluster-glue >= 1.0.6, heartbeat >= 3.0.3
########################################
%description
Extra Scripts for pacemaker and resource-agents and cluster-glue.
########################################
%prep
########################################
rm -rf $RPM_BUILD_ROOT
########################################
%setup -q
########################################
########################################
%build
########################################
########################################
%configure
########################################
########################################
%pre
########################################
########################################
%install
########################################
make DESTDIR=$RPM_BUILD_ROOT install
########################################
%clean
########################################
if
[ -n "${RPM_BUILD_ROOT}" -a "${RPM_BUILD_ROOT}" != "/" ]
then
rm -rf $RPM_BUILD_ROOT
fi
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
########################################
%post
########################################
########################################
%preun
########################################
########################################
%postun
########################################
########################################
%files
########################################
%defattr(-,root,root)
%dir %{ocfdir}
%attr (755, root, root) %{ocfdir}/NVclient
%attr (755, root, root) %{ocfdir}/VIPcheck
%attr (755, root, root) %{ocfdir}/hulft
%dir %{extdir}
%attr (755, root, root) %{extdir}/stonith-helper
%attr (-,root,haclient) %{_libdir}/heartbeat/ifcheckd
%dir %{lcrsodir}
%attr (755, root, root) %{lcrsodir}/iface_check.lcrso
%doc %{_docdir}/pm_extras/README
%doc %{_docdir}/pm_extras/HowToBuild_pm_extras.txt
########################################
%changelog
########################################
* Fri May 13 2011 Hideo Yamauchi <[email protected]>
* Wed Oct 6 2010 Yuusuke IIDA <[email protected]>
- initial release
- RA NVclient 1.4
- RA VIPcheck 1.1
- plugin stonith-helper 1.0
- tool ifcheckd 1.0 for Heartbeat
- tool iface_check.lcrso 1.0 for Corosync
- The use is going to be enabled after corosync-2.0.