]> git.pld-linux.org Git - packages/aware.git/blob - aware.spec
- tabs in preamble
[packages/aware.git] / aware.spec
1 # TODO:
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 :)
6 Summary:        Asynchronous Event Framework for Responsive Applications, System Control and Monitoring
7 Summary(pl.UTF-8):      Środowisko zdarzeń asynchronicznych dla aplikacji, kontroli systemu i monitorowania
8 Name:           aware
9 Version:        0.11.1
10 Release:        0.1
11 License:        GPL
12 Group:          Applications/Networking
13 Source0:        http://www.elegant-software.com/software/aware/archive/%{name}-%{version}.src.tgz
14 # Source0-md5:  a3f8323cea47c2a2ef22ae2194b21f68
15 URL:            http://www.elegant-software.com/software/aware/
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Aware is a high performance distributed event processing framework
21 built for systems management. It comes with probes for common network
22 services and system resources. Additionally, Aware allows the
23 cross-correllation of many different streams of information, and
24 includes a Web-based reporting interface.
25
26 %description -l pl.UTF-8
27 Aware to rozproszone środowisko do przetwarzania zdarzeń o wysokiej
28 wydajności zbudowane do zarządzania systemami. Jest dostarczane z
29 sondami dla popularnych usług sieciowych i zasobów systemowych.
30 Ponadto Aware pozwala na kojarzenie wielu różnych strumieni informacji
31 i zawiera interfejs informacyjny oparty na WWW.
32
33 %prep
34 %setup -q
35
36 %build
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
43
44 install doc/man/* $RPM_BUILD_ROOT%{_mandir}/man8
45
46 %clean
47 rm -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.077455 seconds and 3 git commands to generate.