- Split out -devel
This commit is contained in:
parent
977f318c9b
commit
7b029c1294
@ -2,7 +2,7 @@ Summary: Simple kernel loader which boots from a FAT filesystem
|
||||
Name: syslinux
|
||||
Version: 3.83
|
||||
%define tarball_version 3.83
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: http://syslinux.zytor.com/
|
||||
@ -31,6 +31,13 @@ filesystems, Linux ext2/ext3 filesystems (EXTLINUX), PXE network boots
|
||||
(PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX). It also includes a tool,
|
||||
MEMDISK, which loads legacy operating systems from these media.
|
||||
|
||||
%package devel
|
||||
Summary: Headers and libraries for syslinux development.
|
||||
Group: Development/Libraries
|
||||
|
||||
%description devel
|
||||
Headers and libraries for syslinux development.
|
||||
|
||||
%prep
|
||||
%setup -q -n syslinux-%{tarball_version}
|
||||
%patch0 -p1 -b .nostrip
|
||||
@ -82,9 +89,16 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/syslinux/*.bin
|
||||
%{_datadir}/syslinux/*.0
|
||||
%{_datadir}/syslinux/memdisk
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/syslinux/com32
|
||||
%{_datadir}/syslinux/com32
|
||||
|
||||
%changelog
|
||||
* Thu Dec 17 2009 Peter Jones <pjones@redhat.com> - 3.83-2
|
||||
- Split out -devel
|
||||
|
||||
* Thu Oct 29 2009 Peter Jones <pjones@redhat.com> - 3.83-1
|
||||
- update to 3.83
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user