diff options
author | hpa <hpa> | 2004-12-14 23:35:04 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-14 23:35:04 +0000 |
commit | 306892ccef056d5c6f5b4f8a859e533a31696e73 (patch) | |
tree | 8a9a6e4b8b1b38ad2b747cd099d24273b1b05ceb | |
parent | 95a0638063e96d3fbb3232c030be70f32f16eb63 (diff) | |
download | syslinux-elf-306892ccef056d5c6f5b4f8a859e533a31696e73.tar.gz syslinux-elf-306892ccef056d5c6f5b4f8a859e533a31696e73.tar.xz syslinux-elf-306892ccef056d5c6f5b4f8a859e533a31696e73.zip |
Break the devel package
-rw-r--r-- | syslinux.spec.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/syslinux.spec.in b/syslinux.spec.in index 2f5f0701..01108290 100644 --- a/syslinux.spec.in +++ b/syslinux.spec.in @@ -20,6 +20,10 @@ Requires: mtools, libc.so.6 Requires: mtools, libc.so.6()(64bit) %endif +%package devel +Summary: Development environment for SYSLINUX add-on modules +Group: Development/Libraries + %description SYSLINUX is a simple kernel loader. It normally loads the kernel (and an optional initrd image) from a FAT filesystem. It can also be used as a @@ -27,8 +31,6 @@ PXE bootloader during network boots (PXELINUX), or for booting from ISO 9660 CD-ROMs (ISOLINUX). It also includes a tool, MEMDISK, which loads legacy operating systems from these media. -Package: devel - %description devel The SYSLINUX boot loader contains an API, called COM32, for writing sophisticated add-on modules. This package contains the libraries |