]> git.pld-linux.org Git - packages/cciss_vol_status.git/blame - cciss_vol_status.spec
- argh, strnlen.patch is back; rel 3
[packages/cciss_vol_status.git] / cciss_vol_status.spec
CommitLineData
f67efdda
AG
1Summary: Shows status of logical drives attached to HP SmartArray controllers
2Summary(pl.UTF-8): Wyświetla status logicznych dysków stworzonych w kontrolerach HP SmartArray
3Name: cciss_vol_status
deb66159 4Version: 1.06
8dc7afe0 5Release: 3
f67efdda
AG
6License: GPL v2+
7Group: Applications
8Source0: http://dl.sourceforge.net/cciss/%{name}-%{version}.tar.gz
deb66159 9# Source0-md5: 210b97af7adeb601a49ee0e743c4d2b7
f67efdda 10URL: http://cciss.sourceforge.net/
8dc7afe0 11Patch0: strnlen.patch
f67efdda
AG
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: linux-libc-headers
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18cciss_vol_status is a very lightweight program to report the status of
19logical drives on Smart Array controllers and also fibre channel
20attached MSA1000.
21
22%description -l pl.UTF-8
23cciss_vol_status to lekki program do raporotwania statusu logicznych
24dysków kontrolera Smart Array jak również MSA1000.
25
26%prep
27%setup -q
8dc7afe0 28%patch0 -p1
f67efdda
AG
29
30%build
31%{__aclocal}
32%{__autoconf}
33%{__autoheader}
34%{__automake}
b409b1c0
ER
35%configure \
36 --bindir=%{_sbindir}
f67efdda
AG
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc AUTHORS ChangeLog NEWS README
b409b1c0
ER
51%attr(755,root,root) %{_sbindir}/cciss_vol_status
52%{_mandir}/man8/cciss_vol_status*
This page took 0.068334 seconds and 4 git commands to generate.