Blame SPECS/go-srpm-macros.spec

e617f9
Name:           go-srpm-macros
e617f9
Version:        2
ed5dee
Release:        17%{?dist}
e617f9
Summary:        RPM macros for building Golang packages for various architectures
e617f9
Group:          Development/Libraries
e617f9
License:        GPLv3+
ed5dee
Source0:        macros.go-srpm
e617f9
BuildArch:      noarch
e617f9
# for install command
e617f9
BuildRequires:  coreutils
e617f9
e617f9
%description
e617f9
The package provides macros for building projects in Go
e617f9
on various architectures.
e617f9
e617f9
%prep
ed5dee
# nothing to prep
e617f9
e617f9
%build
e617f9
# nothing to build, just for hooks
e617f9
e617f9
%install
ed5dee
install -m 644 -D %{SOURCE0} %{buildroot}%{_rpmconfigdir}/macros.d/macros.go-srpm
e617f9
e617f9
%files
e617f9
%{_rpmconfigdir}/macros.d/macros.go-srpm
e617f9
e617f9
%changelog
ed5dee
* Fri Jan 15 11:32:45 CET 2021 Alejandro Sáez <asm@redhat.com> - 2-17
ed5dee
- Add and update the go-compiler functionality (gobuild macro)
ed5dee
- Deprecate ix86
ed5dee
- Update Source0
ed5dee
- Resolves: rhbz#1905383
ed5dee
e617f9
* Mon Mar 05 2018 Jan Chaloupka <jchaloup@redhat.com> - 2-16
e617f9
- Switch to upstream tarball (2nd attempt)
e617f9
e617f9
* Sun Mar 04 2018 Jan Chaloupka <jchaloup@redhat.com> - 2-15
e617f9
- Build the rawhide gometa completely on rawhide forgemeta
e617f9
e617f9
* Tue Feb 27 2018 Robert-André Mauchin <zebob.m@gmail.com> - 2-14
e617f9
- Fix the Github download path
e617f9
e617f9
* Fri Feb 23 2018 Jan Chaloupka <jchaloup@redhat.com> - 2-13
e617f9
- Update only the macros.go-srpm file, the upstream tarball can not be found
e617f9
e617f9
* Fri Feb 23 2018 Jan Chaloupka <jchaloup@redhat.com> - 2-12
e617f9
- Install go-srpm macros from an upstream tarball
e617f9
e617f9
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2-11
e617f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
e617f9
e617f9
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2-10
e617f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e617f9
e617f9
* Wed Jul 12 2017 Jakub Čajka <jcajka@redhat.com> - 2-9
e617f9
- Drop ppc64 from go arches
e617f9
- https://fedoraproject.org/wiki/Changes/golang1.9
e617f9
e617f9
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2-8
e617f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e617f9
e617f9
* Wed Jul 20 2016 Jakub Čajka <jcajka@redhat.com> - 2-7
e617f9
- move s390x to golang
e617f9
- Related: bz1357394
e617f9
e617f9
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2-6
e617f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e617f9
e617f9
* Thu Jan 28 2016 Jakub Čajka <jcajka@redhat.com> - 2-5
e617f9
- move {power64} to golang
e617f9
e617f9
* Wed Dec 30 2015 Michal Toman <mtoman@fedoraproject.org> - 2-4
e617f9
- MIPS has gcc-go, mips macro since rpm-4.12.0.1-18
e617f9
  resolves: #1294875
e617f9
e617f9
* Thu Sep 10 2015 jchaloup <jchaloup@redhat.com> - 2-3
e617f9
- Remove compiler specific macros (moved to go-compiler package)
e617f9
- Define go-compiler macro to signal go-compiler packages is available
e617f9
e617f9
* Sat Aug 29 2015 jchaloup <jchaloup@redhat.com> - 2-2
e617f9
- Add -ldflags $LDFLAGS to go build/test macro
e617f9
e617f9
* Sun Aug 23 2015 Peter Robinson <pbrobinson@fedoraproject.org> 2-1
e617f9
- aarch64 now has golang
e617f9
e617f9
* Tue Jul 07 2015 jchaloup <jchaloup@redhat.com> - 1-1
e617f9
- Initial commit
e617f9
  resolves: #1241156