summaryrefslogtreecommitdiffstats
path: root/cpgx/cpgx.spec
blob: c5db74d6eee6d0b79fc55a84a2f9e70570f0b664 (plain)
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
Name:           cpgx
Version:        1.0
Release:        1%{?dist}
Summary:        corosync cpg test

Group:          QA
License:        GPL
Buildroot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Source0:        cpgx-%{version}.tar.gz
BuildRequires:	corosync-devel


%description
This program tests the virtual synchrony guarantees of corosync and cpg.

%prep
%setup -q


%build
make


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
/usr/bin/cpgx


%changelog
* Tue Jun 02 2009 David Teigland <teigland@redhat.com> 1.0-1
- Initial packaging