]> git.pld-linux.org Git - packages/arrayprobe.git/blame_incremental - arrayprobe.spec
- newline.patch; release 2
[packages/arrayprobe.git] / arrayprobe.spec
... / ...
CommitLineData
1Summary: Arrayprobe - reporting the status of HP/Compaq array controller
2Summary(pl.UTF-8): Arrayprobe - informowanie o stanie kontrolerów macierzowych HP/Compaq
3Name: arrayprobe
4Version: 2.0
5Release: 2
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
11Patch1: %{name}-newline.patch
12URL: http://www.strocamp.net/opensource/arrayprobe.php
13BuildRequires: autoconf >= 2.50
14BuildRequires: automake
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Arrayprobe is a Linux commandline utility that reports the status of a
19HP/Compaq array controller.
20
21%description -l pl.UTF-8
22Arrayprobe to linuksowe narzędzie działające z linii poleceń
23informują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
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
44%clean
45rm -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.107755 seconds and 4 git commands to generate.