Blob Blame History Raw

Summary:          Core Utilities for the Gluster Distributed File System
Name:             glusterfs-coreutils
Version:          0.3.1
Release:          3%{?dist}
License:          GPLv3
Group:            System Environment/Base
URL:              https://github.com/gluster/glusterfs-coreutils
# The source for this package was created from upstream source using the
# following command:
#       make dist
Source0:          glusterfs-coreutils-1b5a326%{dist}.tar.gz

Provides:         bundled(gnulib)

Requires:         glusterfs-api >= 6.0

BuildRequires:    gcc make libtool
BuildRequires:    glusterfs-api-devel >= 6.0
BuildRequires:    help2man >= 1.36
BuildRequires:    readline-devel

%description
gluster-coreutils provides a set of basic utilities such as cat, mkdir, ls,
stat, rm and tail that are implemented specifically using the GlusterFS API.

%prep
%setup -q -n %{name}-1b5a326

%build
%configure
make

%install
%make_install

%files
%license COPYING
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Tue Mar 31 2020  Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 0.3.1-3
- 0.3.1 again and again

* Tue Mar 31 2020  Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 0.3.1-2
- 0.3.1 again

* Mon Mar 30 2020  Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 0.3.1-1
- 0.3.1 

* Wed Jul 27 2016 Anoop C S <anoopcs@redhat.com> - 0.2.0-1
- Initial public release (#1360506)

* Fri Jun 03 2016 Anoop C S <anoopcs@redhat.com> - 0.0.1-0.1.git259f269
- Fixed unused variable build error

* Thu May 05 2016 Anoop C S <anoopcs@redhat.com> - 0.0.1-0.4.git60d57d8
- Fixed creation of links within upstream

* Fri Apr 29 2016 Anoop C S <anoopcs@redhat.com> - 0.0.1-0.3.gitf9a4a2e
- Initial package based on upstream spec file