summaryrefslogtreecommitdiffstats
path: root/gluster-block.spec.in
blob: 0be206d5518c5d08df1c27b5b159e2cc03adc6b3 (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
43
44
45
46
47
48
49
50
51
52
53
54

Summary:          Gluster block storage utility
Name:             @PACKAGE_NAME@
Version:          @PACKAGE_VERSION@
Release:          @PACKAGE_RELEASE@
License:          GPLv2 or LGPLv3+
URL:              https://github.com/gluster/gluster-block
Source0:          @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz

BuildRequires:    glusterfs-api-devel >= 3.6.0
BuildRequires:    help2man >= 1.36
%if ( 0%{?_with_systemd:1} )
BuildRequires:    systemd-units
%endif

Requires:         tcmu-runner >= 1.0.4
Requires:         targetcli >= 2.1.fb43

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

%prep
%setup

%build
%configure
make

%install
make DESTDIR=${RPM_BUILD_ROOT} install

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%license COPYING-GPLV2 COPYING-LGPLV3
%doc README.md
%{_sbindir}/gluster-block
%{_sbindir}/gluster-blockd
%{_mandir}/man8/gluster-block*.8*
%if ( 0%{?_with_systemd:1} )
%{_unitdir}/gluster-blockd.service
%endif

%changelog
* Mon Feb 27 2017 Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
- add Man page entry

* Thu Feb 23 2017 Niels de Vos <ndevos@redhat.com>
- cleanup and add licenses and README.md to the package

* Sun Feb 5 2017 Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
- Initial spec file