forked from pool/azure-storage-cpp
- Initial commit, used by MXNET
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/azure-storage-cpp?expand=0&rev=1
This commit is contained in:
commit
1af72038d2
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
4
azure-storage-cpp.changes
Normal file
4
azure-storage-cpp.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 07:55:33 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Initial commit, used by MXNET
|
89
azure-storage-cpp.spec
Normal file
89
azure-storage-cpp.spec
Normal file
@ -0,0 +1,89 @@
|
||||
#
|
||||
# spec file for package azure-storage-cpp
|
||||
#
|
||||
# Copyright (c) 2020 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/
|
||||
#
|
||||
|
||||
|
||||
%define libname libazurestorage7
|
||||
Name: azure-storage-cpp
|
||||
Version: 7.3.1
|
||||
Release: 0
|
||||
Summary: Microsoft Azure Storage Client SDK for C++
|
||||
License: Apache-2.0
|
||||
URL: https://blogs.msdn.com/b/windowsazurestorage/
|
||||
Source: https://github.com/Azure/azure-storage-cpp/archive/v%{version}.tar.gz
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libboost_chrono-devel
|
||||
BuildRequires: libboost_date_time-devel
|
||||
BuildRequires: libboost_filesystem-devel
|
||||
BuildRequires: libboost_locale-devel
|
||||
BuildRequires: libboost_log-devel
|
||||
BuildRequires: libboost_random-devel
|
||||
BuildRequires: libboost_thread-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: unittest-cpp-devel
|
||||
BuildRequires: pkgconfig(cpprest)
|
||||
BuildRequires: pkgconfig(libssl) >= 1.0
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
|
||||
%description
|
||||
A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues.
|
||||
This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client.
|
||||
|
||||
%package devel
|
||||
Summary: Devel files for Azure storage services
|
||||
Requires: %{libname} = %{version}
|
||||
|
||||
%description devel
|
||||
Development files for working with Microsoft Azure storage services
|
||||
|
||||
%package -n %{libname}
|
||||
Summary: Microsoft Azure Storage Client SDK for C++
|
||||
|
||||
%description -n %{libname}
|
||||
A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues.
|
||||
This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}/Microsoft.WindowsAzure.Storage/
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
-DBUILD_TESTS=ON
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%check
|
||||
# The tests need to connect to azure cloud and do operations -> can't do in OBS
|
||||
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%files -n %{libname}
|
||||
%license ../LICENSE.txt
|
||||
%{_libdir}/libazurestorage.so.*
|
||||
|
||||
%files devel
|
||||
%dir %{_includedir}/was
|
||||
%dir %{_includedir}/wascore
|
||||
%{_includedir}/wascore/*
|
||||
%{_includedir}/was/*
|
||||
%{_libdir}/libazurestorage.so
|
||||
|
||||
%changelog
|
3
v7.3.1.tar.gz
Normal file
3
v7.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15318b76d6d3fa5ad780c53fa15c4ae5d3331abf526b5d70ba94ca316528c500
|
||||
size 438657
|
Loading…
x
Reference in New Issue
Block a user