]> 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.UTF-8):      Arrayprobe - informowanie o stanie kontrolerów macierzowych HP/Compaq
3 Name:           arrayprobe
4 Version:        2.0
5 Release:        2
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 Patch1:         %{name}-newline.patch
12 URL:            http://www.strocamp.net/opensource/arrayprobe.php
13 BuildRequires:  autoconf >= 2.50
14 BuildRequires:  automake
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Arrayprobe is a Linux commandline utility that reports the status of a
19 HP/Compaq array controller.
20
21 %description -l pl.UTF-8
22 Arrayprobe to linuksowe narzędzie działające z linii poleceń
23 informujące o stanie kontrolerów macierzowych HP/Compaq.
24
25 %prep
26 %setup -q
27 %patch0 -p1
28 %patch1 -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) %{_bindir}/arrayprobe
This page took 0.085299 seconds and 3 git commands to generate.