[packages/gnu-efi] - updated to 3.0.2, epoch 1 - removed obsolete make patch

qboosh qboosh at pld-linux.org
Sun Apr 19 09:34:30 CEST 2015


commit 4a338a38cefd558ee41795249dc0687cac95def1
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Apr 19 09:36:25 2015 +0200

    - updated to 3.0.2, epoch 1
    - removed obsolete make patch

 gnu-efi-make.patch | 29 -----------------------------
 gnu-efi.spec       | 14 ++++++--------
 2 files changed, 6 insertions(+), 37 deletions(-)
---
diff --git a/gnu-efi.spec b/gnu-efi.spec
index 94b59f4..acb1e97 100644
--- a/gnu-efi.spec
+++ b/gnu-efi.spec
@@ -2,21 +2,20 @@ Summary:	GNU-EFI - building EFI applications using the GNU toolchain
 Summary(pl.UTF-8):	GNU-EFI - tworzenie aplikacji EFI przy użyciu narzędzi GNU
 Name:		gnu-efi
 # NOTE: don't use early 3.1, it doesn't support EFI x86_64
-Version:	3.0w
+Version:	3.0.2
 Release:	1
+Epoch:		1
 # Intel and HP's BSD-like license, except setjmp code coming from GRUB
 License:	BSD-like
 Group:		Development/Libraries
-Source0:	http://downloads.sourceforge.net/gnu-efi/%{name}_%{version}.orig.tar.gz
-# Source0-md5:	36d1c5e7b6edd4733700aaf749d9b80c
-Patch0:		%{name}-make.patch
+Source0:	http://downloads.sourceforge.net/gnu-efi/%{name}-%{version}.tar.bz2
+# Source0-md5:	a9db2cabc01a2674715bd6aea2911f01
 URL:		http://gnu-efi.sourceforge.net/
 BuildRequires:	binutils >= 3:2.17.50.0.14
 BuildRequires:	gcc >= 6:4.1.1
 Requires:	binutils >= 3:2.17.50.0.14
 Requires:	gcc >= 6:4.1.1
-# FIXME: arm[64] or aarch64? (only 64-bit ARM supported in this version; git supports 32-bit too)
-ExclusiveArch:	%{ix86} %{x8664} arm ia64
+ExclusiveArch:	%{ix86} %{x8664} arm aarch64 ia64
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		specflags_ia64	-frename-registers
@@ -32,8 +31,7 @@ Środowisko programistyczne GNU-EFI umożliwia tworzenie aplikacji EFI
 dla platform IA-64 i x86 przy użyciu narzędzi GNU.
 
 %prep
-%setup -q -n %{name}-3.0
-%patch0 -p1
+%setup -q
 
 %build
 CFLAGS="%{rpmcflags}" \
diff --git a/gnu-efi-make.patch b/gnu-efi-make.patch
deleted file mode 100644
index d04827d..0000000
--- a/gnu-efi-make.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Workaround for make 4.0 compatibility
---- gnu-efi-3.0/gnuefi/Makefile.orig	2014-09-04 19:12:43.901772181 +0200
-+++ gnu-efi-3.0/gnuefi/Makefile	2014-09-04 19:12:47.435105396 +0200
-@@ -72,7 +72,7 @@
- clean:
- 	rm -f $(TARGETS) *~ *.o $(OBJS)
- 
--$(LIBDIRINSTALL):
-+$(LIBDIRINSTALL)/:
- 	mkdir -p $@
- 
- .SECONDEXPANSION:
---- gnu-efi-3.0/inc/Makefile.orig	2014-09-04 22:01:21.638014047 +0200
-+++ gnu-efi-3.0/inc/Makefile	2014-09-04 22:01:37.774679986 +0200
-@@ -25,10 +25,10 @@
- 
- 	rm -f *~
- 
--$(INCDIRINSTALL) \
--$(INCDIRINSTALL)/protocol \
--$(INCDIRINSTALL)/$(ARCH) \
--$(INCDIRINSTALL)/protocol/$(ARCH):
-+$(INCDIRINSTALL)/ \
-+$(INCDIRINSTALL)/protocol/ \
-+$(INCDIRINSTALL)/$(ARCH)/ \
-+$(INCDIRINSTALL)/protocol/$(ARCH)/:
- 	mkdir -p $@
- 
- .SECONDEXPANSION:
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnu-efi.git/commitdiff/4a338a38cefd558ee41795249dc0687cac95def1



More information about the pld-cvs-commit mailing list