]> git.pld-linux.org Git - SPECS.git/blob - idrac-kvm-client.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / idrac-kvm-client.spec
1 Summary:        iDRAC KVM client script that doesn't require web browser
2 Name:           idrac-kvm-client
3 Version:        0.1
4 Release:        1
5 License:        BSD
6 Group:          Applications/System
7 Source0:        %{name}.py
8 BuildRequires:  rpmbuild(macros) >= 1.268
9 Requires:       jre
10 Requires:       jre-base-X11
11 Requires:       python3-modules
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 iDRAC java KVM client script that doesn't require web browser to initiate
17 connection. Tested with iDRAC 6.
18
19 %prep
20 %setup -q -c -T
21
22 %build
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26
27 install -d $RPM_BUILD_ROOT%{_bindir}
28
29 cp -p %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/%{name}
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.488687 seconds and 3 git commands to generate.