[packages/sas2ircu] Initial (ancient software)
arekm
arekm at pld-linux.org
Fri Nov 7 15:50:23 CET 2025
commit 43b9290e1ce6d0643985d3b7649e483928e3bb49
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Nov 7 15:49:59 2025 +0100
Initial (ancient software)
sas2ircu.spec | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 65 insertions(+)
---
diff --git a/sas2ircu.spec b/sas2ircu.spec
new file mode 100644
index 0000000..f596e48
--- /dev/null
+++ b/sas2ircu.spec
@@ -0,0 +1,65 @@
+Summary: LSI MPT-SAS2 controller management tool
+Name: sas2ircu
+Version: 20
+Release: 1
+License: LSI
+Group: Base
+Source0: https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/sas_sata_6g_p20/SAS2IRCU_P%{version}.zip
+# Source0-md5: 57e7ffd2b3221c5d7b471b23ec429b8b
+URL: https://www.broadcom.com/
+BuildRequires: unzip
+ExclusiveArch: %{ix86}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _sbindir /sbin
+%define _enable_debug_packages 0
+
+%description
+This binary supports should support ALL cards, including, but not
+limited to the following series:
+
+- LSI SAS 2004
+- LSI SAS 2008
+- LSI SAS 2108
+- LSI SAS 2208
+- LSI SAS 2304
+- LSI SAS 2308
+- Dell PERC H200, H700
+- IBM System x3200 M2 (4367, 4368)
+- IBM System x3200 M3 (7327, 7328)
+- IBM System x3250 M2 (4190, 4191, 4194)
+- IBM System x3250 M3 (4251, 4252, 4261)
+- IBM System x3350 (4192, 4193)
+- IBM System x3400 (7973, 7974, 7975, 7976)
+- IBM System x3400 M2 (7836, 7837)
+- IBM System x3455 (7940, 7941)
+- IBM System x3500 (7977)
+- IBM System x3500 M2 (7839)
+- IBM System x3550 (7978, 1913)
+- IBM System x3550 M2 (7946, 4198)
+- IBM System x3650 (7979, 1914)
+- IBM System x3650 M2 (7947, 4199)
+- IBM System x3650 NAS (7979)
+- IBM System x3655 (7985, 7943)
+- IBM System x3755 (8877, 7163)
+- IBM System x3850 M2 (7141, 7144, 7233, 7234)
+- IBM System x3850 X5 (7145, 7146)
+- IBM System x3950 M2 (7141, 7233, 7234)
+- IBM System x3950 X5 (7145)
+
+%prep
+%setup -q -n SAS2IRCU_P%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+cp -p sas2ircu_linux_x86_rel/sas2ircu $RPM_BUILD_ROOT%{_sbindir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.txt *.pdf
+%attr(755,root,root) %{_sbindir}/%{name}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sas2ircu.git/commitdiff/43b9290e1ce6d0643985d3b7649e483928e3bb49
More information about the pld-cvs-commit
mailing list