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