Name: tfefs Version: 0.3 Release: 0 Summary: Hashicorp Terraform Enterprise Fuse Agent License: GPL+ %define _disable_source_fetch 0 Source0: https://github.com/jboero/hashifuse/archive/master.zip BuildRequires: libcurl-devel fuse-devel jsoncpp-devel gcc-c++ make unzip Requires: libcurl fuse jsoncpp URL: https://github.com/jboero/hashifuse %define debug_package %{nil} %description FUSE filesystem for browsing and managing Hashicorp Terraform Enterprise. %prep %autosetup -c %{name}-%{version} %build cd hashifuse-master/TFEFS make %install mkdir -p %{buildroot}%{_bindir}/ cp -p hashifuse-master/TFEFS/%{name} %{buildroot}%{_bindir}/ %clean rm -rf %{buildroot} rm -rf %{_builddir}/* %files %{_bindir}/%{name} %changelog