]> git.pld-linux.org Git - packages/arcconf.git/blame - arcconf.spec
- include readme, don't produce debuginfo package
[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
26d7001e 7Source0: http://www.obvious.co.nz/aacraid/arcconf/%{name}-6.0-b17922.tgz
38c65a33
AM
8Source1: http://www.obvious.co.nz/aacraid/arcconf/%{name}-x64-6.0-b17922.tgz
9# Source1-md5: 70684147e6e04cdbdad1891c6b8e6799
a924a6b2
AM
10URL: http://linux.adaptec.com/
11ExclusiveArch: %{ix86} %{x8664}
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%define _sbindir /sbin
aafc855c 15%define _enable_debug_packages 0
a924a6b2
AM
16
17%description
18Adaptec Storage Manager Command Line Utility.
19
20Compatible Products:
21- Adaptec RAID 3085
22- Adaptec RAID 31205
23- Adaptec RAID 31605
24- Adaptec RAID 3405
25- Adaptec RAID 3805
26
27%prep
38c65a33 28%setup -q -c -a1
a924a6b2 29%ifarch %{ix86}
aafc855c 30install linux/cmdline/{arcconf,README.TXT} .
a924a6b2
AM
31%endif
32%ifarch %{x8664}
aafc855c 33install linux-x64/cmdline/{arcconf,README.TXT} .
a924a6b2
AM
34%endif
35
36%build
37
38%install
39rm -rf $RPM_BUILD_ROOT
40install -d $RPM_BUILD_ROOT%{_sbindir}
41
42install arcconf $RPM_BUILD_ROOT%{_sbindir}/arcconf
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
aafc855c 49%doc README.TXT
a924a6b2 50%attr(755,root,root) %{_sbindir}/*
This page took 0.139174 seconds and 4 git commands to generate.