From 66605ee20bd2cb3cf2f210ec87e7cdcd7daaa73b Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Mon, 13 May 2019 21:11:33 -0500 Subject: [PATCH] Initial Version --- rhino-equipment.spec | 76 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 rhino-equipment.spec diff --git a/rhino-equipment.spec b/rhino-equipment.spec new file mode 100644 index 0000000..c0b3301 --- /dev/null +++ b/rhino-equipment.spec @@ -0,0 +1,76 @@ +Name: rhino-equipment +Version: 2009.02.06 +Release: 1%{?dist} +Summary: Firmware for Rhino Equipment cards + +License: Unknown +URL: http://downloads.rhinoequipment.com/Rhino%20Downloads/Support/ +Source0: http://downloads.rhinoequipment.com/Rhino%20Downloads/Support/r1t1_to_24.gz +Source1: http://downloads.rhinoequipment.com/Rhino%20Downloads/Support/r1t1_to_37.gz +Source2: http://downloads.rhinoequipment.com/Rhino%20Downloads/Support/r1t1_to_40.gz +Source3: http://downloads.rhinoequipment.com/Rhino%20Downloads/Support/r1t1_to_41.gz +Source4: http://downloads.rhinoequipment.com/Rhino%20Downloads/Support/r2t1_to_36.gz +Source5: http://downloads.rhinoequipment.com/Rhino%20Downloads/Support/r2t1_to_40_b.gz +Source6: http://downloads.rhinoequipment.com/Rhino%20Downloads/Support/r2t1_to_40_c.gz +Source7: http://downloads.rhinoequipment.com/Rhino%20Downloads/Support/r4t1_to_36.gz +Source8: http://downloads.rhinoequipment.com/Rhino%20Downloads/Support/r4t1_to_40.gz +Source9: http://downloads.rhinoequipment.com/Rhino%20Downloads/Support/rcb4_to_13.gz +Source10: http://downloads.rhinoequipment.com/Rhino%20Downloads/Support/rcb8_to_11.gz + +# BuildRequires: +# Requires: + +%description + + +%prep +# %autosetup + + +%build +# %configure +# %make_build + + +%install +rm -rf %{buildroot} +# %make_install +%{__mkdir_p} %{buildroot}%{_sbindir} +%{__install} %{SOURCE0} %{buildroot}%{_sbindir}/ +%{__install} %{SOURCE1} %{buildroot}%{_sbindir}/ +%{__install} %{SOURCE2} %{buildroot}%{_sbindir}/ +%{__install} %{SOURCE3} %{buildroot}%{_sbindir}/ +%{__install} %{SOURCE4} %{buildroot}%{_sbindir}/ +%{__install} %{SOURCE5} %{buildroot}%{_sbindir}/ +%{__install} %{SOURCE6} %{buildroot}%{_sbindir}/ +%{__install} %{SOURCE7} %{buildroot}%{_sbindir}/ +%{__install} %{SOURCE8} %{buildroot}%{_sbindir}/ +%{__install} %{SOURCE9} %{buildroot}%{_sbindir}/ +%{__install} %{SOURCE10} %{buildroot}%{_sbindir}/ +( + cd %{buildroot}%{_sbindir} + gunzip *gz +) + + +%files +# %license add-license-file-here +# %doc add-docs-here +%defattr(-,root,root,-) +%{_sbindir}/r1t1_to_24 +%{_sbindir}/r1t1_to_37 +%{_sbindir}/r1t1_to_40 +%{_sbindir}/r1t1_to_41 +%{_sbindir}/r2t1_to_36 +%{_sbindir}/r2t1_to_40_b +%{_sbindir}/r2t1_to_40_c +%{_sbindir}/r4t1_to_36 +%{_sbindir}/r4t1_to_40 +%{_sbindir}/rcb4_to_13 +%{_sbindir}/rcb8_to_11 + + +%changelog +* Tue May 14 2019 Jason Rothstein +- Initial Version +