]> git.pld-linux.org Git - packages/aware.git/blame - aware.spec
- tabs in preamble
[packages/aware.git] / aware.spec
CommitLineData
8e6f1665 1# TODO:
0d8e110b 2# environment variable AWARE_HOME must point at build directory
3# mdns,rrdtool,sqlite,mysql selection at configure
4# unknown BR, missing Summary(pl) and description(pl)
5# project looks interesting but needs time and work :)
6Summary: Asynchronous Event Framework for Responsive Applications, System Control and Monitoring
d7410798 7Summary(pl.UTF-8): Środowisko zdarzeń asynchronicznych dla aplikacji, kontroli systemu i monitorowania
0d8e110b 8Name: aware
9Version: 0.11.1
10Release: 0.1
11License: GPL
12Group: Applications/Networking
13Source0: http://www.elegant-software.com/software/aware/archive/%{name}-%{version}.src.tgz
14# Source0-md5: a3f8323cea47c2a2ef22ae2194b21f68
15URL: http://www.elegant-software.com/software/aware/
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
8e6f1665
JB
20Aware is a high performance distributed event processing framework
21built for systems management. It comes with probes for common network
22services and system resources. Additionally, Aware allows the
23cross-correllation of many different streams of information, and
24includes a Web-based reporting interface.
0d8e110b 25
88326954
JR
26%description -l pl.UTF-8
27Aware to rozproszone środowisko do przetwarzania zdarzeń o wysokiej
28wydajności zbudowane do zarządzania systemami. Jest dostarczane z
29sondami dla popularnych usług sieciowych i zasobów systemowych.
30Ponadto Aware pozwala na kojarzenie wielu różnych strumieni informacji
8e6f1665 31i zawiera interfejs informacyjny oparty na WWW.
0d8e110b 32
33%prep
8e6f1665 34%setup -q
0d8e110b 35
36%build
37%configure
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
43
44install doc/man/* $RPM_BUILD_ROOT%{_mandir}/man8
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc CHANGES EXTERNAL_PACKAGES FAQ HOWTO IDEAS MAINTAINERS PACKAGE_INFO README SECURITY TODO
This page took 0.06791 seconds and 4 git commands to generate.