SPECS/rocket/rocket.spec
f4d17450
 Summary:        Rocket
 Name:           rocket
 Version:        v0.5.1
1e510285
 Release:        1%{?dist}
f4d17450
 License:        ASL 2.0
 URL:            http://rocket.readthedocs.org/en/latest/
 Group:          Applications/File
 Vendor:         VMware, Inc.
 Distribution:   Photon
 Source0:        rocket-v0.5.1.tar.gz
 
 %description
 Rocket is a CLI for running app containers, and an implementation of the App Container Spec.
 %prep
 %setup -q
 %build
 %install
 install -vdm755 %{buildroot}/bin
 mv -v %{_builddir}/%{name}-%{version}/* %{buildroot}/bin/
 %{_fixperms} %{buildroot}/*
 %check
 make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 %clean
 rm -rf %{buildroot}/*
 %files
 %defattr(-,root,root)
 /bin/*
 %changelog
 *       Fri Mar 27 2015 Fabio Rapposeli <fabio@vmware.com> 0.5.1-1
 -       Initial build.  First version