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