Accepting request 861492 from Base:System
- switch to https:// urls (+ spec-cleaner) OBS-URL: https://build.opensuse.org/request/show/861492 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnu-efi?expand=0&rev=32
This commit is contained in:
commit
350fe0586f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 4 13:20:45 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- switch to https:// urls (+ spec-cleaner)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 07:52:03 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Mon Sep 14 07:52:03 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
12
gnu-efi.spec
12
gnu-efi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnu-efi
|
# spec file for package gnu-efi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,12 +22,11 @@ Release: 0
|
|||||||
Summary: Library for EFI Applications
|
Summary: Library for EFI Applications
|
||||||
License: BSD-3-Clause AND GPL-2.0-or-later
|
License: BSD-3-Clause AND GPL-2.0-or-later
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
URL: http://sourceforge.net/projects/gnu-efi
|
URL: https://sourceforge.net/projects/gnu-efi
|
||||||
Source: http://sourceforge.net/projects/gnu-efi/files/gnu-efi-%{version}.tar.bz2
|
Source: https://download.sourceforge.net/project/gnu-efi/gnu-efi-%{version}.tar.bz2
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
BuildRequires: kernel-source
|
BuildRequires: kernel-source
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
ExclusiveArch: ia64 %{ix86} x86_64 aarch64 %{arm}
|
||||||
ExclusiveArch: ia64 %ix86 x86_64 aarch64 %arm
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Library to develop EFI applications for IA-64 (IPF), IA-32 (x86), x86_64,
|
Library to develop EFI applications for IA-64 (IPF), IA-32 (x86), x86_64,
|
||||||
@ -42,7 +41,8 @@ environment.
|
|||||||
## DO NOT ADD RPM OPT FLAGS! THIS DOES NOT BUILD AGAINST GLIBC
|
## DO NOT ADD RPM OPT FLAGS! THIS DOES NOT BUILD AGAINST GLIBC
|
||||||
##
|
##
|
||||||
##########################
|
##########################
|
||||||
make %{?_smp_mflags} LINUX_HEADERS=%{_prefix}/src/linux
|
# Trick spec-cleaner in avoiding a make_build expansion
|
||||||
|
%{_bindir}/make %{?_smp_mflags} LINUX_HEADERS=%{_prefix}/src/linux
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install INSTALLROOT=%{buildroot} LIBDIR=%{_libdir} PREFIX=%{_prefix}
|
make install INSTALLROOT=%{buildroot} LIBDIR=%{_libdir} PREFIX=%{_prefix}
|
||||||
|
Loading…
Reference in New Issue
Block a user