File go-go-fuse.spec of Package go-go-fuse

#
# spec file for package go-go-fuse
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           go-go-fuse
Version:        0.0.0+git20140812.8c85ded
Release:        0
Summary:        GO bindings for FUSE
License:        BSD-3-Clause
Group:          Development/Languages/Other
Url:            https://github.com/hanwen/go-fuse
Source:         go-fuse-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  fuse-devel
BuildRequires:  go-devel
%{go_requires}
%{go_provides}
%{go_recommends}

%description
GO-FUSE: native bindings for the FUSE kernel module.

%godoc_package

%prep
%setup -q -n go-fuse-%{version}
rm -rf example
# no buildable Go source files
rm -rf fuse/test

%build
%goprep github.com/hanwen/go-fuse
%gobuild ...

%install
%goinstall
%godoc

%files
%defattr(-,root,root,-)
%doc README LICENSE
%{go_contribdir}/*

%files doc
%defattr(-,root,root,-)
%{go_contribsrcdir}/*

%changelog
openSUSE Build Service is sponsored by