repo/repo.spec

40 lines
1.6 KiB
RPMSpec

Name: repo
Version: 20120221
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: 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
%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.
%prep
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -D -m0755 %{SOURCE0} %{buildroot}%{_bindir}/repo
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_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