[packages/sbsigntool] - pl, ac version
qboosh
qboosh at pld-linux.org
Fri Nov 1 18:11:26 CET 2013
commit e9f0cf93fed2a7aa8a81f468cea8a836e54f4953
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Nov 1 18:11:32 2013 +0100
- pl, ac version
sbsigntool.spec | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/sbsigntool.spec b/sbsigntool.spec
index a70bcbf..7cf902b 100644
--- a/sbsigntool.spec
+++ b/sbsigntool.spec
@@ -1,13 +1,14 @@
-
+#
# Conditional build:
-%bcond_with tests # build without tests
+%bcond_with tests # build with tests
Summary: Signing utility for UEFI secure boot
+Summary(pl.UTF-8): Narzędzie do podpisywania dla bezpiecznego rozruchu UEFI
Name: sbsigntool
Version: 0.6
Release: 1
-License: GPL v3
-Group: Applications
+License: GPL v3+ with OpenSSL exception
+Group: Applications/System
# git://kernel.ubuntu.com/jk/sbsigntool a7577f56b3c3c6e314576809cc9ce1bde94ae727
Source0: %{name}-%{version}.tar.bz2
# Source0-md5: 23d5b520a3dd26b45dbfc68b4466152f
@@ -17,7 +18,7 @@ Source1: ccan-b1f28e.tar.bz2
# Source1-md5: a93c0ea0c36241285cee8d60d396ed01
Patch0: %{name}-efivars_magic.patch
URL: https://wiki.ubuntu.com/UEFI/SecureBoot
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.60
BuildRequires: automake
BuildRequires: binutils-devel
BuildRequires: gnu-efi
@@ -38,13 +39,16 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%endif
%description
-Utilites for signing and verifying files for UEFI Secure Boot.
+Utilities for signing and verifying files for UEFI Secure Boot.
+
+%description
+Narzędzia do podpisywania i weryfikacji plików dla bezpiecznego
+rozruchu UEFI (UEFI Secure Boot).
%prep
%setup -q -a1
%build
-
# from autogen.sh
ccan_modules="talloc read_write_all build_assert array_size"
lib/ccan.git/tools/create-ccan-tree \
@@ -72,6 +76,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc NEWS README
+# COPYING contains general notes, not GPL text
+%doc COPYING NEWS README
%attr(755,root,root) %{_bindir}/sb*
%{_mandir}/man1/sb*.1*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sbsigntool.git/commitdiff/e9f0cf93fed2a7aa8a81f468cea8a836e54f4953
More information about the pld-cvs-commit
mailing list