Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:jloeser:aws
aws-cli
aws-cli.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File aws-cli.spec of Package aws-cli
# # spec file for package aws-cli-v2 # # Copyright (c) 2023 José Gómez <1josegomezr@gmail.com> # # The software is provided as-is, no guarantees are provided # use at your own risk. # Name: aws-cli # copied from aws-cli.spec License: Apache-2.0 Version: 2.13.16 Release: 1 Provides: bundled(aws-cli) = %{version} Summary: Amazon Web Services Command Line Interface -- Built from bundled ZIP, use at your own risk. Group: System/Management URL: https://github.com/aws/aws-cli Source: https://awscli.amazonaws.com/awscli-exe-linux-x86_64-%{version}.zip Source1: %{name}.rpmlintrc BuildRequires: unzip %description The AWS Command Line Interface (CLI) is a unified tool to manage AWS services. With this tool, multiple AWS services can be controlled from the command line and automated through scripts. Built from bundled ZIP, use at your own risk. %prep %__unzip -q %{_sourcedir}/awscli-exe-linux-x86_64-%{version}.zip %setup -q -n ./aws/ %build %install %global __requires_exclude_from %{_libdir}/aws-cli-%{version}/ %global __provides_exclude_from %__requires_exclude_from install -D -p -m 755 -d %{buildroot}/%{_bindir} install -D -p -m 755 -d %{buildroot}/%{_libdir}/aws-cli-%{version} cp -r ./dist/* %{buildroot}/%{_libdir}/aws-cli-%{version}/ ln -s %{_libdir}/aws-cli-%{version}/aws %{buildroot}/%{_bindir}/aws ln -s %{_libdir}/aws-cli-%{version}/aws_completer %{buildroot}/%{_bindir}/aws_completer %files # Directories %attr(755, -, root) %dir %{_libdir}/aws-cli-%{version}/ # Files %{_libdir}/aws-cli-%{version}/* %{_bindir}/aws %{_bindir}/aws_completer %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor