]> git.pld-linux.org Git - packages/etherboot.git/blob - etherboot.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/etherboot.git] / etherboot.spec
1 Summary:        software package for booting x86 PCs over a network
2 Summary(pl):    oprogramowanie do startowania komputerów PC poprzez sieæ
3 Name:           etherboot
4 Version:        5.0.4
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://prdownloads.sourceforge.net/etherboot/%{name}-%{version}.tar.bz2     
9 Source1:        http://prdownloads.sourceforge.net/etherboot/%{name}-doc-%{version}.tar.bz2
10 Patch0:         %{name}-oformat.patch
11 URL:            http://etherboot.sourceforge.net/
12 ExclusiveArch:  %{ix86}
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Etherboot is a free software package for booting x86 PCs over a
17 network. In principle this could be any network technology that TCP/IP
18 runs on that supports broadcasting. In practice, the bandwidth
19 required means it's only practical over LANs and some WANs. Etherboot
20 is useful for booting PCs diskless. This is desirable in various
21 situations, for example:
22   - Maintaining software for a cluster of equally configured
23     workstations centrally.
24   - A low-cost X-terminal.
25   - A low cost user platform where remote partitions are mounted by NFS
26     and you are willing to accept the slowness of data transfers that
27     results from NFS, compared to a local disk.
28   - Various kinds of remote servers, e.g. a tape drive server that can
29     be accessed with the RMT protocol.
30   - Routers.
31   - Machines doing tasks in environments unfriendly to disks.
32
33 %description -l pl
34 Etherboot to "wolne" oprogramowanie s³u¿±ce do startowania komputerów
35 PC x86 poprzez sieæ (dowoln± sieæ TCP/IP wspieraj±c± rozg³aszanie
36 adresów (broadcasting)). W praktyce wymagania co do przepustowo¶ci
37 ³±cz ograniczaj± zastosowanie tego pakietu w sieciach LAN i niektórych
38 WAN. Etherboot jest u¿yteczny do startowania bezdyskowych PC.
39
40 %prep
41 %setup -q -a1
42 %patch0 -p1
43
44 %build
45 # we don't use custom optimalizations here because it can cause problems
46 %{__make} -C src
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT%{_libdir}/%{name}/{lzrom,rom}
51
52 install src/bin32/*.rom         $RPM_BUILD_ROOT%{_libdir}/%{name}/rom
53 install src/bin32/*.lzrom       $RPM_BUILD_ROOT%{_libdir}/%{name}/lzrom
54
55 gzip -9nf INSTALL RELNOTES doc/text/*txt src/NIC
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc *.gz index.html doc/text/*.gz contrib src/*.gz
63 %{_libdir}/%{name}
This page took 0.238818 seconds and 4 git commands to generate.