]> git.pld-linux.org Git - packages/efibootmgr.git/commitdiff
- updated to 15 auto/th/efibootmgr-15-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 2 Jun 2017 19:58:59 +0000 (21:58 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 2 Jun 2017 19:58:59 +0000 (21:58 +0200)
efibootmgr.spec

index 707885d7ed6639601d1d35fffdf13ffab00a3dd1..dd2893db16a79c932383cc3078aee3be20f6da36 100644 (file)
@@ -1,17 +1,17 @@
 Summary:       EFI Boot Manager
 Summary(pl.UTF-8):     Boot Manager dla EFI
 Name:          efibootmgr
-Version:       14
+Version:       15
 Release:       1
 License:       GPL v2+
 Group:         Base
 Source0:       https://github.com/rhinstaller/efibootmgr/releases/download/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: f74e87963c2c5cb1bf6d588675dbd9b4
+# Source0-md5: 62597b082f27da940bf18f0ec8c5907b
 URL:           https://github.com/rhinstaller/efibootmgr
 BuildRequires: efivar-devel >= 30
-BuildRequires: pciutils-devel
+BuildRequires: popt-devel
 Requires:      efivar-libs >= 30
-ExclusiveArch: %{ix86} %{x8664} ia64 x32
+ExclusiveArch: %{ix86} %{x8664} x32 %{arm} aarch64 ia64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,8 +32,10 @@ można znaleźć pod adresem
 %build
 %{__make} \
        CC="%{__cc}" \
+       EFIDIR=pld \
        EXTRA_CFLAGS="%{rpmcflags} -I/usr/include/efivar" \
-       VPATH=%{_libdir}
+       VPATH=%{_libdir} \
+       libdir=%{_libdir}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.085634 seconds and 4 git commands to generate.