source: projects/specs/trunk/d/docker-compose/docker-compose-vl.spec @ 12431

Revision 12431, 1.7 KB checked in by tomop, 4 years ago (diff)

updated 9 packages

control-center-3.30.3-2

docker-ce-19.03.9-1

docker-compose-1.26.2-1

golang-1.14.6-1

polkit-0.116-2

postfix-3.5.6-1

unbound-1.11.0-1

webkitgtk4-2.28.3-1

zabbix-5.0.2-1

Line 
1%bcond_with build_nosrc
2
3%if !%{with build_nosrc}
4%global _disable_source_fetch 0
5%endif
6
7Name: docker-compose
8Summary: Define and run multi-container applications with Docker
9Version: 1.26.2
10Release: 1%{?_dist_release}
11Group: Development/Tools
12License: ASL 2.0
13URL: https://www.docker.com
14Source0: https://github.com/docker/compose/releases/download/%{version}/docker-compose-Linux-x86_64
15Source1: https://raw.githubusercontent.com/docker/compose/%{version}/README.md
16Source2: https://raw.githubusercontent.com/docker/compose/%{version}/LICENSE
17
18%if %{with build_nosrc}
19NoSource: 0
20NoSource: 1
21NoSource: 2
22%endif
23
24Vendor: Project Vine
25Distribution: Vine Linux
26Packager: tomop
27
28Requires: docker-ce-cli
29
30%description
31Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a Compose file to configure your application's services. Then, using a single command, you create and start all the services from your configuration.
32
33
34%prep
35
36%build
37
38%install
39# install binary
40install -d %{buildroot}%{_bindir}
41
42install -p -m 755 %{SOURCE0} %{buildroot}%{_bindir}/docker-compose
43install -p -m 755 %{SOURCE1} ./
44install -p -m 755 %{SOURCE2} ./
45
46
47%files
48%defattr(-,root,root,-)
49%license LICENSE
50%doc README.md
51%{_bindir}/docker-compose
52
53%changelog
54* Sun Jul 26 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.26.2-1
55- new upstream release.
56
57* Thu Mar 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.25.4-1
58- new upstream release.
59
60* Thu Oct 10 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.24.1-2
61- rebuilt to upload to VineSeed official repository.
62
63* Tue Aug 27 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.24.1-1
64- initial build for Vine Linux.
Note: See TracBrowser for help on using the repository browser.