SPECS: naviagentcli.spec (NEW) - new

glen glen at pld-linux.org
Thu Nov 15 16:13:22 CET 2007


Author: glen                         Date: Thu Nov 15 15:13:22 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   naviagentcli.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/naviagentcli.spec
diff -u /dev/null SPECS/naviagentcli.spec:1.1
--- /dev/null	Thu Nov 15 16:13:22 2007
+++ SPECS/naviagentcli.spec	Thu Nov 15 16:13:17 2007
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+Summary:	Navisphere agent
+Name:		naviagentcli
+Version:	6.26.0.2.24
+Release:	0.1
+License:	?
+Group:		Applications
+Source0:	NAVIAGNTCLI_LINUX_V26.zip
+# NoSource0-md5:	d94cec5596ee7aec1635de9140b27a89
+NoSource:		0
+URL:		https://powerlink.emc.com/
+ExclusiveArch:	%{ix86}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Navisphere agent.
+
+%prep
+%setup -qc
+rpm2cpio naviagentcli.noarch.rpm | cpio -dimu
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sbindir},/etc/rc.d/init.d,/etc/Navisphere}
+
+install opt/Navisphere/bin/{naviagent,navicli,naviseccli} $RPM_BUILD_ROOT%{_sbindir}
+install etc/init.d/naviagent $RPM_BUILD_ROOT/etc/rc.d/init.d
+cp -a etc/Navisphere/SupportedFlareRevisions etc/Navisphere/agent.config $RPM_BUILD_ROOT%{_sysconfdir}/Navisphere
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%dir %{_sysconfdir}/Navisphere
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/Navisphere/SupportedFlareRevisions
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/Navisphere/agent.config
+%attr(754,root,root) /etc/rc.d/init.d/naviagent
+%attr(755,root,root) %{_sbindir}/naviagent
+%attr(755,root,root) %{_sbindir}/navicli
+%attr(755,root,root) %{_sbindir}/naviseccli
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007-11-15 15:13:17  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list