From c3a82edcc726f9547009282f56320843cace92ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Sikora?= Date: Sat, 13 Nov 2004 07:31:09 +0000 Subject: [PATCH] - NEC compatilble firmware flasher. - TODO: license Changed files: binflash.spec -> 1.1 --- binflash.spec | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 binflash.spec diff --git a/binflash.spec b/binflash.spec new file mode 100644 index 0000000..b81431e --- /dev/null +++ b/binflash.spec @@ -0,0 +1,42 @@ +Summary: Binflash (NEC version) - universal firmware flasher for binary firmwares +Name: binflash +Version: 1.02 +Release: 0.1 +License: ? (closed source) +Group: Applications/System +Source0: necflash_linux.tgz +# Source0-md5: ffa1d581d6bea339b3806cd40d83648d +URL: http://binflash.cdfreaks.com +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Binflash is a collection of tools you may use in order to flash your +DVD burner with a binary firmware file (some executable flashers are +also supported) or to dump the Flash ROM of your burner back to disc. +You should be able to work with all devices that are currently +accessible in your operating system, even if the drives are attached +via Firewire or USB. + +Disclaimer: + +By using this program and accepting the disclaimer you accept that +neither the authors of this programs nor CDFreaks.com can be held +responsible for any damages caused by using Binflash. If you damage +your drive by using this flasher or any experimental firmwares, do not +RMA your drive but buy a new one! + +%prep +%setup -qcn binflash + +%install +rm -rf $RPM_BUILD_ROOT + +install -D necflash \ + $RPM_BUILD_ROOT%{_sbindir}/necflash + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_sbindir}/necflash -- 2.43.0