%global docdir %{_datadir}/doc/python-gluster-mgmt-client %global libdir %{python2_sitelib}/glusterapilib Name: python-gluster-mgmt-client Version: 0.2 Release: 1 Summary: python-gluster-mgmt-client provides python bindings for the GlusterD-2.0 APIs URL: https://github.com/gluster/python-gluster-mgmt-client Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz License: GPLv3 BuildArch: noarch BuildRequires: python2-devel %description python-gluster-mgmt-client provides python bindings for the GlusterD-2.0 APIs. %prep %setup -q -n %{name}-%{version} %build %install mkdir -p %{buildroot}/%{docdir} install -p -m 644 README.md %{buildroot}/%{docdir} cp -r doc/* %{buildroot}/%{docdir} mkdir -p %{buildroot}/%{libdir} cp -r glusterapi/* %{buildroot}/%{libdir} %files %doc %{docdir} %{libdir} %license LICENSE %changelog * Wed Sep 5 2018 Sachidananda Urs 0.2 - Fixed the import errors * Tue Apr 24 2018 Sachidananda Urs 0.1 - Initial release.