File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ %if 0%{!?amzn }
12%define distnum %(/usr/lib/rpm/redhat/dist.sh --distnum)
3+ %endif
24
35Name: cassandra-cpp-driver
46Epoch: 1
@@ -14,9 +16,11 @@ Source1: cassandra.pc.in
1416Source2: cassandra_static.pc.in
1517
1618BuildRoot: %{_tmppath }/%{name }-%{version }-%{release }-root
19+ %if 0%{?distnum }
1720%if %{distnum } == 5
1821BuildRequires: buildsys-macros >= 5
1922%endif
23+ %endif
2024BuildRequires: cmake >= 2.6.4
2125BuildRequires: libuv-devel >= %{libuv_version }
2226BuildRequires: openssl-devel >= 0.9.8e
Original file line number Diff line number Diff line change 1+ %if 0%{!?amzn }
12%define distnum %(/usr/lib/rpm/redhat/dist.sh --distnum)
3+ %endif
24
35Name: dse-cpp-driver
46Epoch: 1
@@ -14,9 +16,11 @@ Source1: dse.pc.in
1416Source2: dse_static.pc.in
1517
1618BuildRoot: %{_tmppath }/%{name }-%{version }-%{release }-root
19+ %if 0%{?distnum }
1720%if %{distnum } == 5
1821BuildRequires: buildsys-macros >= 5
1922%endif
23+ %endif
2024BuildRequires: cmake >= 2.6.4
2125BuildRequires: libuv-devel >= %{libuv_version }
2226BuildRequires: openssl-devel >= 0.9.8e
You can’t perform that action at this time.
0 commit comments