Blame golang-github-robertkrimen-otto.spec

4633024
# Generated by go2rpm
4633024
%bcond_without check
5f30f4e
4633024
# https://github.com/robertkrimen/otto
295fc78
%global goipath         github.com/robertkrimen/otto
88c469d
%global commit          15f95af6e78dcd2030d8195a138bd88d4f403546
5f30f4e
295fc78
%gometa
5f30f4e
4633024
%global common_description %{expand:
4633024
Package Otto is a JavaScript parser and interpreter written natively in Go.}
5f30f4e
4633024
%global golicenses      LICENSE
4633024
%global godocs          DESIGN.markdown README.markdown
5f30f4e
4633024
Name:           %{goname}
4633024
Version:        0
4633024
Release:        0.8%{?dist}
4633024
Summary:        JavaScript interpreter in Go
4633024
4633024
License:        MIT
4633024
URL:            %{gourl}
4633024
Source0:        %{gosource}
5f30f4e
4633024
BuildRequires:  golang(gopkg.in/readline.v1)
4633024
BuildRequires:  golang(gopkg.in/sourcemap.v1)
5f30f4e
4633024
%description
295fc78
%{common_description}
5f30f4e
4633024
%gopkg
5f30f4e
5f30f4e
%prep
4633024
%goprep
5f30f4e
295fc78
%install
4633024
%gopkginstall
5f30f4e
295fc78
%if %{with check}
5f30f4e
%check
4633024
%gocheck
5f30f4e
%endif
5f30f4e
4633024
%gopkgfiles
5f30f4e
5f30f4e
%changelog
4633024
* Sat Jun 01 22:48:38 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.8.20180628git15f95af
4633024
- Update to new macros
4633024
536e255
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.7.git15f95af
536e255
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
536e255
5f3b09a
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.6.git15f95af
5f3b09a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5f3b09a
88c469d
* Thu Jun 28 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.5.20180628git15f95af
88c469d
- Bump to commit 15f95af6e78dcd2030d8195a138bd88d4f403546
88c469d
e7bbdc2
* Wed Mar 14 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.4.20180314git6c383dd
4633024
- Fix BuildRequires
e7bbdc2
f11446d
* Fri Mar 09 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.3.20180314git6c383dd
295fc78
- Update with the new Go packaging
295fc78
- Upstream GIT revision 6c383dd
295fc78
1ecbfbc
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2.20171130git3b44b4d
1ecbfbc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1ecbfbc
5f30f4e
* Thu Dec 07 2017 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20171130git3b44b4d
5f30f4e
- Upstream GIT revision 3b44b4d
5f30f4e
5f30f4e
* Fri Sep 29 2017 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20170818gita813c59
5f30f4e
- First package for Fedora