Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update yaml-cpp to 0.7.0 #7780

Merged
merged 2 commits into from
Apr 13, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update yaml-cpp recipe: no longer needs boost
iarspider committed Apr 12, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit eef59baff35887f580ec6ceede7925dc5b7cad98
14 changes: 3 additions & 11 deletions yaml-cpp.spec
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
### RPM external yaml-cpp 0.6.2
### RPM external yaml-cpp 0.7.0
Source: https://github.com/jbeder/yaml-cpp/archive/%{n}-%{realversion}.tar.gz

BuildRequires: cmake

Requires: boost

%prep
%setup -n %{n}-%{n}-%{realversion}

%build
cmake . \
-DCMAKE_INSTALL_PREFIX:PATH="%{i}" \
-DBUILD_SHARED_LIBS=YES \
-DBoost_NO_SYSTEM_PATHS:BOOL=TRUE \
-DBoost_NO_BOOST_CMAKE:BOOL=TRUE \
-DBoost_ADDITIONAL_VERSIONS="1.57.0" \
-DBOOST_ROOT:PATH=${BOOST_ROOT} \
-DCMAKE_SKIP_RPATH=YES \
-DSKIP_INSTALL_FILES=1
-DBUILD_SHARED_LIBS=YES

make %{makeprocesses} VERBOSE=1