[packages/gummiboot] - pl - removed LICENSE file from docs (just LGPL text) - adjusted BRs and EA

qboosh qboosh at pld-linux.org
Wed Aug 20 17:46:04 CEST 2014


commit 062a4611876f28e4dbce00b9723e70585a9f1e44
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Aug 20 17:45:28 2014 +0200

    - pl
    - removed LICENSE file from docs (just LGPL text)
    - adjusted BRs and EA

 gummiboot.spec | 24 +++++++++++++++++++-----
 1 file changed, 19 insertions(+), 5 deletions(-)
---
diff --git a/gummiboot.spec b/gummiboot.spec
index 8182049..41f1398 100644
--- a/gummiboot.spec
+++ b/gummiboot.spec
@@ -1,10 +1,11 @@
 # TODO
 # - pesign the .efi
 Summary:	Simple EFI Boot Manager
+Summary(pl.UTF-8):	Prosty boot manager EFI
 Name:		gummiboot
 Version:	45
 Release:	1
-License:	LGPL v2+
+License:	LGPL v2.1+
 Group:		Base
 # git clone git://anongit.freedesktop.org/gummiboot
 # cd gummiboot/
@@ -16,13 +17,14 @@ Source0:	http://pkgs.fedoraproject.org/repo/pkgs/gummiboot/%{name}-%{version}.ta
 URL:		http://freedesktop.org/wiki/Software/gummiboot
 BuildRequires:	docbook-style-xsl
 BuildRequires:	gnu-efi
-BuildRequires:	libblkid-devel
-BuildRequires:	libxslt
+BuildRequires:	libblkid-devel >= 2.20
+BuildRequires:	libxslt-progs
 #BuildRequires:	pesign
 BuildRequires:	pkgconfig
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	xz
-ExclusiveArch:	%{ix86} %{x8664}
+Requires:	libblkid >= 2.20
+ExclusiveArch:	%{ix86} %{x8664} ia64
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -37,6 +39,18 @@ file per boot loader entry to select from.
 Configuration file fragments, kernels, initrds, other EFI images need
 to reside on the ESP.
 
+%description -l pl.UTF-8
+gummiboot to prosty boot manager UEFI wywołujący skonfigurowane obrazy
+EFI. Wpis domyślny jest wybierany poprez skonfigurowany wzorzec (glob)
+lub menu na ekranie.
+
+gummiboot operuje tylko na partycji systemowej EFI (ESP). Odczytuje
+proste i całkowicie ogólne pliki konfiguracyjne boot loadera - jeden
+plik na wpis boot loadera, spośród których można wybierać.
+
+Składniki pliku konfiguracyjnego, jądra, initrd oraz inne obrazy EFI
+muszą być obecne na partycji ESP.
+
 %prep
 %setup -q
 
@@ -61,7 +75,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README LICENSE
+%doc README
 %attr(755,root,root) %{_sbindir}/gummiboot
 %{_mandir}/man8/gummiboot.8*
 %dir %{_prefix}/lib/%{name}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gummiboot.git/commitdiff/062a4611876f28e4dbce00b9723e70585a9f1e44



More information about the pld-cvs-commit mailing list