]> git.pld-linux.org Git - packages/aware.git/commitdiff
- init
authorsardzent <sardzent@pld-linux.org>
Tue, 31 May 2005 20:37:38 +0000 (20:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- unknown BR
- doesn't build
- needs work at configure (now it's interactive)
- missing pl Summary and description

Changed files:
    aware.spec -> 1.1

aware.spec [new file with mode: 0644]

diff --git a/aware.spec b/aware.spec
new file mode 100644 (file)
index 0000000..c2811de
--- /dev/null
@@ -0,0 +1,46 @@
+#      environment variable AWARE_HOME must point at build directory
+#      mdns,rrdtool,sqlite,mysql selection at configure
+#      unknown BR, missing Summary(pl) and description(pl)
+#      project looks interesting but needs time and work :)
+Summary:       Asynchronous Event Framework for Responsive Applications, System Control and Monitoring
+Summary(pl):   -
+Name:          aware
+Version:       0.11.1
+Release:       0.1
+License:       GPL
+Group:         Applications/Networking
+Source0:       http://www.elegant-software.com/software/aware/archive/%{name}-%{version}.src.tgz
+# Source0-md5: a3f8323cea47c2a2ef22ae2194b21f68
+URL:           http://www.elegant-software.com/software/aware/
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Aware is a high performance distributed event processing 
+framework built for systems management. It comes with probes
+for common network services and system resources. 
+Additionally, Aware allows the cross-correllation of many 
+different streams of information, and includes a Web-based 
+reporting interface.
+
+%description -l pl
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
+
+install doc/man/* $RPM_BUILD_ROOT%{_mandir}/man8
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES EXTERNAL_PACKAGES FAQ HOWTO IDEAS MAINTAINERS PACKAGE_INFO README SECURITY TODO
This page took 0.055996 seconds and 4 git commands to generate.