[pesign] Update to upstream's 0.3 .

Peter Jones pjones at fedoraproject.org
Fri Jun 22 15:41:25 UTC 2012


commit 7640155de51cefc4a4832e3afa48ea69ce79267d
Author: Peter Jones <pjones at redhat.com>
Date:   Fri Jun 22 11:39:18 2012 -0400

    Update to upstream's 0.3 .

 .gitignore                                         |    1 +
 0001-Fix-decl-of-pe_update-off_t-loff_t.patch      |   25 ------
 ...t-instead-of-specificly-sized-types-where.patch |   78 -------------------
 0003-Fix-paths-for-32-bit-builds.patch             |   79 --------------------
 pesign.spec                                        |   15 ++--
 sources                                            |    2 +-
 6 files changed, 9 insertions(+), 191 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f53c9be..f4ceb4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pesign-*.tar.bz2
+clog
diff --git a/pesign.spec b/pesign.spec
index 3458eab..92a7f4e 100644
--- a/pesign.spec
+++ b/pesign.spec
@@ -1,7 +1,7 @@
 Summary: Signing utility for UEFI binaries
 Name: pesign
-Version: 0.2
-Release: 4%{?dist}
+Version: 0.3
+Release: 1%{?dist}
 Group: Development/System
 License: GPLv2
 URL: https://github.com/vathpela/pesign
@@ -13,10 +13,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: git gnu-efi nspr nspr-devel nss nss-devel nss-util popt-devel
 Requires: nspr nss nss-util popt
 
-Patch0: 0001-Fix-decl-of-pe_update-off_t-loff_t.patch
-Patch1: 0002-Use-intptr_t-instead-of-specificly-sized-types-where.patch
-Patch2: 0003-Fix-paths-for-32-bit-builds.patch
-
 %description
 This package contains the pesign utility for signing UEFI binaries as
 well as other associated tools.
@@ -31,7 +27,7 @@ git commit -a -q -m "%{version} baseline."
 git am %{patches} </dev/null
 
 %build
-make PREFIX=/usr
+make PREFIX=%{_prefix} LIBDIR=%{_libdir}
 
 %install
 rm -rf %{buildroot}
@@ -49,9 +45,13 @@ rm -rf %{buildroot}
 %doc README TODO COPYING
 %{_bindir}/pesign
 %{_sysconfdir}/popt.d/pesign.popt
+%{_mandir}/man8/*.8*
 %attr(0700,root,root) /etc/pki/pesign
 
 %changelog
+* Fri Jun 22 2012 Peter Jones <pjones at redhat.com> - 0.3-1
+- Update to upstream's 0.3 .
+
 * Thu Jun 21 2012 Peter Jones <pjones at redhat.com> - 0.2-4
 - Do not build with smp flags.
 
@@ -67,4 +67,3 @@ rm -rf %{buildroot}
 
 * Fri Jun 15 2012 Peter Jones <pjones at redhat.com> - 0.1-1
 - First version of SRPM.
-
diff --git a/sources b/sources
index ae50bad..533619b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38c5fd938fb1ffda1e306e035b0435e2  pesign-0.2.tar.bz2
+d5b7a08e45ad0471eab94372b8744696  pesign-0.3.tar.bz2


More information about the scm-commits mailing list