]> git.pld-linux.org Git - packages/cpqarrayd.git/blob - cpqarrayd.spec
- cp from cpqarrayd-2.2/scripts
[packages/cpqarrayd.git] / cpqarrayd.spec
1 # TODO: init script (provided one isn't LSB-compliant)
2 Summary:        Cpqarrayd - SmartArray controllers monitoring
3 Summary(pl):    Cpqarrayd - monitorowanie kontrolerów SmartArray
4 Name:           cpqarrayd
5 Version:        2.2
6 Release:        0.1
7 License:        GPL v2+
8 Group:          Applications/System
9 Source0:        http://www.strocamp.net/opensource/compaq/downloads/%{name}-%{version}.tar.gz
10 # Source0-md5:  d287d1ad9317443063aff1098f7bc4f4
11 Patch0:         %{name}-headers.patch
12 URL:            http://www.strocamp.net/opensource/cpqarrayd.php
13 BuildRequires:  autoconf >= 2.50
14 BuildRequires:  automake
15 BuildRequires:  net-snmp-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Cpqarrayd monitors SmartArray controllers for you and notifies by
20 sending SNMP traps and via syslog.
21
22 %description -l pl
23 Cpqarrayd monitoruje kontrolery SmartArray i powiadamia przez
24 wysy³anie pu³apek SNMP oraz sysloga.
25
26 %prep
27 %setup -q
28 %patch0 -p1
29
30 %build
31 %{__aclocal}
32 %{__autoconf}
33 %{__autoheader}
34 %{__automake}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog NEWS README
50 %attr(755,root,root) %{_sbindir}/cpqarrayd
51 %{_mandir}/man1/cpqarrayd.1*
This page took 0.05058 seconds and 3 git commands to generate.