# Generated by go2rpm %bcond_without check # https://github.com/facebookgo/atomicfile %global goipath github.com/facebookgo/atomicfile %global commit 2de1f203e7d5e386a6833233882782932729f27e %gometa %global common_description %{expand: Package Atomicfile provides the ability to write a file with an eventual rename on Close (using os.Rename). This allows for a file to always be in a consistent state and never represent an in-progress write. NOTE: `os.Rename` may not be atomic on your operating system.} %global golicenses license %global godocs readme.md Name: %{goname} Version: 0 Release: 0.4%{?dist} Summary: Atomically written/replaced file # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 24 18:36:50 CEST 2019 Robert-André Mauchin - 0-0.4.20180517git2de1f20 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 0-0.3.git2de1f20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0-0.2.git2de1f20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Apr 12 2018 Robert-André Mauchin - 0.0.1.20180517git2de1f20 - First package for Fedora