Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:ojkastl_buildservice:Branch_devel_tools
aws-sdk-cpp
aws-sdk-cpp.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File aws-sdk-cpp.spec of Package aws-sdk-cpp
# # spec file for package aws-sdk-cpp # # Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: aws-sdk-cpp Version: 1.11.386 Release: 0 Summary: AWS SDK for C++ License: Apache-2.0 Group: Development/Languages/Other URL: https://github.com/aws/aws-sdk-cpp Source: %{name}-%{version}.tar.gz BuildRequires: cmake >= 3.20.0 BuildRequires: fdupes BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: libstdc++-devel BuildRequires: pkgconfig BuildRequires: python-devel BuildRequires: python3 BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libssl) BuildRequires: pkgconfig(zlib) %description The AWS SDK for C++ provides a modern C++ (version C++ 11 or later) interface for Amazon Web Services (AWS). It is meant to be performant and fully functioning with low- and high-level SDKs, while minimizing dependencies and providing platform portability (Windows, OSX, Linux, and mobile). %package libs Summary: AWS SDK for C++ Group: Development/Libraries/C and C++ %description libs The AWS SDK for C++ provides a modern C++ (version C++ 11 or later) interface for Amazon Web Services (AWS). It is meant to be performant and fully functioning with low- and high-level SDKs, while minimizing dependencies and providing platform portability (Windows, OSX, Linux, and mobile). This package contains the shared libraries. %package devel Summary: Development headers for %{name} Group: Development/Libraries/C and C++ Requires: %{name}-libs %description devel This package provides development headers for %{name}. %prep %autosetup -p 1 %build %cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DBUILD_ONLY="s3;transfer" %cmake_build %install %cmake_install %fdupes -s %{buildroot}%{_libdir}/cmake %post libs /sbin/ldconfig %postun libs /sbin/ldconfig %files %doc README.md %license LICENSE LICENSE.txt %exclude %{_libdir}/lib*.so.* %{_libdir}/aws* %{_libdir}/cmake/ %{_libdir}/libaws* %{_libdir}/libs2n* %{_libdir}/libtesting-resources.so %{_libdir}/s2n/ %files devel %exclude %{_libdir}/lib*.so.* %{_includedir}/aws/ %{_includedir}/s2n.h %{_includedir}/s2n/ %{_includedir}/smithy/ %{_libdir}/pkgconfig/aws-cpp-sdk-core.pc %{_libdir}/pkgconfig/aws-cpp-sdk-s3.pc %{_libdir}/pkgconfig/aws-cpp-sdk-transfer.pc %{_libdir}/pkgconfig/testing-resources.pc %files libs %doc CHANGELOG.md %{_libdir}/*.so.* %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