]> git.pld-linux.org Git - packages/etherboot.git/commitdiff
removed path for old version (allready included in source)
authorqwark <bob@pozyton.net.pl>
Tue, 26 Feb 2002 07:39:49 +0000 (07:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
added some usefull binary files
test needed
-------------------------------------

Changed files:
    etherboot.spec -> 1.18

etherboot.spec

index 937c99aa740247c45602743055de3528bf8f2483..6c68e407864452258abbef8c7c08daf0a148d0f9 100644 (file)
@@ -7,7 +7,6 @@ License:        GPL
 Group:         Applications/System
 Source0:       http://prdownloads.sourceforge.net/etherboot/%{name}-%{version}.tar.bz2
 Source1:       http://prdownloads.sourceforge.net/etherboot/%{name}-doc-%{version}.tar.bz2
-Patch0:                %{name}-oformat.patch
 URL:           http://etherboot.sourceforge.net/
 ExclusiveArch: %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -39,18 +38,21 @@ WAN. Etherboot jest u
 
 %prep
 %setup -q -a1
-%patch0 -p1
 
 %build
 # we don't use custom optimalizations here because it can cause problems
 %{__make} -C src
+%{__make} bin/boot1a.bin -C src
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_libdir}/%{name}/{lzrom,rom}
+install -d $RPM_BUILD_ROOT%{_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
 
 gzip -9nf INSTALL RELNOTES doc/text/*txt src/NIC
 
@@ -61,3 +63,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *.gz index.html doc/text/*.gz contrib src/*.gz
 %{_libdir}/%{name}
+%attr(751,root,root) %{_bindir}
This page took 0.068104 seconds and 4 git commands to generate.