]> git.pld-linux.org Git - packages/binflash.git/blob - binflash.spec
- release 1.
[packages/binflash.git] / binflash.spec
1 Summary:        Binflash (NEC version) - universal firmware flasher for binary firmwares
2 Summary(pl):    Binflash (wersja NEC) - uniwersalne narzêdzie do uaktualniania binarnych firmware
3 Name:           binflash
4 Version:        1.22
5 Release:        1
6 License:        Freeware
7 Group:          Applications/System
8 Source0:        http://binflash.cdfreaks.com/download/1/2/necflash_linux.tgz
9 # Source0-md5:  2f7d6ad41faa3087fe25cbb32f4ce278
10 # original firmware:
11 # extracted from http://support.necsam.com/optical/downloads/FlashFirmware/
12 Source1:        NEC-ND3540A-1.03-orig.bin
13 # Source1-md5:  3fade94896c03423670bd65622e22b9b
14 Source2:        NEC-ND3540A-1.03-bt-rpc1.bin
15 # Source2-md5:  d07baf09816294f22b80818aba3b03e0
16 Source3:        NEC-ND3540A-1.W7-rpc1.bin
17 # Source3-md5:  1c13d7b8b991377de22ac0178393cc7f
18 URL:            http://binflash.cdfreaks.com/
19 ExclusiveArch:  %{ix86}
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Binflash is a collection of tools you may use in order to flash your
24 DVD burner with a binary firmware file (some executable flashers are
25 also supported) or to dump the Flash ROM of your burner back to disc.
26 You should be able to work with all devices that are currently
27 accessible in your operating system, even if the drives are attached
28 via Firewire or USB.
29
30 Disclaimer:
31
32 By using this program and accepting the disclaimer you accept that
33 neither the authors of these programs nor CDFreaks.com can be held
34 responsible for any damages caused by using Binflash. If you damage
35 your drive by using this flasher or any experimental firmwares, do not
36 RMA your drive but buy a new one!
37
38 %description -l pl
39 Binflash to zestaw narzêdzi do uaktualnienia pamiêci flash w
40 nagrywarkach DVD za pomoc± pliku binarnego z firmware (obs³ugiwane s±
41 tak¿e niektóre wykonywalne pliki z firmware) oraz zrzucania zawarto¶ci
42 Flash ROM-u nagrywarki z powrotem na dysk. Narzêdzia powinny dzia³aæ
43 ze wszystkimi urz±dzeniami aktualnie dostêpnymi w systemie
44 operacyjnym, nawet tymi pod³±czonymi poprzez Firewire lub USB.
45
46 Uwaga:
47
48 U¿ywaj±c ten program i przyjmuj±c to o¶wiadczenie akceptujemy, ¿e ani
49 autorzy tych programów ani CDFreaks.com nie s± odpowiedzialni za
50 ¿adne uszkodzenia spowodowane u¿ywaniem Binflasha. W przypadku
51 uszkodzenia urz±dzenia poprzez u¿ycie tego narzêdzia lub jakiego¶
52 eksperymentalnego firmware pozostaje tylko zakup nowego napêdu.
53
54 %prep
55 %setup -q -c
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59 install -d $RPM_BUILD_ROOT%{_libdir}/necflash
60
61 install -D necflash \
62         $RPM_BUILD_ROOT%{_sbindir}/necflash
63
64 # NEC-ND3540A firmware
65 install %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/necflash
66 install %{SOURCE2} $RPM_BUILD_ROOT%{_libdir}/necflash
67 install %{SOURCE3} $RPM_BUILD_ROOT%{_libdir}/necflash
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %files
73 %defattr(644,root,root,755)
74 %attr(755,root,root) %{_sbindir}/necflash
75 %dir %{_libdir}/necflash
76 %{_libdir}/necflash/*.bin
This page took 0.062419 seconds and 3 git commands to generate.