Add com32 modules to /boot.
[profile/ivi/syslinux.git] / syslinux.spec.in
1 # -*- rpm -*-
2 %define RPMVERSION @@RPMVERSION@@
3 %define VERSION    @@VERSION@@
4 Summary: Kernel loader which uses a FAT or iso9660 filesystem or a PXE network
5 Name: syslinux
6 Version: %{RPMVERSION}
7 Release: 1
8 License: GPL
9 Group: Applications/System
10 Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{VERSION}.tar.gz
11 ExclusiveArch: i386 x86_64
12 Packager: H. Peter Anvin <hpa@zytor.com>
13 Buildroot: %{_tmppath}/%{name}-%{VERSION}-root
14 BuildPrereq: nasm >= 0.98.38, perl
15 Autoreq: 0
16 %ifarch i386
17 Requires: mtools, libc.so.6
18 %endif
19 %ifarch x86_64
20 Requires: mtools, libc.so.6()(64bit)
21 %endif
22
23 # NOTE: extlinux belongs in /sbin, not in /usr/sbin, since it is typically
24 # a system bootloader, and may be necessary for system recovery.
25 %define _sbindir /sbin
26
27 %package devel
28 Summary: Development environment for SYSLINUX add-on modules
29 Group: Development/Libraries
30
31 %description
32 SYSLINUX is a suite of bootloaders, currently supporting DOS FAT
33 filesystems, Linux ext2/ext3 filesystems (EXTLINUX), PXE network boots
34 (PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX).  It also includes a tool,
35 MEMDISK, which loads legacy operating systems from these media.
36
37 %description devel
38 The SYSLINUX boot loader contains an API, called COM32, for writing
39 sophisticated add-on modules.  This package contains the libraries
40 necessary to compile such modules.
41
42 %prep
43 %setup -q -n syslinux-%{VERSION}
44
45 %build
46 make clean
47 make installer
48 make -C sample tidy
49
50 %install
51 rm -rf %{buildroot}
52 mkdir -p %{buildroot}%{_bindir}
53 mkdir -p %{buildroot}%{_sbindir}
54 mkdir -p %{buildroot}%{_libdir}/syslinux
55 mkdir -p %{buildroot}%{_includedir}
56 mkdir -p %{buildroot}/boot
57 make install-all \
58         INSTALLROOT=%{buildroot} BINDIR=%{_bindir} SBINDIR=%{_sbindir} \
59         LIBDIR=%{_libdir} INCDIR=%{_includedir}
60 make -C sample tidy
61 cp mkdiskimage sys2ansi.pl keytab-lilo.pl %{buildroot}%{_libdir}/syslinux
62 ln %{buildroot}%{_libdir}/syslinux/*.c32 %{buildroot}/boot
63
64 %clean
65 rm -rf %{buildroot}
66
67 %files
68 %defattr(-,root,root)
69 %doc NEWS README* *.doc memdisk/*.doc COPYING
70 %doc sample
71 %{_bindir}/syslinux
72 %{_sbindir}/extlinux
73 %{_bindir}/ppmtolss16
74 %{_bindir}/lss16toppm
75 %{_bindir}/gethostip
76 %{_libdir}/syslinux/*.com
77 %{_libdir}/syslinux/*.exe
78 %{_libdir}/syslinux/*.c32
79 %{_libdir}/syslinux/*.bin
80 %{_libdir}/syslinux/*.0
81 %{_libdir}/syslinux/memdisk
82 %{_libdir}/syslinux/*.pl
83 %{_libdir}/syslinux/mkdiskimage
84 /boot/*.c32
85
86 %files devel
87 %{_libdir}/syslinux/com32
88
89 %post
90
91 %postun
92
93 %changelog
94 * Tue Aug 23 2005 H. Peter Anvin <hpa@zytor.com>
95 - Put *.c32 into /boot.
96
97 * Thu Dec 30 2004 H. Peter Anvin <hpa@zytor.com>
98 - libsyslinux dropped in syslinux 3.00.
99 - Additional documentation.
100 - Add extlinux.
101
102 * Tue Dec 14 2004 H. Peter Anvin <hpa@zytor.com>
103 - Add a devel package for the com32 library added in 2.12.
104
105 * Wed Apr 16 2003 H. Peter Anvin <hpa@zytor.com> 2.04-1
106 - 2.04 release
107 - Add support for libsyslinux.so*
108 - Templatize for inclusion in CVS tree
109
110 * Thu Apr 10 2003 H. Peter Anvin <hpa@zytor.com>
111 - 2.03 release
112 - Add support for libsyslinux.a
113 - Add keytab-lilo.pl to the /usr/lib/syslinux directory
114 - Modernize syntax
115 - Support building on x86-64
116
117 * Thu Feb 13 2003 H. Peter Anvin <hpa@zytor.com>
118 - 2.02 release; no longer setuid
119
120 * Thu Jan 30 2003 H. Peter Anvin <hpa@zytor.com>
121 - Prepare for 2.01 release; make /usr/bin/syslinux setuid root
122
123 * Fri Oct 25 2002 H. Peter Anvin <hpa@zytor.com>
124 - Upgrade to 2.00.
125
126 * Tue Aug 27 2002 H. Peter Anvin <hpa@zytor.com>
127 - Upgrade to 1.76.
128
129 * Fri Jun 14 2002 H. Peter Anvin <hpa@zytor.com>
130 - Upgrade to 1.75.
131
132 * Sat Jun  1 2002 H. Peter Anvin <hpa@zytor.com>
133 - Upgrade to 1.74.
134
135 * Sun May 26 2002 H. Peter Anvin <hpa@zytor.com>
136 - Upgrade to 1.73.
137
138 * Tue Apr 23 2002 H. Peter Anvin <hpa@zytor.com>
139 - Upgrade to 1.72.
140
141 * Wed Apr 17 2002 H. Peter Anvin <hpa@zytor.com>
142 - Upgrade to 1.71.
143 - Update the title.
144
145 * Wed Apr 17 2002 H. Peter Anvin <hpa@zytor.com>
146 - Upgrade to 1.70.
147
148 * Sat Feb  3 2002 H. Peter Anvin <hpa@zytor.com>
149 - Upgrade to 1.67.
150
151 * Tue Jan  1 2002 H. Peter Anvin <hpa@zytor.com>
152 - Upgrade to 1.66.
153
154 * Sat Dec 15 2001 H. Peter Anvin <hpa@zytor.com>
155 - Upgrade to 1.65; make appropriate changes.
156
157 * Sat Aug 24 2001 H. Peter Anvin <hpa@zytor.com>
158 - Upgrade to 1.64.
159
160 * Mon Aug  6 2001 H. Peter Anvin <hpa@zytor.com>
161 - Upgrade to 1.63.
162 - Use make install since the stock SYSLINUX distribution now supports
163   INSTALLROOT.
164
165 * Sat Apr 24 2001 H. Peter Anvin <hpa@zytor.com>
166 - Upgrade to 1.62.
167
168 * Sat Apr 14 2001 H. Peter Anvin <hpa@zytor.com>
169 - Fix missing %files; correct modes.
170
171 * Fri Apr 13 2001 H. Peter Anvin <hpa@zytor.com>
172 - Upgrade to 1.61
173 - Install auxilliary programs in /usr/lib/syslinux
174
175 * Sat Feb 10 2001 Matt Wilson <msw@redhat.com>
176 - 1.52
177
178 * Wed Jan 24 2001 Matt Wilson <msw@redhat.com>
179 - 1.51pre7
180
181 * Mon Jan 22 2001 Matt Wilson <msw@redhat.com>
182 - 1.51pre5
183
184 * Fri Jan 19 2001 Matt Wilson <msw@redhat.com>
185 - 1.51pre3, with e820 detection
186
187 * Tue Dec 12 2000 Than Ngo <than@redhat.com>
188 - rebuilt with fixed fileutils
189
190 * Thu Nov 9 2000 Than Ngo <than@redhat.com>
191 - update to 1.49
192 - update ftp site
193 - clean up specfile
194 - add some useful documents
195
196 * Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
197 - add %%defattr (release 4)
198
199 * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
200 - automatic rebuild
201
202 * Thu Jul 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
203 - use %%{_tmppath}
204 - change application group (Applications/Internet doesn't seem
205   right to me)
206 - added BuildRequires
207
208 * Tue Apr 04 2000 Erik Troan <ewt@redhat.com>
209 - initial packaging