]> git.pld-linux.org Git - packages/arcconf.git/blame - arcconf.spec
- typo
[packages/arcconf.git] / arcconf.spec
CommitLineData
976ef3eb
AM
1%define ver 6.50
2%define build 18570
a924a6b2 3Summary: Adaptec uniform command line interface
5608c121 4Summary(pl.UTF-8): Ujednolicony interfejs linii poleceń Adapteca
a924a6b2 5Name: arcconf
daf8588a 6Version: %{ver}.%{build}
a924a6b2 7Release: 1
5f7093b5 8License: Adaptec Downloadable Software License
a924a6b2 9Group: Base
227f3ce3 10# tgz tarballs originaly came from 30MB+ Storage Manager RPM Files
daf8588a 11Source0: http://www.obvious.co.nz/aacraid/arcconf/%{name}-%{ver}-b%{build}.tgz
976ef3eb 12# Source0-md5: a8b9426238787638820a24cb91b327e3
daf8588a 13Source1: http://www.obvious.co.nz/aacraid/arcconf/%{name}-x64-%{ver}-b%{build}.tgz
976ef3eb 14# Source1-md5: d4039d6d5e85233f0084c02828affa88
b3e48ba8 15URL: http://www.adaptec.com/en-US/downloads/storage_manager/sm?productId=SAS-3405
a924a6b2
AM
16ExclusiveArch: %{ix86} %{x8664}
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%define _sbindir /sbin
aafc855c 20%define _enable_debug_packages 0
a924a6b2
AM
21
22%description
23Adaptec Storage Manager Command Line Utility.
24
25Compatible Products:
26- Adaptec RAID 3085
27- Adaptec RAID 31205
28- Adaptec RAID 31605
29- Adaptec RAID 3405
30- Adaptec RAID 3805
31
feb6a7ed
JB
32%description -l pl.UTF-8
33Obsługiwane z linii poleceń narzędzie do zarządzania kontrolerami
34Adapteca.
35
36Obsługiwane kontrolery:
37- Adaptec RAID 3085
38- Adaptec RAID 31205
39- Adaptec RAID 31605
40- Adaptec RAID 3405
41- Adaptec RAID 3805
42
a924a6b2
AM
43%prep
44%ifarch %{ix86}
d805cb6e 45%setup -qTc -a0
a924a6b2
AM
46%endif
47%ifarch %{x8664}
d805cb6e 48%setup -qTc -a1
a924a6b2 49%endif
d805cb6e 50mv linux*/cmdline/* .
a924a6b2 51
a924a6b2
AM
52%install
53rm -rf $RPM_BUILD_ROOT
54install -d $RPM_BUILD_ROOT%{_sbindir}
d805cb6e 55install -p arcconf $RPM_BUILD_ROOT%{_sbindir}/arcconf
a924a6b2
AM
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%files
61%defattr(644,root,root,755)
aafc855c 62%doc README.TXT
a924a6b2 63%attr(755,root,root) %{_sbindir}/*
This page took 0.057533 seconds and 4 git commands to generate.