Files
demus-bash-scripts/demus-bash-scripts.spec
demus a501291cc6
Build and provide rpm of demus shell scripts / rpmbuild (f43) (release) Successful in 39s
Build and provide rpm of demus shell scripts / rpmbuild (f44) (release) Successful in 31s
Build and provide rpm of demus shell scripts / rpmbuild (rawhide) (release) Successful in 38s
Add F44 build
2026-04-19 01:18:19 +02:00

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