- spec cleanup

This commit is contained in:
Florian La Roche 2008-01-09 10:50:36 +00:00
parent 44be4de8c5
commit 073eb7f8dd

View File

@ -2,9 +2,10 @@ Summary: Simple kernel loader which boots from a FAT filesystem
Name: syslinux
Version: 3.36
%define tarball_version 3.36
Release: 7%{?dist}
License: GPL
Release: 8%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://syslinux.zytor.com/
Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.bz2
Patch0: syslinux-2.08-x86_64.patch
Patch3: syslinux-3.36.patch
@ -101,10 +102,14 @@ rm -rf %{buildroot}
%{_prefix}/lib/syslinux/syslinux
%{_prefix}/lib/syslinux/syslinux-nomtools
%{_prefix}/lib/syslinux/com32
%{_datadir}/syslinux/ldlinux.bss
%{_datadir}/syslinux/ldlinux.sys
%{_datadir}/syslinux/
%changelog
* Wed Jan 09 2008 Florian La Roche <laroche@redhat.com> - 3.36-8
- spec in utf-8
- add URL tag
- own /usr/share/syslinux (rhbz#427816)
* Wed Oct 17 2007 Peter Jones <pjones@redhat.com> - 3.36-7
- Add necessary files for makebootfat to make usb images (patch from
Joel Granados <jgranado@redhat.com>)
@ -310,7 +315,7 @@ rm -rf %{buildroot}
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
* Thu Jul 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
* Thu Jul 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
- use %%{_tmppath}
- change application group (Applications/Internet doesn't seem
right to me)