]> git.pld-linux.org Git - packages/arcconf.git/blame - arcconf.spec
- 5.50 for i686
[packages/arcconf.git] / arcconf.spec
CommitLineData
a924a6b2
AM
1Summary: Adaptec uniform command line interface
2Name: arcconf
5f7093b5 3Version: 5.50
a924a6b2 4Release: 1
5f7093b5 5License: Adaptec Downloadable Software License
a924a6b2 6Group: Base
5f7093b5
AM
7Source0: http://www.obvious.co.nz/aacraid/arcconf/%{name}-5.5-b17523.tgz
8# Source0-md5: 57780bff5d397dabea3ee2d937feac7d
a924a6b2
AM
9# From adaptec CD, ver 5.20
10Source1: %{name}64
11# Source1-md5: 140dfcade7c191d72970558a0177060a
12URL: http://linux.adaptec.com/
13ExclusiveArch: %{ix86} %{x8664}
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%define _sbindir /sbin
17
18%description
19Adaptec Storage Manager Command Line Utility.
20
21Compatible Products:
22- Adaptec RAID 3085
23- Adaptec RAID 31205
24- Adaptec RAID 31605
25- Adaptec RAID 3405
26- Adaptec RAID 3805
27
28%prep
e02389d6 29%setup -q -c
a924a6b2 30%ifarch %{ix86}
a924a6b2
AM
31install linux/cmdline/arcconf .
32%endif
33%ifarch %{x8664}
a924a6b2
AM
34install %{SOURCE1} arcconf
35%endif
36
37%build
38
39%install
40rm -rf $RPM_BUILD_ROOT
41install -d $RPM_BUILD_ROOT%{_sbindir}
42
43install arcconf $RPM_BUILD_ROOT%{_sbindir}/arcconf
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%attr(755,root,root) %{_sbindir}/*
This page took 0.057448 seconds and 4 git commands to generate.