[gummiboot] version 25

Kay Sievers kay at fedoraproject.org
Fri Mar 8 17:04:25 UTC 2013


commit a8939646eee2c69fcdcba349619c5448d3d7e03e
Author: Kay Sievers <kay at vrfy.org>
Date:   Fri Mar 8 17:34:12 2013 +0100

    version 25
    
    	gummiboot-25/

 .gitignore     |    2 +-
 gummiboot.spec |   15 +++++++++++----
 sources        |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 927083a..1dc618d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/gummiboot-24.tar.xz
+/gummiboot-25.tar.xz
diff --git a/gummiboot.spec b/gummiboot.spec
index 5094b58..c96d62c 100644
--- a/gummiboot.spec
+++ b/gummiboot.spec
@@ -6,7 +6,7 @@
 %endif
 
 Name:           gummiboot
-Version:        24
+Version:        25
 Release:        1%{?dist}
 Summary:        Simple EFI Boot Manager
 ExclusiveArch:  %{ix86} x86_64
@@ -14,7 +14,9 @@ License:        LGPLv2+
 URL:            http://freedesktop.org/wiki/Software/gummiboot
 # git clone git://anongit.freedesktop.org/gummiboot
 # cd gummiboot/
-# make tar
+# ./autogen
+# ./configure
+# make distcheck
 Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  gnu-efi
 BuildRequires:  pkgconfig
@@ -40,7 +42,9 @@ to reside on the ESP.
 %setup -q
 
 %build
-make all man %{?_smp_mflags}
+%configure \
+  --libexecdir=%{_prefix}/lib
+make V=1 %{?_smp_mflags}
 mv gummiboot%{machine_type_name}.efi gummiboot%{machine_type_name}.orig
 %pesign -s -i gummiboot%{machine_type_name}.orig -o gummiboot%{machine_type_name}.efi
 
@@ -53,11 +57,14 @@ mv gummiboot%{machine_type_name}.efi gummiboot%{machine_type_name}.orig
 %files
 %doc README LICENSE
 %{_bindir}/gummiboot
-%{_mandir}/man1/*
+%{_mandir}/man8/*
 %dir %{_prefix}/lib/gummiboot
 %{_prefix}/lib/gummiboot/gummiboot%{machine_type_name}.efi
 
 %changelog
+* Fri Mar 08 2013 Kay Sievers <kay at redhat.com> - 25-1
+- version 25
+
 * Tue Feb 26 2013 Kay Sievers <kay at redhat.com> - 24-1
 - version 24
 - use ExclusiveArch instead of ExcludeArch
diff --git a/sources b/sources
index 5d4cfdb..a8e14eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6fe2f9fb9f9a61f37612a8120ea42c1f  gummiboot-24.tar.xz
+30565062f8ca9418764776e70d2906ce  gummiboot-25.tar.xz


More information about the scm-commits mailing list