Author: glen Date: Wed Oct 26 18:14:02 2011 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/repo: repo.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/repo/repo.spec diff -u /dev/null packages/repo/repo.spec:1.1 --- /dev/null Wed Oct 26 20:14:02 2011 +++ packages/repo/repo.spec Wed Oct 26 20:13:57 2011 @@ -0,0 +1,42 @@ +# $Revision$, $Date$ +Summary: Repository management tool built on top of Git +Name: repo +Version: 1.13 +Release: 1 +License: Apache v2.0 +Group: Development/Tools +Source0: https://dl-ssl.google.com/dl/googlesource/git-%{name}/repo +# Source0-md5: b9b310257d4a03fd38c13774213063cd +URL: https://source.android.com/source/version-control.html +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Repo unifies the many Git repositories when necessary, can do uploads +to revision control system. Repo is not meant to replace Git, only to +make it easier to work with Git. + +%prep +%setup -qcT +%{__sed} -e '1s,#!.*bin/sh,#!%{__python},' %{SOURCE0} > %{name} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} +install -p %{name} $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/repo + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/10/26 18:13:57 glen +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
