Skip to content

Commit

Permalink
Requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
bezborodow committed Jul 24, 2024
1 parent b7a2a98 commit 4e7b9e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cidrl.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Summary: List all IP addresses within a CIDR block.
License: BSD
URL: https://github.com/emden-norfolk/cidrl
Source: https://github.com/emden-norfolk/cidrl/archive/refs/tags/v%{version}.tar.gz
BuildRequires: bash
BuildRequires: coreutils
BuildRequires: gcc
BuildRequires: glibc-common
BuildRequires: make

%description
CIDRL lists all IP addresses within a CIDR block (IPv4 and IPv6.) Supports subnetting.
Expand All @@ -13,7 +18,7 @@ CIDRL lists all IP addresses within a CIDR block (IPv4 and IPv6.) Supports subne
%autosetup

%build
%configure
%configure --enable-nls --disable-rpath
%make_build

%install
Expand Down

0 comments on commit 4e7b9e4

Please sign in to comment.