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

Fix broken auto-forward port #1506

Merged
merged 1 commit into from Apr 22, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 2 additions & 13 deletions boost.spec
Expand Up @@ -9,21 +9,10 @@ Source: git+https://github.com/%github_user/%n.git?obj=%{branch}/%{tag}&export=%
%define cms_cxxflags -std=c++11 -O2
%endif

Requires: python bz2lib
%if "%online" != "true"
Requires: zlib
%endif
Patch0: boost-1.47.0-fix-strict-overflow
Patch1: boost-1.47.0-fix-unused
Patch2: boost-1.49.0-explicit_stored_group
Patch3: boost-1.51.0-define-BOOST_SP_USE_SPINLOCK
Requires: python bz2lib zlib

%prep
%setup -n %{n}%{boostver}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%setup -n %{n}-%{realversion}

%build
case %cmsos in
Expand Down