Import rpm: 4aae02b52a8ec6c9004000c37766a474d2b41ee1
This commit is contained in:
parent
89a95a825f
commit
f3a8a24738
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libpmemobj-cpp-1.11.tar.gz
|
SOURCES/libpmemobj-cpp-1.13.0.tar.gz
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
%global min_libpmemobj_ver 1.11.1
|
%global min_libpmemobj_ver 1.11.1
|
||||||
%global upstreamversion 1.11
|
%global upstreamversion 1.13.0
|
||||||
|
|
||||||
Name: libpmemobj-cpp
|
Name: libpmemobj-cpp
|
||||||
Version: 1.11
|
Version: 1.13.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: C++ bindings for libpmemobj
|
Summary: C++ bindings for libpmemobj
|
||||||
# Note: tests/external/libcxx is dual licensed using University of Illinois "BSD-Like" license and the MIT license. It's used only during development/testing and is NOT part of the binary RPM.
|
# Note: tests/external/libcxx is dual licensed using University of Illinois "BSD-Like" license and the MIT license. It's used only during development/testing and is NOT part of the binary RPM.
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -92,7 +92,7 @@ HTML documentation for libpmemobj++.
|
|||||||
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
%cmake .. -DCMAKE_INSTALL_DOCDIR=%{_docdir}/libpmemobj++
|
%cmake .. -DCMAKE_INSTALL_DOCDIR=%{_docdir}/libpmemobj++ -DBUILD_TESTS=off -DCXX_STANDARD=17 -DTESTS_USE_VALGRIND=OFF
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -100,6 +100,10 @@ cd build
|
|||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 21 2022 Bryan Gurney <bgurney@redhat.com> - 1.13.0-1
|
||||||
|
- Update to version 1.13.0
|
||||||
|
- Related: rhbz#2111428
|
||||||
|
|
||||||
* Thu Mar 10 2022 Bryan Gurney <bgurney@redhat.com> - 1.11-2
|
* Thu Mar 10 2022 Bryan Gurney <bgurney@redhat.com> - 1.11-2
|
||||||
- Add libatomic to BuildRequires
|
- Add libatomic to BuildRequires
|
||||||
- Related: rhbz#2061720
|
- Related: rhbz#2061720
|
||||||
|
Loading…
Reference in New Issue
Block a user