提交 adb719e9 编写于 作者: C Cleber Rosa

SPEC file: visual aid for conditionals by means of indentation

This change may help to quickly read the conditionals.  It's
already been applied on Fedora packages, so let's sync it here.

Also added here is some small comment section changes (mostly
capitalization), again to sync with downstream.

CC: Lukáš Doktor <ldoktor@redhat.com>
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 b45e2c53
...@@ -2,27 +2,27 @@ ...@@ -2,27 +2,27 @@
# Conditional for release vs. snapshot builds. Set to 1 for release build. # Conditional for release vs. snapshot builds. Set to 1 for release build.
%if ! 0%{?rel_build:1} %if ! 0%{?rel_build:1}
%global rel_build 1 %global rel_build 1
%endif %endif
# Settings used for build from snapshots. # Settings used for build from snapshots.
%if 0%{?rel_build} %if 0%{?rel_build}
%global gittar %{srcname}-%{version}.tar.gz %global gittar %{srcname}-%{version}.tar.gz
%else %else
%if ! 0%{?commit:1} %if ! 0%{?commit:1}
%global commit 0baf8a1665941d3e8eec88e56cda414e9d937970 %global commit b45e2c532001187e23cef61212fdc8fe44425a2a
%endif %endif
%if ! 0%{?commit_date:1} %if ! 0%{?commit_date:1}
%global commit_date 20170425 %global commit_date 20170518
%endif %endif
%global shortcommit %(c=%{commit};echo ${c:0:7}) %global shortcommit %(c=%{commit};echo ${c:0:7})
%global gitrel .%{commit_date}git%{shortcommit} %global gitrel .%{commit_date}git%{shortcommit}
%global gittar %{srcname}-%{shortcommit}.tar.gz %global gittar %{srcname}-%{shortcommit}.tar.gz
%endif %endif
# selftests are provided but may need to skipped because many of # Selftests are provided but may need to be skipped because many of
# functional tests are time and resource sensitive and can # the functional tests are time and resource sensitive and can
# cause race conditions and random build failures. they are # cause race conditions and random build failures. They are
# enabled by default. # enabled by default.
%global with_tests 1 %global with_tests 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册