# Generated by go2rpm %bcond_without check # https://github.com/rasky/go-xdr %global goipath github.com/rasky/go-xdr %global commit 1a41d1a06c93bf8a0e0385be3847a277bb793187 %gometa # Remove in F33: %global godevelheader %{expand: Obsoletes: golang-github-rasky-go-xdr-devel < 0-0.4 } %global common_description %{expand: Go-xdr implements the data representation portion of the External Data Representation (XDR) standard protocol as specified in RFC 4506 (obsoletes RFC 1832 and RFC 1014) in Pure Go (Golang). A comprehensive suite of tests are provided to ensure proper functionality. It is licensed under the liberal ISC license, so it may be used in open source or commercial projects.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.12%{?dist} Summary: Implements the XDR standard as specified in RFC 4506 in pure Go License: ISC URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep find . -name "*.go" -exec sed -i "s|github.com/davecgh/go-xdr|github.com/rasky/go-xdr|" "{}" +; %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 * Mon Jul 27 2020 Fedora Release Engineering - 0-0.8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 0-0.7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 0-0.6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Jul 09 2019 Elliott Sales de Andrade - 0-0.5.20190702git1a41d1a - Add Obsoletes for old name * Thu May 23 22:04:27 CEST 2019 Robert-André Mauchin - 0-0.4.20190702git1a41d1a - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 0-0.3.20150914git1a41d1a - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0-0.2.20150914git1a41d1a - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Feb 13 2018 Kaushal - 0-0.1.20150914git1a41d1a - First package for Fedora