# Generated by go2rpm 1.3 %bcond_without check # https://github.com/ncw/swift %global goipath github.com/ncw/swift/v2 %global forgeurl https://github.com/ncw/swift Version: 2.0.1 %gometa %global common_description %{expand: This package provides an easy to use library for interfacing with Swift / Openstack Object Storage / Rackspace cloud files from the Go Language.} %global golicenses COPYING %global godocs notes.txt README.md Name: %{goname} Release: 1%{?dist} Summary: Go language interface to Swift License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check for test in "TestWatchdogReaderOnSlowNetwork" \ ; do awk -i inplace '/^func.*'"$test"'\(/ { print; print "\tt.Skip(\"disabled failing test\")"; next}1' $(grep -rl $test) done %gocheck -d rs %endif %gopkgfiles %changelog * Wed Jan 18 2023 Maxwell G - 2.0.1-1 - Update to 2.0.1. Fixes rhbz#2011994. * Thu Jul 21 2022 Fedora Release Engineering - 2.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 2.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 2.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Apr 07 18:21:57 CEST 2021 Robert-André Mauchin - 2.0.0-1 - Initial package