]> git.pld-linux.org Git - packages/aware.git/blame - aware.spec
- init
[packages/aware.git] / aware.spec
CommitLineData
0d8e110b 1# environment variable AWARE_HOME must point at build directory
2# mdns,rrdtool,sqlite,mysql selection at configure
3# unknown BR, missing Summary(pl) and description(pl)
4# project looks interesting but needs time and work :)
5Summary: Asynchronous Event Framework for Responsive Applications, System Control and Monitoring
6Summary(pl): -
7Name: aware
8Version: 0.11.1
9Release: 0.1
10License: GPL
11Group: Applications/Networking
12Source0: http://www.elegant-software.com/software/aware/archive/%{name}-%{version}.src.tgz
13# Source0-md5: a3f8323cea47c2a2ef22ae2194b21f68
14URL: http://www.elegant-software.com/software/aware/
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Aware is a high performance distributed event processing
20framework built for systems management. It comes with probes
21for common network services and system resources.
22Additionally, Aware allows the cross-correllation of many
23different streams of information, and includes a Web-based
24reporting interface.
25
26%description -l pl
27
28%prep
29%setup -q -n %{name}-%{version}
30
31%build
32%configure
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
38
39install doc/man/* $RPM_BUILD_ROOT%{_mandir}/man8
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc CHANGES EXTERNAL_PACKAGES FAQ HOWTO IDEAS MAINTAINERS PACKAGE_INFO README SECURITY TODO
This page took 0.066722 seconds and 4 git commands to generate.