]> git.pld-linux.org Git - packages/efivar.git/blobdiff - efivar.spec
- updated to 39
[packages/efivar.git] / efivar.spec
index 7a4e0a85397cb4be340354a5776137b64b220050..2be0e07be87f1f51e36bec39e37920edc01ac570 100644 (file)
@@ -1,18 +1,18 @@
 #
 # Conditional build:
-%bcond_without static          # efivar-static binary (static version of efivar)
+%bcond_with    static          # efivar-static binary (static version of efivar; broken as of 38)
 %bcond_without static_libs     # static libraries
 #
 Summary:       Tools to manage UEFI variables
 Summary(pl.UTF-8):     Narzędzia do zarządzania zmiennymi UEFI
 Name:          efivar
-Version:       38
+Version:       39
 Release:       1
 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-md5: 243fdbc48440212695cb9c6e6fd0f44f
+Source0:       https://github.com/rhinstaller/efivar/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: a8fc3e79336cd6e738ab44f9bc96a5aa
 Patch0:                %{name}-static.patch
 Patch1:                %{name}-link.patch
 URL:           https://github.com/rhinstaller/efivar
@@ -76,11 +76,6 @@ Statyczna biblioteka efivar.
 %patch1 -p1
 
 %build
-%if "%{cc_version}" >= "9"
-WFLAGS=-Wno-address-of-packed-member
-%else
-WFLAGS=
-%endif
 %{__make} -j1 all static \
        CC="%{__cc}" \
        CFLAGS="%{rpmcflags} $WFLAGS" \
This page took 0.121201 seconds and 4 git commands to generate.