SPECS: gnu-efi.spec - updated to 3.0e2

qboosh qboosh at pld-linux.org
Thu Sep 11 21:56:17 CEST 2008


Author: qboosh                       Date: Thu Sep 11 19:56:17 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 3.0e2

---- Files affected:
SPECS:
   gnu-efi.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/gnu-efi.spec
diff -u SPECS/gnu-efi.spec:1.11 SPECS/gnu-efi.spec:1.12
--- SPECS/gnu-efi.spec:1.11	Fri Nov 30 18:26:41 2007
+++ SPECS/gnu-efi.spec	Thu Sep 11 21:56:11 2008
@@ -3,13 +3,13 @@
 Summary(pl.UTF-8):	GNU-EFI - tworzenie aplikacji EFI przy użyciu narzędzi GNU
 Name:		gnu-efi
 # NOTE: don't use 3.1, it doesn't support EFI x86_64
-Version:	3.0d
-Release:	2
+Version:	3.0e2
+Release:	1
 # efilib is on Intel's BSD-like license, HP's glue code is GPL'd
 License:	GPL v2+, portions on Intel's BSD-like license (see README.*)
 Group:		Development/Libraries
 Source0:	http://dl.sourceforge.net/gnu-efi/%{name}-%{version}.tar.gz
-# Source0-md5:	29013d3cd15009942fb855ba3e1a8096
+# Source0-md5:	e9a55cc2a1036039e13b5823f3d55b0c
 URL:		http://gnu-efi.sourceforge.net/
 BuildRequires:	binutils >= 3:2.17.50.0.14
 BuildRequires:	gcc >= 6:4.1.1
@@ -29,18 +29,22 @@
 dla platform IA-64 i x86 przy użyciu narzędzi GNU.
 
 %prep
-%setup -q
+%setup -q -n %{name}-3.0
 
 %build
 %ifarch %{x8664}
-WRAP="-DEFI_FUNCTION_WRAPPER"
+CFADD=" -DEFI_FUNCTION_WRAPPER -mno-red-zone"
 %else
-WRAP=
+%ifarch ia64
+CFADD=" -mfixed-range=f32-f127"
+%else
+CFADD=
+%endif
 %endif
 %{__make} -j1 \
 	ARCH=$(echo %{_target_base_arch} | sed -e 's/i386/ia32/') \
 	CC="%{__cc}" \
-	CFLAGS="%{rpmcflags} -fpic -Wall -fshort-wchar $WRAP" \
+	CFLAGS="%{rpmcflags} -fpic -Wall -fshort-wchar -fno-strict-aliasing -fno-merge-constants$CFADD" \
 	OBJCOPY=objcopy
 
 %install
@@ -75,6 +79,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2008/09/11 19:56:11  qboosh
+- updated to 3.0e2
+
 Revision 1.11  2007/11/30 17:26:41  qboosh
 - i386 needs ARCH=ia32
 - release 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnu-efi.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list