]> git.pld-linux.org Git - packages/arrayprobe.git/blame - arrayprobe.spec
- rel 1, works fine
[packages/arrayprobe.git] / arrayprobe.spec
CommitLineData
c3c8f1b2 1Summary: Arrayprobe - reporting the status of HP/Compaq array controller
980314f4 2Summary(pl.UTF-8): Arrayprobe - informowanie o stanie kontrolerów macierzowych HP/Compaq
c3c8f1b2
JB
3Name: arrayprobe
4Version: 2.0
a42e5d26 5Release: 1
c3c8f1b2
JB
6License: GPL v2+
7Group: Applications/System
8Source0: http://www.strocamp.net/opensource/compaq/downloads/%{name}-%{version}.tar.gz
9# Source0-md5: 7300f24a712265fd7430c6b48bd1dd75
10Patch0: %{name}-headers.patch
11URL: http://www.strocamp.net/opensource/arrayprobe.php
12BuildRequires: autoconf >= 2.50
13BuildRequires: automake
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Arrayprobe is a Linux commandline utility that reports the status of a
18HP/Compaq array controller.
19
79767cca
JR
20%description -l pl.UTF-8
21Arrayprobe to linuksowe narzędzie działające z linii poleceń
22informujące o stanie kontrolerów macierzowych HP/Compaq.
c3c8f1b2
JB
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
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42%clean
43rm -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.109571 seconds and 4 git commands to generate.