Browse Source

[rpm] remove BuildRequires tabulation

Signed-off-by: r4sas <r4sas@i2pmail.org>
cpu
R4SAS 8 months ago
parent
commit
1e7feae0df
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 4
      contrib/rpm/i2pd-git.spec
  2. 4
      contrib/rpm/i2pd.spec

4
contrib/rpm/i2pd-git.spec

@ -11,9 +11,9 @@ URL: https://github.com/PurpleI2P/i2pd @@ -11,9 +11,9 @@ URL: https://github.com/PurpleI2P/i2pd
Source0: https://github.com/PurpleI2P/i2pd/archive/openssl/i2pd-openssl.tar.gz
%if 0%{?rhel} == 7
BuildRequires: cmake3
BuildRequires: cmake3
%else
BuildRequires: cmake
BuildRequires: cmake
%endif
BuildRequires: chrpath

4
contrib/rpm/i2pd.spec

@ -9,9 +9,9 @@ URL: https://github.com/PurpleI2P/i2pd @@ -9,9 +9,9 @@ URL: https://github.com/PurpleI2P/i2pd
Source0: https://github.com/PurpleI2P/i2pd/archive/%{version}/%name-%version.tar.gz
%if 0%{?rhel} == 7
BuildRequires: cmake3
BuildRequires: cmake3
%else
BuildRequires: cmake
BuildRequires: cmake
%endif
BuildRequires: chrpath

Loading…
Cancel
Save