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