forked from saratov/diag-domain-client
0.2.1-alt1
- Initial build
This commit is contained in:
parent
9074a88dd9
commit
04c969ec83
36
.gear/domain-diag.spec
Normal file
36
.gear/domain-diag.spec
Normal file
@ -0,0 +1,36 @@
|
||||
Name: domain-diag
|
||||
Version: 0.2.1
|
||||
Release: alt1
|
||||
|
||||
Summary: Active Directory domain environment diagnostic tool
|
||||
License: GPLv3
|
||||
Group: System/Configuration/Other
|
||||
BuildArch: noarch
|
||||
|
||||
Url: https://gitea.basealt.ru/saratov/domain-diag
|
||||
|
||||
Source: %name-%version.tar
|
||||
|
||||
BuildRequires: shellcheck
|
||||
|
||||
%description
|
||||
Active Directory domain environment diagnostic tool.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
install -p -D -m755 %name %buildroot%_bindir/%name
|
||||
|
||||
%check
|
||||
shellcheck -e SC1090,SC1091,SC2004,SC2015,SC2034,SC2086,SC2154,SC2001,SC2120,SC2119 %name
|
||||
|
||||
%files
|
||||
%_bindir/%name
|
||||
|
||||
%changelog
|
||||
* Wed Dec 21 2022 Andrey Limachko <liannnix@altlinux.org> 0.2.1-alt1
|
||||
- Initial build
|
||||
|
2
.gear/rules
Normal file
2
.gear/rules
Normal file
@ -0,0 +1,2 @@
|
||||
tar: .
|
||||
spec: .gear/domain-diag.spec
|
@ -7,7 +7,7 @@ set -euo pipefail
|
||||
terminfo_init
|
||||
|
||||
PROG="domain-diag"
|
||||
VERSION=0.2
|
||||
VERSION=0.2.1
|
||||
verbose=
|
||||
listcmd=
|
||||
runcmd=run
|
||||
|
Loading…
Reference in New Issue
Block a user