Build and provide rpm of demus shell scripts / rpmbuild (release) Successful in 47s
29 lines
419 B
RPMSpec
29 lines
419 B
RPMSpec
Name: demus-bash-scripts
|
|
Version: 0.1.0
|
|
Release: %autorelease
|
|
Summary: Useful shell scripts
|
|
|
|
License: GPL3
|
|
Source0: blockable.sh
|
|
|
|
Requires: bash
|
|
|
|
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
|