This commit is contained in:
parent
d0c87725c2
commit
a522178ff2
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 9 15:01:50 CET 2007 - snwint@suse.de
|
||||||
|
|
||||||
|
- fixed file list
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 9 15:17:27 CEST 2006 - snwint@suse.de
|
Mon Oct 9 15:17:27 CEST 2006 - snwint@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package syslinux (Version 3.31)
|
# spec file for package syslinux (Version 3.31)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -15,12 +15,12 @@ BuildRequires: glibc-devel-32bit libpng-devel nasm netpbm
|
|||||||
BuildRequires: gcc-32bit
|
BuildRequires: gcc-32bit
|
||||||
%endif
|
%endif
|
||||||
URL: http://syslinux.zytor.com/
|
URL: http://syslinux.zytor.com/
|
||||||
License: Other License(s), see package, GPL
|
License: GNU General Public License (GPL)
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: Boot Loader for Linux
|
Summary: Boot Loader for Linux
|
||||||
Version: 3.31
|
Version: 3.31
|
||||||
Release: 2
|
Release: 21
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: isolinux-config
|
Source1: isolinux-config
|
||||||
Patch: %{name}-%{version}.diff
|
Patch: %{name}-%{version}.diff
|
||||||
@ -58,12 +58,15 @@ install -m 755 keytab-lilo.pl sys2ansi.pl $RPM_BUILD_ROOT/%{_datadir}/syslinux
|
|||||||
rm -rf $RPM_BUILD_ROOT/%{_datadir}/syslinux/com32
|
rm -rf $RPM_BUILD_ROOT/%{_datadir}/syslinux/com32
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
%doc *.doc memdisk/*.doc com32/modules/*.doc
|
%doc *.doc memdisk/*.doc com32/modules/*.doc
|
||||||
%doc README* NEWS
|
%doc README* NEWS
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/syslinux
|
%{_datadir}/syslinux
|
||||||
|
|
||||||
%changelog -n syslinux
|
%changelog -n syslinux
|
||||||
|
* Fri Feb 09 2007 - snwint@suse.de
|
||||||
|
- fixed file list
|
||||||
* Mon Oct 09 2006 - snwint@suse.de
|
* Mon Oct 09 2006 - snwint@suse.de
|
||||||
- no progress dots when in gfx mode
|
- no progress dots when in gfx mode
|
||||||
* Fri Sep 29 2006 - snwint@suse.de
|
* Fri Sep 29 2006 - snwint@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user