summaryrefslogtreecommitdiffstats
path: root/gluster-block.spec.in
blob: c0a2ea958521be39fe3e81d1b28d3ec021b46d05 (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
41
42

Summary:          Gluster block storage utility
Name:             @PACKAGE_NAME@
Version:          @PACKAGE_VERSION@
Vendor:           Gluster Community
Release:          @PACKAGE_RELEASE@
License:          GPLv2 or LGPLv3+
Group:            System Environment/Base
BuildRequires:    glusterfs-api-devel >= 3.6.0
BuildRequires:    help2man >= 1.36
Requires:         glusterfs-api >= 3.6.0
%if ( 0%{?_with_systemd:1} )
BuildRequires:    systemd
%endif
URL:              http://www.gluster.org/docs/index.php/GlusterFS
Source0:          @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz

%description
gluster-block is a CLI utility, which aims at making gluster backed
block storage creation and maintenance as simple as possible.

%prep
rm -rf %{_topdir}/BUILD/*

%setup

%build
%configure
make

%install
make DESTDIR=${RPM_BUILD_ROOT} install

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%{_sbindir}/gluster-block
%{_sbindir}/gluster-blockd
%if ( 0%{?_with_systemd:1} )
%{_unitdir}/gluster-blockd.service
%endif