30 lines
470 B
RPMSpec
30 lines
470 B
RPMSpec
Name: demus-bash-scripts
|
|
Version: 0.1.5
|
|
Release: %autorelease
|
|
Summary: Useful shell scripts
|
|
|
|
License: GPL3
|
|
Source0: blockable.sh
|
|
|
|
Requires: bash coreutils grepcidr aggregate curl
|
|
Recommends: asnip
|
|
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Assorted useful bash scripts created through the ages
|
|
|
|
%prep
|
|
|
|
%build
|
|
|
|
%install
|
|
%{__mkdir} -p %{buildroot}%{_bindir}
|
|
%{__install} -p -m 755 %{SOURCE0} %{buildroot}%{_bindir}/blockable
|
|
|
|
%files
|
|
%{_bindir}/blockable
|
|
|
|
%changelog
|
|
%autochangelog
|