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