packages: uns/uns.spec (NEW) - raw

arekm arekm at pld-linux.org
Thu Jul 16 09:53:08 CEST 2009


Author: arekm                        Date: Thu Jul 16 07:53:08 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- raw

---- Files affected:
packages/uns:
   uns.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/uns/uns.spec
diff -u /dev/null packages/uns/uns.spec:1.1
--- /dev/null	Thu Jul 16 09:53:08 2009
+++ packages/uns/uns.spec	Thu Jul 16 09:53:03 2009
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+Summary:	The Intel(R) Active Management Technology (Intel(R) AMT) User Notification Service (UNS)
+Name:		uns
+Version:	5.0.0.30
+Release:	0.1
+License:	GPL v2
+Group:		Daemons
+Source0:	http://dl.sourceforge.net/openamt/%{name}-%{version}.tar.gz
+# Source0-md5:	c20cba1e38e86ed7aa56bdd749ecff53
+Source1:	%{name}.init
+URL:		http://www.openamt.org/
+BuildRequires:	curl-devel
+BuildRequires:	gsoap
+BuildRequires:	libstdc++-devel
+BuildRequires:	openssl-devel
+BuildRequires:	openwsman-devel
+BuildRequires:	trousers-devel
+BuildRequires:	xerces-c-devel
+Requires(post,preun):	/sbin/chkconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Intel(R) Active Management Technology (Intel(R) AMT) User
+Notification Service (UNS) runs as a deamon on the host of a platform
+that also has Intel AMT enabled. The UNS receives messages from Intel
+AMT and write them to the local OS event log for the purpose of
+notifying end users of predefined events such as when critical System
+Defense policies are applied by the ME FW.
+
+%prep
+%setup -q -n UNS-%{version}
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/uns
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%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  2009/07/16 07:53:03  arekm
+- raw
+
================================================================


More information about the pld-cvs-commit mailing list