Skip to content

Commit e616ad0

Browse files
committed
Updating spec file
1 parent 2cc97a4 commit e616ad0

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

rpm/scitokens-cpp.spec

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: scitokens-cpp
2-
Version: 0.6.0
2+
Version: 0.6.1
33
Release: 1%{?dist}
44
Summary: C++ Implementation of the SciTokens Library
55
License: ASL 2.0
@@ -46,22 +46,11 @@ Requires: %{name}%{?_isa} = %{version}
4646
%setup -q
4747

4848
%build
49-
do_build () {
50-
set -ex
51-
mkdir build
52-
cd build
53-
%cmake ..
54-
%make_build
55-
}
56-
export -f do_build
57-
%if 0%{?el6}
58-
scl enable devtoolset-8 do_build
59-
%else
60-
do_build
61-
%endif
49+
%cmake3
50+
%cmake3_build
6251

6352
%install
64-
%make_install -C build
53+
%cmake3_install
6554

6655
# Run the ldconfig
6756
%ldconfig_scriptlets
@@ -77,6 +66,12 @@ do_build
7766
%dir %{_includedir}/scitokens
7867

7968
%changelog
69+
* Thu May 20 2021 Derek Weitzel <dweitzel@unl.edu> - 0.6.1-1
70+
- Fix vector resize for el8+ builds
71+
72+
* Tue May 18 2021 Derek Weitzel <dweitzel@unl.edu> - 0.6.0-2
73+
- Add back paren patch
74+
8075
* Tue Mar 09 2021 Derek Weitzel <dweitzel@unl.edu> - 0.6.0-1
8176
- Fix compilation errors on c++11
8277
- Update to jwt-cpp-0.4.0 vendor

0 commit comments

Comments
 (0)