The security policies were set by previous administrators and I have to wait till the end of the month to change them.
But here is my sample spec file, let me know what you all think.
Code:
Summary: Installs NetBackup Client.
Name: NetbackupClient
Version: 6.5
Release: 1
Group: System Environment/Base
Requires: xinetd
Source: http://ip/pub/NetBackup_6.5_CLIENTS2.tar.gz
Prefix: /usr/openv
Vender: Symantec
Packager: me
BuildRoot: /tmp/%{name}-buildroot
%description
This rpm will install the NetBackup Client software.
%prep
%setup -q
%build
%install
./install
%clean
rm -rf $RPM_BUILD_ROOT
%post
service xinetd start
service nbclient start
%files
/usr/openv/