SPECS: etherboot.spec - up to 5.4.1 - build all zroms and lisos no...
jpc
jpc at pld-linux.org
Tue Sep 20 03:21:02 CEST 2005
Author: jpc Date: Tue Sep 20 01:21:02 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 5.4.1
- build all zroms and lisos now (is this ok?)
- bin/boot1a.bin no lenoger seems valid (can anybody verify this?)
---- Files affected:
SPECS:
etherboot.spec (1.33 -> 1.34)
---- Diffs:
================================================================
Index: SPECS/etherboot.spec
diff -u SPECS/etherboot.spec:1.33 SPECS/etherboot.spec:1.34
--- SPECS/etherboot.spec:1.33 Sun Jun 13 22:32:01 2004
+++ SPECS/etherboot.spec Tue Sep 20 03:20:56 2005
@@ -3,12 +3,12 @@
Summary: Software package for booting x86 PCs over a network
Summary(pl): Oprogramowanie do startowania komputerów PC poprzez sieć
Name: etherboot
-Version: 5.3.7
-Release: 1
+Version: 5.4.1
+Release: 0.1
License: GPL
Group: Applications/System
Source0: http://dl.sourceforge.net/etherboot/%{name}-%{version}.tar.bz2
-# Source0-md5: 2ec8f55efa36d585a97e8d87aa44691f
+# Source0-md5: 9d8666f32ca259a045130487e382f88b
Source1: http://dl.sourceforge.net/etherboot/%{name}-doc-%{_doc_version}.tar.bz2
# Source1-md5: 1531d654a9534361c5339d931d5f92f4
URL: http://etherboot.sourceforge.net/
@@ -45,26 +45,23 @@
%build
# we don't use custom optimalizations here because it can cause problems
-%{__make} -C src \
- CC="%{__cc}"
-%{__make} bin/boot1a.bin -C src \
+%{__make} allzroms alllisos -C src \
CC="%{__cc}"
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_libdir}/%{name}/{lzrom,rom},%{_bindir}}
+install -d $RPM_BUILD_ROOT{%{_libdir}/%{name}/{zrom,liso},%{_bindir}}
-install src/bin32/*.rom $RPM_BUILD_ROOT%{_libdir}/%{name}/rom
-install src/bin32/*.lzrom $RPM_BUILD_ROOT%{_libdir}/%{name}/lzrom
-install src/bin/*.bin $RPM_BUILD_ROOT%{_libdir}/%{name}
-install src/bin/makerom $RPM_BUILD_ROOT%{_bindir}/makerom
+install src/bin/*.zrom $RPM_BUILD_ROOT%{_libdir}/%{name}/zrom
+install src/bin/*.liso $RPM_BUILD_ROOT%{_libdir}/%{name}/liso
+install src/util/makerom.pl $RPM_BUILD_ROOT%{_bindir}/makerom.pl
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc index.html contrib INSTALL RELNOTES doc/text/*txt src/NIC
+%doc index.html contrib INSTALL RELNOTES doc/text/*txt src/bin/NIC
%{_libdir}/%{name}
%attr(755,root,root) %{_bindir}/*
@@ -74,6 +71,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.34 2005/09/20 01:20:56 jpc
+- up to 5.4.1
+- build all zroms and lisos now (is this ok?)
+- bin/boot1a.bin no lenoger seems valid (can anybody verify this?)
+
Revision 1.33 2004/06/13 20:32:01 arekm
- 5.3.7
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/etherboot.spec?r1=1.33&r2=1.34&f=u
More information about the pld-cvs-commit
mailing list