]> git.pld-linux.org Git - packages/binflash.git/blob - binflash.spec
b976b3e6216b5e3b0fb115c8566e4d7c0b50d9af
[packages/binflash.git] / binflash.spec
1 #
2 # NOTE:
3 #               - firmwares available at http://liggydee.cdfreaks.com/page/
4 #
5 Summary:        Binflash (NEC version) - universal firmware flasher for binary firmwares
6 Summary(pl):    Binflash (wersja NEC) - uniwersalne narzêdzie do uaktualniania binarnych firmware
7 Name:           binflash
8 Version:        1.29
9 Release:        1
10 License:        Freeware
11 Group:          Applications/System
12 Source0:        http://binflash.cdfreaks.com/download/1/2/necflash_linux.tgz
13 # Source0-md5:  be0c8c167f37d865ca0963aee0402a44
14 URL:            http://binflash.cdfreaks.com/
15 ExclusiveArch:  %{ix86} %{x8664}
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
56 install -D necflash \
57         $RPM_BUILD_ROOT%{_sbindir}/necflash
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %attr(755,root,root) %{_sbindir}/necflash
This page took 0.067876 seconds and 2 git commands to generate.