Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 08a5bd7a0372546cc7b8d96b9a3bcb06 > files > 2

golang-codegangsta-1.2.0-3.mga7.src.rpm

%global debug_package   %{nil}
%define import_path     github.com/codegangsta/cli
%define gopath          %{_libdir}/golang
%define gosrc %{gopath}/src/pkg/%{import_path}

Group:			Development/Other
Name:           golang-codegangsta
Version:        1.2.0
Release:        %mkrel 3
Summary:        A small package for building command line apps in Go
License:        MIT
URL:            https://%{import_path}
Source0:        https://%{import_path}/archive/%{version}.tar.gz
BuildArch:      noarch

%package devel
BuildRequires:  golang >= 1.3.3
Requires:       golang >= 1.3.3
Provides:       golang(%{import_path}) = %{version}-%{release}
Summary:        A small package for building command line apps in Go

%description
A small package for building command line apps in Go

%description devel
A small package for building command line apps in Go

This package contains library source intended for building other packages
which use libcontainer.

%prep
%setup -n cli-%{version}

%build

%install
install -d -p %{buildroot}/%{gosrc}
cp -av *.go %{buildroot}/%{gosrc}

%check

%files devel
%doc LICENSE README.md
%dir %attr(755,root,root) %{gosrc}
%{gosrc}/*.go


%changelog
* Tue Sep 18 2018 umeabot <umeabot> 1.2.0-3.mga7
  (not released yet)
+ Revision: 1261863
- Mageia 7 Mass Rebuild

* Mon Feb 08 2016 umeabot <umeabot> 1.2.0-2.mga6
+ Revision: 950758
- Mageia 6 Mass Rebuild

* Wed Nov 19 2014 bcornec <bcornec> 1.2.0-1.mga5
+ Revision: 797828
- Upload codegangsta/cli for docker build
- Created package structure for golang-codegangsta.