Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 463f6eae33d990f0a8a7e8154b8a571b > files > 2

arrayprobe-2.0-4mdv2010.1.src.rpm

Summary:	A command line HP (Compaq) SmartArray status checker
Name:		arrayprobe
Version:	2.0
Release:	%mkrel 4
License:	GPL
Group:		System/Kernel and hardware
URL:		http://www.strocamp.net/opensource/
Source0:	http://www.strocamp.net/opensource/compaq/downloads/%{name}-%{version}.tar.bz2
Patch0:		arrayprobe_2.0-2.diff
BuildRequires:	kernel-source
BuildRequires:	libtool
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Arrayprobe is a linux commandline utility that reports the status of a HP
(compaq) arraycontroller. This version only supports the newer controllers that
use the cciss driver. It works in two modes. The default mode reports the
status in a single line and can be used as a nagios check. The second mode is
activated by the -r option and prints a complete status report of the
controller and any events in the event queue.

%prep

%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
    --with-kernel=`ls -d /usr/src/linux`

%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/cron.daily
install -d %{buildroot}%{_mandir}/man1

%makeinstall_std

install -m0644 debian/%{name}.cron.daily %{buildroot}%{_sysconfdir}/cron.daily/%{name}
install -m0644 debian/%{name}.1 %{buildroot}%{_mandir}/man1/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README
%attr(0644,root,root) %{_sysconfdir}/cron.daily/%{name}
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0644,root,root) %{_mandir}/man1/%{name}.1*


%changelog
* Fri Feb 19 2010 Funda Wang <fwang@mandriva.org> 2.0-4mdv2010.1
+ Revision: 508099
- fix build

  + Thierry Vignaud <tvignaud@mandriva.com>
    - rebuild
    - kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Fri Aug 31 2007 Oden Eriksson <oeriksson@mandriva.com> 2.0-2mdv2008.0
+ Revision: 76950
- fix build (second try)
- fix build
- rebuild

* Sun Aug 19 2007 Oden Eriksson <oeriksson@mandriva.com> 2.0-1mdv2008.0
+ Revision: 66655
- Import arrayprobe



* Sat Jul 29 2006 Oden Eriksson <oeriksson@mandriva.com> 2.0-1mdv2007.0
- initial Mandriva package
- added one patch by debian (P0)