]> git.pld-linux.org Git - packages/etherboot.git/commitdiff
- alllisos removed from make because it doesn't compile with proper mtools (don't... master
authorblekot <blekot@pld-linux.org>
Mon, 23 Apr 2007 10:53:58 +0000 (10:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- up to 5.4.3

Changed files:
    etherboot.spec -> 1.39

etherboot.spec

index a9bead24e0b3016483a56cf5a71b686356a87744..2d2a8d82e231a76fcb3fbdc77d514029f1a76f21 100644 (file)
@@ -2,17 +2,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
@@ -52,9 +52,10 @@ WAN. Etherboot jest użyteczny do startowania bezdyskowych PC.
 %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
@@ -63,7 +64,7 @@ install -d $RPM_BUILD_ROOT{%{_libdir}/%{name}/{com,elf,iso,liso,rom,zdsk,zhd,zli
 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
This page took 0.081165 seconds and 4 git commands to generate.