| Revision 12431,
1.7 KB
checked in by tomop, 6 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 | |
|---|
| 7 | Name: docker-compose |
|---|
| 8 | Summary: Define and run multi-container applications with Docker |
|---|
| 9 | Version: 1.26.2 |
|---|
| 10 | Release: 1%{?_dist_release} |
|---|
| 11 | Group: Development/Tools |
|---|
| 12 | License: ASL 2.0 |
|---|
| 13 | URL: https://www.docker.com |
|---|
| 14 | Source0: https://github.com/docker/compose/releases/download/%{version}/docker-compose-Linux-x86_64 |
|---|
| 15 | Source1: https://raw.githubusercontent.com/docker/compose/%{version}/README.md |
|---|
| 16 | Source2: https://raw.githubusercontent.com/docker/compose/%{version}/LICENSE |
|---|
| 17 | |
|---|
| 18 | %if %{with build_nosrc} |
|---|
| 19 | NoSource: 0 |
|---|
| 20 | NoSource: 1 |
|---|
| 21 | NoSource: 2 |
|---|
| 22 | %endif |
|---|
| 23 | |
|---|
| 24 | Vendor: Project Vine |
|---|
| 25 | Distribution: Vine Linux |
|---|
| 26 | Packager: tomop |
|---|
| 27 | |
|---|
| 28 | Requires: docker-ce-cli |
|---|
| 29 | |
|---|
| 30 | %description |
|---|
| 31 | Compose 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 |
|---|
| 40 | install -d %{buildroot}%{_bindir} |
|---|
| 41 | |
|---|
| 42 | install -p -m 755 %{SOURCE0} %{buildroot}%{_bindir}/docker-compose |
|---|
| 43 | install -p -m 755 %{SOURCE1} ./ |
|---|
| 44 | install -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.