]> git.pld-linux.org Git - packages/arcconf.git/blame_incremental - arcconf.spec
- up to 7.0 build 18781
[packages/arcconf.git] / arcconf.spec
... / ...
CommitLineData
1%define ver 7.0
2%define build 18781
3Summary: Adaptec uniform command line interface
4Summary(pl.UTF-8): Ujednolicony interfejs linii poleceń Adapteca
5Name: arcconf
6Version: %{ver}.%{build}
7Release: 1
8License: Adaptec Downloadable Software License
9Group: Base
10# tgz tarballs originaly came from 30MB+ Storage Manager RPM Files
11Source0: http://www.obvious.co.nz/aacraid/arcconf/%{name}-%{ver}-b%{build}.tgz
12# Source0-md5: 19c0c942a5acb0024a2edb844e3bdbcf
13Source1: http://www.obvious.co.nz/aacraid/arcconf/%{name}-x64-%{ver}-b%{build}.tgz
14# Source1-md5: ad37a2c0c3e38060b96069651421255d
15URL: http://www.adaptec.com/en-US/downloads/storage_manager/sm?productId=SAS-3405
16ExclusiveArch: %{ix86} %{x8664}
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%define _sbindir /sbin
20%define _enable_debug_packages 0
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
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
43%prep
44%ifarch %{ix86}
45%setup -qTc -a0
46%endif
47%ifarch %{x8664}
48%setup -qTc -a1
49%endif
50mv linux*/cmdline/* .
51
52%install
53rm -rf $RPM_BUILD_ROOT
54install -d $RPM_BUILD_ROOT%{_sbindir}
55install -p arcconf $RPM_BUILD_ROOT%{_sbindir}/arcconf
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%files
61%defattr(644,root,root,755)
62%doc README.TXT
63%attr(755,root,root) %{_sbindir}/*
This page took 0.09573 seconds and 4 git commands to generate.