-
Notifications
You must be signed in to change notification settings - Fork 22
/
glusterfs-coreutils.spec.in
51 lines (44 loc) · 1.24 KB
/
glusterfs-coreutils.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
Summary: Core Utilities for the Gluster Distributed File System
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Release: @PACKAGE_RELEASE@
Vendor: Gluster Community
License: GPLv3
Group: System Environment/Base
BuildRequires: glusterfs-api-devel >= 3.6.0
BuildRequires: help2man >= 1.36
Requires: glusterfs-api >= 3.6.0
URL: http://www.gluster.org/docs/index.php/GlusterFS
Source0: @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
%description
gluster-coreutils provides a set of basic utilities such as cat, mkdir, ls, and
tail that are implemented specifically using the GlusterFS API.
%prep
rm -rf %{_topdir}/BUILD/*
%setup
%build
%configure
make
%install
make DESTDIR=${RPM_BUILD_ROOT} install
%clean
rm -rf ${RPM_BUILD_ROOT}
%files
%{_bindir}/gfcat
%{_bindir}/gfcli
%{_bindir}/gfcp
%{_bindir}/gfls
%{_bindir}/gfmkdir
%{_bindir}/gfput
%{_bindir}/gfrm
%{_bindir}/gfstat
%{_bindir}/gftail
/usr/share/man/man1/gfcat.1.gz
/usr/share/man/man1/gfcli.1.gz
/usr/share/man/man1/gfcp.1.gz
/usr/share/man/man1/gfls.1.gz
/usr/share/man/man1/gfmkdir.1.gz
/usr/share/man/man1/gfput.1.gz
/usr/share/man/man1/gfrm.1.gz
/usr/share/man/man1/gfstat.1.gz
/usr/share/man/man1/gftail.1.gz