]> git.pld-linux.org Git - packages/cpqarrayd.git/blame - cpqarrayd.spec
- init PLD spec, NFY
[packages/cpqarrayd.git] / cpqarrayd.spec
CommitLineData
2b953891 1Summary: Cpqarrayd monitors SmartArray controllers
2Name: cpqarrayd
3Version: 2.0
4Release: 0.1
5License: GPL
6Group: Applications/System
7Source0: http://starbreeze.knoware.nl/~hugo/compaq/downloads/%{name}-%{version}.tar.gz
8# Source0-md5: c53247d26e769d154a810a498dd0322c
9URL: http://starbreeze.knoware.nl/~spark/compaq
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13Cpqarrayd monitors SmartArray controllers for you and notifies by
14sending SNMP traps and via syslog.
15
16%prep
17%setup -q
18
19%build
20%configure
21%{__make}
22
23%install
24rm -rf $RPM_BUILD_ROOT
25# create directories if necessary
26#install -d $RPM_BUILD_ROOT
27
28%{__make} install \
29 DESTDIR=$RPM_BUILD_ROOT
30
31%clean
32rm -rf $RPM_BUILD_ROOT
33
34%files
35%defattr(644,root,root,755)
36%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
37%attr(755,root,root) %{_bindir}/*
38%{_datadir}/%{name}
This page took 0.049997 seconds and 4 git commands to generate.