Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:16.0:FactoryCandidates
libs3
libs3.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libs3.spec of Package libs3
# # spec file for package libs3 # # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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/ # %define version_unconverted 4.1.git277 Name: libs3 %define lname libs3-4 Version: 4.1.git277 Release: 0 Summary: C Library and tools for Amazon S3 access License: GPL-2.0-or-later OR LGPL-3.0-or-later Group: Development/Libraries/C and C++ Url: https://aws.amazon.com/developertools/Amazon-S3/1648 Source: %name-%version.tar.xz Patch1: s3-am.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: automake BuildRequires: libtool >= 2 BuildRequires: pkg-config BuildRequires: xz BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libxml-2.0) %description The libs3 project implements a C library API for Amazon S3. %package -n %lname Summary: Shared library from libs3 Group: System/Libraries %description -n %lname This package includes the libs3 shared object library, needed to run applications compiled against libs3, and additionally contains the s3 utility for accessing Amazon S3. %package devel Summary: Headers and documentation for libs3 Group: Development/Libraries/C and C++ Requires: %lname = %version-%release %description devel This library provides an API for using Amazon's S3 service. - access to all of S3's functionality - no requirement to know HTTP, XML or SSL - supports single-thread and multi-threaded operation in synchronous and asynchronous fashion %package tools Summary: Utilities for Amazon S3 service Group: System/Management %description tools A command-line frontend for Amazon S3 access. %prep %autosetup -p1 %build mkdir -p m4 autoreconf -fi %configure make %{?_smp_flags} %install %make_install rm -f "%buildroot/%_libdir"/*.la %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig %files -n %lname %defattr(-,root,root) %_libdir/libs3.so.4* %license LICENSE %files devel %defattr(-,root,root) %_includedir/libs3.h %_libdir/libs3.so %files tools %defattr(-,root,root) %_bindir/s3 %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