]> git.pld-linux.org Git - packages/arcconf.git/blame - arcconf.spec
- note on source
[packages/arcconf.git] / arcconf.spec
CommitLineData
a924a6b2
AM
1Summary: Adaptec uniform command line interface
2Name: arcconf
26d7001e 3Version: 6.0
a924a6b2 4Release: 1
5f7093b5 5License: Adaptec Downloadable Software License
a924a6b2 6Group: Base
227f3ce3 7# tgz tarballs originaly came from 30MB+ Storage Manager RPM Files
26d7001e 8Source0: http://www.obvious.co.nz/aacraid/arcconf/%{name}-6.0-b17922.tgz
38c65a33
AM
9Source1: http://www.obvious.co.nz/aacraid/arcconf/%{name}-x64-6.0-b17922.tgz
10# Source1-md5: 70684147e6e04cdbdad1891c6b8e6799
a924a6b2
AM
11URL: http://linux.adaptec.com/
12ExclusiveArch: %{ix86} %{x8664}
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%define _sbindir /sbin
aafc855c 16%define _enable_debug_packages 0
a924a6b2
AM
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
38c65a33 29%setup -q -c -a1
a924a6b2 30%ifarch %{ix86}
aafc855c 31install linux/cmdline/{arcconf,README.TXT} .
a924a6b2
AM
32%endif
33%ifarch %{x8664}
aafc855c 34install linux-x64/cmdline/{arcconf,README.TXT} .
a924a6b2
AM
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)
aafc855c 50%doc README.TXT
a924a6b2 51%attr(755,root,root) %{_sbindir}/*
This page took 0.037052 seconds and 4 git commands to generate.