# Generated by go2rpm # Needs fuse.ko loaded %bcond_with check # https://github.com/bazil/fuse %global goipath bazil.org/fuse %global forgeurl https://github.com/bazil/fuse %global commit 65cc252bf6691cb3c7014bcb2c8dc29de91e3a7e %gometa %global common_description %{expand: bazil.org/fuse is a Go library for writing FUSE userspace filesystems. It is a from-scratch implementation of the kernel-userspace communication protocol, and does not use the C library from the project called FUSE. bazil.org/fuse embraces Go fully for safety and ease of programming.} %global golicenses LICENSE %global godocs doc examples README.md Name: %{goname} Version: 0 Release: 0.10%{?dist} Summary: Fuse library for Go License: BSD and MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/net/context) BuildRequires: golang(golang.org/x/sys/unix) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 01 16:33:34 CEST 2019 Robert-André Mauchin - 0-0.10.20180628git65cc252 - Update to new macros * Thu Jan 31 2019 Fedora Release Engineering - 0-0.9.git65cc252 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Nov 11 2018 Robert-André Mauchin - 0-0.8.20180628git65cc252 - SPEC refresh * Tue Oct 23 2018 Nicolas Mailhot - 0-0.7.20180628git65cc252 - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Fri Jul 13 2018 Fedora Release Engineering - 0-0.6.git65cc252 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Robert-André Mauchin - 0-0.5.20180628git65cc252 - Bump to commit 65cc252bf6691cb3c7014bcb2c8dc29de91e3a7e * Wed Mar 14 2018 Robert-André Mauchin - 0-0.4.20180313git371fbbd - Fix BuildRequires * Wed Mar 07 2018 Robert-André Mauchin - 0-0.3.20180313git371fbbd - Update with the new Go packaging - Add doc and examples - Make devel package arched * Wed Feb 07 2018 Fedora Release Engineering - 0-0.2.20160811git371fbbd - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jul 24 2017 Robert-André Mauchin - 0-0.1.20160811git371fbbd - First package for Fedora