# Generated by go2rpm %bcond_without check # https://github.com/VividCortex/godaemon %global goipath github.com/VividCortex/godaemon %global commit eda977734e728f08e70163e736a908dc965dccc8 %gometa %global common_description %{expand: Daemonize Go applications with exec() instead of fork(). You can't daemonize the usual way in Go. Daemonizing is a Unix concept that requires some specific things you can't do easily in Go. But you can still accomplish the same goals if you don't mind that your program will start copies of itself several times, as opposed to using fork() the way many programmers are accustomed to doing.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.12%{?dist} Summary: Daemonize Go applications deviously License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jul 21 2022 Fedora Release Engineering - 0-0.12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 0-0.11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0-0.10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0-0.9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jan 13 17:54:06 CET 2021 Robert-André Mauchin - 0-0.8.20210113giteda9777 - Bump to commit eda977734e728f08e70163e736a908dc965dccc8 * Mon Jul 27 2020 Fedora Release Engineering - 0-0.7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 0-0.6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 0-0.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue May 28 14:20:18 CEST 2019 Robert-André Mauchin - 0-0.4.20180508git3d9f6e0 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 0-0.3.git3d9f6e0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0-0.2.git3d9f6e0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Apr 13 2018 Robert-André Mauchin - 0.0.1.20180508git3d9f6e0 - First package for Fedora