]> git.pld-linux.org Git - packages/arrayprobe.git/blob - arrayprobe.spec
- new
[packages/arrayprobe.git] / arrayprobe.spec
1 Summary:        Arrayprobe - reporting the status of HP/Compaq array controller
2 Summary(pl):    Arrayprobe - informowanie o stanie kontrolerów macierzowych HP/Compaq
3 Name:           arrayprobe
4 Version:        2.0
5 Release:        0.1
6 License:        GPL v2+
7 Group:          Applications/System
8 Source0:        http://www.strocamp.net/opensource/compaq/downloads/%{name}-%{version}.tar.gz
9 # Source0-md5:  7300f24a712265fd7430c6b48bd1dd75
10 Patch0:         %{name}-headers.patch
11 URL:            http://www.strocamp.net/opensource/arrayprobe.php
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Arrayprobe is a Linux commandline utility that reports the status of a
18 HP/Compaq array controller.
19
20 %description -l pl
21 Arrayprobe to linuksowe narzêdzie dzia³aj±ce z linii poleceñ
22 informuj±ce o stanie kontrolerów macierzowych HP/Compaq.
23
24 %prep
25 %setup -q
26 %patch0 -p1
27
28 %build
29 %{__aclocal}
30 %{__autoconf}
31 %{__autoheader}
32 %{__automake}
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS ChangeLog NEWS README
48 %attr(755,root,root) %{_bindir}/arrayprobe
This page took 0.07244 seconds and 3 git commands to generate.