# Generated by go2rpm %bcond_without check # https://github.com/dchest/safefile %global goipath github.com/dchest/safefile %global commit 855e8d98f1852d48dde521e0522408d1fe7e836a %gometa %global common_description %{expand: Go package safefile implements safe "atomic" saving of files. Instead of truncating and overwriting the destination file, it creates a temporary file in the same directory, writes to it, and then renames the temporary file to the original name when calling Commit.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.4%{?dist} Summary: Safe "atomic" saving of files # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 23 00:46:34 CEST 2019 Robert-André Mauchin - 0-0.4.20180529git855e8d9 - Update to new macros * Thu Jan 31 2019 Fedora Release Engineering - 0-0.3.git855e8d9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0-0.2.git855e8d9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Apr 12 2018 Robert-André Mauchin - 0-0.1.20180529git855e8d9 - First package for Fedora