Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > e47d7f34800fa3d8418ece81d0608b99 > files > 2

golang-launchpad-tomb-0.20130531-4.mga5.src.rpm

%define prerelease 17
%define import_path launchpad.net/tomb
%define gopath %{_libdir}/golang
%define gosrc %{gopath}/src/%{import_path}
Summary:	Clean goroutine termination in the Go language
Name:		golang-launchpad-tomb
Version:	0.20130531
Release:	%mkrel 4
License:	MIT
Group:		Development/Other
Url:		https://code.launchpad.net/~niemeyer/tomb/trunk
Source0:	https://code.launchpad.net/~niemeyer/tomb/trunk/%{prerelease}.tar.gz
Provides:	golang(%{import_path}) = %{version}-%{release}

%description
The tomb package helps with clean goroutine termination in the Go language.

%prep
%setup -q -n tomb

%build

%install
mkdir -p %{buildroot}%{gosrc}
cp -av * %{buildroot}%{gosrc}/
rm -f %{buildroot}%{gosrc}/LICENSE

%files
%doc LICENSE
%{gosrc}/*


%changelog
* Wed Oct 15 2014 umeabot <umeabot> 0.20130531-4.mga5
+ Revision: 746396
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 0.20130531-3.mga5
+ Revision: 679864
- Mageia 5 Mass Rebuild

* Sat Dec 21 2013 thatsamguy <thatsamguy> 0.20130531-2.mga4
+ Revision: 559423
+ rebuild (emptylog)

* Thu Nov 21 2013 thatsamguy <thatsamguy> 0.20130531-1.mga4
+ Revision: 552149
- imported package golang-launchpad-tomb