-
Notifications
You must be signed in to change notification settings - Fork 2
/
pm_logconv.spec
92 lines (82 loc) · 2.21 KB
/
pm_logconv.spec
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
########################################
# Derived definitions
########################################
%define __check_files %{nil}
%define name pm_logconv
%define cluster hb
%define version 1.3
%define release 1
%define prefix /usr
%define instdir pm_logconv
%define ORGARCH %{name}-%{version}
#
#
Summary: Pacemaker and Heartbeat log converter
Name: %{name}-%{cluster}
Version: %{version}
Release: %{release}%{?dist}
Group: Applications
Source: %{name}-%{version}.tar.gz
License: GPL
Vendor: NIPPON TELEGRAPH AND TELEPHONE CORPORATION
BuildRoot: %{_tmppath}/%{name}-%{version}
BuildRequires: make
BuildArch: noarch
Requires: python >= 2.4, python < 3.0
Requires: pacemaker >= 1.0.9, pacemaker < 1.1
Requires: heartbeat >= 3.0.3
########################################
%description
Log message converter for Pacemaker and Heartbeat.
support version
Pacemaker : stable-1.0 (1.0.9 or more)
Heartbeat : 3.0.3
########################################
%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/%{ORGARCH}
########################################
%post
########################################
true
########################################
%preun
########################################
true
########################################
%postun
########################################
true
########################################
%files
########################################
%defattr(-,root,root)
%dir /etc
%config /etc/pm_logconv.conf
%dir %{prefix}/share/pacemaker/%{instdir}
%{prefix}/share/pacemaker/%{instdir}/pm_logconv.py