From b36c45898f0a40d017b1d7dc08a3f2ebd4b45550 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:25:20 +0100 Subject: [PATCH] automatic rebuild by autodist [release 20120221-2mamba;Mon Oct 30 2023] --- repo.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/repo.spec b/repo.spec index 9351ab3..9eac1e1 100644 --- a/repo.spec +++ b/repo.spec @@ -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 -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 20120221-2mamba +- automatic rebuild by autodist + * Tue Feb 21 2012 Silvan Calarco 20120221-1mamba - package created by autospec