]> git.pld-linux.org Git - packages/gitlab-runner.git/blame - gitlab-ci-multi-runner.spec
new, version 1.1.0
[packages/gitlab-runner.git] / gitlab-ci-multi-runner.spec
CommitLineData
c5c6476d
ER
1Summary: The official GitLab CI runner written in Go
2Name: gitlab-ci-multi-runner
3Version: 1.1.0
4Release: 0.1
5License: GPL v3
6Group: Development/Building
7Source0: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/repository/archive.tar.gz?ref=v%{version}&/%{name}-%{version}.tar.gz
8# Source0-md5: 4145931bc59d40e32df6ee24e15a19d3
9URL: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner
10BuildRequires: git-core
11BuildRequires: golang
12Requires: ca-certificates
13Requires: curl
14Requires: git-core
15Requires: tar
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19This is the official GitLab Runner written in Go. It runs tests and
20sends the results to GitLab. GitLab CI is the open-source continuous
21integration service included with GitLab that coordinates the testing.
22
23%prep
24%setup -qc
25mv gitlab-ci-multi-runner-*/{.??*,*} .
26
27%build
28
29%install
30rm -rf $RPM_BUILD_ROOT
31
32%clean
33rm -rf $RPM_BUILD_ROOT
34
35%files
36%defattr(644,root,root,755)
37%doc README.md CHANGELOG.md
This page took 0.542985 seconds and 4 git commands to generate.