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