]> git.pld-linux.org Git - packages/efivar.git/blobdiff - efivar.spec
- fixed static patch; release 2
[packages/efivar.git] / efivar.spec
index abe4d173bc99898a6dbbbdfc92811c701b15ecc6..01eb7ce8d27283cd6bcc844a0877ae31b71e10be 100644 (file)
@@ -6,14 +6,13 @@
 Summary:       Tools to manage UEFI variables
 Summary(pl.UTF-8):     Narzędzia do zarządzania zmiennymi UEFI
 Name:          efivar
-Version:       31
-Release:       1
+Version:       36
+Release:       2
 License:       LGPL v2.1
 Group:         Applications/System
 #Source0Download: https://github.com/rhinstaller/efivar/releases
-#Source0:      https://github.com/rhinstaller/efivar/releases/download/%{version}/%{name}-%{version}.tar.bz2
-Source0:       https://github.com/rhinstaller/efivar/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 39c8357a121f19be7b569cced980054c
+Source0:       https://github.com/rhinstaller/efivar/releases/download/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: e98140ab7105e90059dc57a67c8c07e9
 Patch0:                %{name}-static.patch
 URL:           https://github.com/rhinstaller/efivar
 BuildRequires: linux-libc-headers >= 7:3.3
@@ -80,7 +79,7 @@ Statyczna biblioteka efivar.
        LDFLAGS="%{rpmldflags} -Wl,-z,muldefs" \
        %{!?with_static:STATICBINTARGETS=} \
        %{!?with_static_libs:STATICLIBTARGETS=} \
-       libdir=%{_libdir}
+       LIBDIR=%{_libdir}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -89,7 +88,7 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        %{!?with_static:STATICBINTARGETS=} \
        %{!?with_static_libs:STATICLIBTARGETS=} \
-       libdir=%{_libdir}
+       LIBDIR=%{_libdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.071038 seconds and 4 git commands to generate.