automatic rebuild by autodist [release 20120221-2mamba;Mon Oct 30 2023]

This commit is contained in:
Automatic Build System 2024-01-05 17:25:20 +01:00
parent d15c898995
commit b36c45898f

View File

@ -1,18 +1,17 @@
Name: repo
Version: 20120221
Release: 1mamba
Release: 2mamba
Summary: A repository management tool built on top of Git
Group: Applications/Development
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://source.android.com/source/version-control.html
URL: https://source.android.com/source/version-control.html
Source: https://dl-ssl.google.com/dl/googlesource/git-repo/repo
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Repo is a repository management tool that Android developers built on top of Git. Repo unifies the many Git repositories when necessary, does the uploads to our revision control system, and automates parts of the Android development workflow. Repo is not meant to replace Git, only to make it easier to work with Git in the context of Android. The repo command is an executable Python script that you can put anywhere in your path. In working with the Android source files, you will use Repo for across-network operations. For example, with a single Repo command you can download files from multiple repositories into your local working directory.
@ -33,5 +32,8 @@ install -D -m0755 %{SOURCE0} %{buildroot}%{_bindir}/repo
%{_bindir}/repo
%changelog
* Mon Oct 30 2023 Automatic Build System <autodist@mambasoft.it> 20120221-2mamba
- automatic rebuild by autodist
* Tue Feb 21 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 20120221-1mamba
- package created by autospec