forked from pool/scitokens-cpp
finish rename
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/scitokens-cpp?expand=0&rev=2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libscitokens
|
||||
# spec file for package scitokens-cpp
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
@@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
Name: libscitokens
|
||||
Name: scitokens-cpp
|
||||
Version: 0.6.3
|
||||
Release: 0
|
||||
Summary: C++ Implementation of the SciTokens Library
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/scitokens/scitokens-cpp
|
||||
Source0: https://github.com/scitokens/scitokens-cpp/archive/v%{version}.tar.gz#/scitokens-cpp-%{version}.tar.gz
|
||||
Source0: https://github.com/scitokens/scitokens-cpp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libcurl-devel
|
||||
@@ -31,11 +31,6 @@ BuildRequires: libuuid-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# upstream name for this package is scitokens(-cpp) see,
|
||||
# https://build.opensuse.org/package/show/home:cvmfs:contrib/scitokens-cpp
|
||||
Provides: scitokens
|
||||
Provides: scitokens-cpp
|
||||
|
||||
%description
|
||||
SciTokens provide a token format for distributed authorization. The tokens are
|
||||
@@ -45,7 +40,7 @@ federated environment where several otherwise-independent storage endpoints
|
||||
want to delegate trust for an issuer for managing a storage allocation.
|
||||
|
||||
%package -n libSciTokens0
|
||||
Summary: Header files for the libscitokens public interfaces
|
||||
Summary: C++ Implementation of the SciTokens Library
|
||||
|
||||
%description -n libSciTokens0
|
||||
SciTokens provide a token format for distributed authorization. The tokens are
|
||||
@@ -57,8 +52,6 @@ want to delegate trust for an issuer for managing a storage allocation.
|
||||
%package devel
|
||||
Summary: Header files for the libscitokens public interfaces
|
||||
Requires: libSciTokens0 = %{version}
|
||||
Provides: scitokens-cpp-devel
|
||||
Provides: scitokens-devel
|
||||
|
||||
%description devel
|
||||
SciTokens provide a token format for distributed authorization. The tokens are
|
||||
Reference in New Issue
Block a user