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

Spec changes #8

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
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
5 changes: 2 additions & 3 deletions give.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
%define __os_install_post /usr/lib/rpm/brp-compress
%define debug_package %{nil}

# Default give dir is /usr/give, unless the user overrides it
%{!?give_dir: %define give_dir /usr/give}

Name: give
Version: 3.1
Release: 5
Expand All @@ -28,10 +25,12 @@ URL: https://github.com/hpc/%{name}

%build
%if %{with checks}
%{!?give_dir: %define give_dir /usr/give}
francinelapid marked this conversation as resolved.
Show resolved Hide resolved
%configure --enable-givedir=%{give_dir}
%define local_options Built with strict checks
make
%else
%{!?give_dir: %define give_dir /usr/give}
%configure --enable-non-strict-checks --enable-givedir=%{give_dir}
%define local_options Built with non-strict checks (default)
make
Expand Down