SPECS: etherboot.spec - alllisos removed from make because it does...
blekot
blekot at pld-linux.org
Mon Apr 23 12:54:03 CEST 2007
Author: blekot Date: Mon Apr 23 10:54:03 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- alllisos removed from make because it doesn't compile with proper mtools (don't know why)
- up to 5.4.3
---- Files affected:
SPECS:
etherboot.spec (1.38 -> 1.39)
---- Diffs:
================================================================
Index: SPECS/etherboot.spec
diff -u SPECS/etherboot.spec:1.38 SPECS/etherboot.spec:1.39
--- SPECS/etherboot.spec:1.38 Mon Feb 12 22:23:55 2007
+++ SPECS/etherboot.spec Mon Apr 23 12:53:58 2007
@@ -3,17 +3,17 @@
Summary: Software package for booting x86 PCs over a network
Summary(pl.UTF-8): Oprogramowanie do startowania komputerów PC poprzez sieć
Name: etherboot
-Version: 5.4.2
+Version: 5.4.3
Release: 1
License: GPL
Group: Applications/System
Source0: http://dl.sourceforge.net/etherboot/%{name}-%{version}.tar.bz2
-# Source0-md5: ce257fbb3811448895aa2891940df8ac
+# Source0-md5: 813a9e1d5dec57dd1b9ddc106585acbe
Source1: http://dl.sourceforge.net/etherboot/%{name}-doc-%{_doc_version}.tar.bz2
# Source1-md5: 1531d654a9534361c5339d931d5f92f4
URL: http://etherboot.sourceforge.net/
BuildRequires: cdrtools-mkisofs
-BuildRequires: mtools
+BuildRequires: mtools >= 3.9.10-1.20070411.1
BuildRequires: perl-base
BuildRequires: syslinux
BuildRequires: syslinux
@@ -53,9 +53,10 @@
%build
# we don't use custom optimalizations here because it can cause problems
%{__make} -j1 \
- allcoms allelfs allisos alllisos allroms \
+ allcoms allelfs allisos allroms \
allzdsks allzhds allzlilos allzpxes allzroms \
-C src CC="%{__cc}"
+# alllisos // Removed from make because It doesn't compile with proper mtools (don't know why)
%install
rm -rf $RPM_BUILD_ROOT
@@ -64,7 +65,7 @@
install src/bin/*.com $RPM_BUILD_ROOT%{_libdir}/%{name}/com
install src/bin/*.elf $RPM_BUILD_ROOT%{_libdir}/%{name}/elf
install src/bin/*.iso $RPM_BUILD_ROOT%{_libdir}/%{name}/iso
-install src/bin/*.liso $RPM_BUILD_ROOT%{_libdir}/%{name}/liso
+#install src/bin/*.liso $RPM_BUILD_ROOT%{_libdir}/%{name}/liso
install src/bin/*.rom $RPM_BUILD_ROOT%{_libdir}/%{name}/rom
install src/bin/*.zdsk $RPM_BUILD_ROOT%{_libdir}/%{name}/zdsk
install src/bin/*.zhd $RPM_BUILD_ROOT%{_libdir}/%{name}/zhd
@@ -88,6 +89,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.39 2007/04/23 10:53:58 blekot
+- alllisos removed from make because it doesn't compile with proper mtools (don't know why)
+- up to 5.4.3
+
Revision 1.38 2007/02/12 21:23:55 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/etherboot.spec?r1=1.38&r2=1.39&f=u
More information about the pld-cvs-commit
mailing list