- switch to https:// urls (+ spec-cleaner)

OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu-efi?expand=0&rev=39
This commit is contained in:
Dirk Mueller 2021-01-04 13:39:20 +00:00 committed by Git OBS Bridge
parent f5a2d547b3
commit ef4d759abf
2 changed files with 10 additions and 6 deletions

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -22,12 +22,11 @@ Release: 0
Summary: Library for EFI Applications
License: BSD-3-Clause AND GPL-2.0-or-later
Group: Development/Libraries/Other
URL: http://sourceforge.net/projects/gnu-efi
Source: http://sourceforge.net/projects/gnu-efi/files/gnu-efi-%{version}.tar.bz2
URL: https://sourceforge.net/projects/gnu-efi
Source: https://sourceforge.net/projects/gnu-efi/files/gnu-efi-%{version}.tar.bz2
Source1: %{name}-rpmlintrc
BuildRequires: kernel-source
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: ia64 %ix86 x86_64 aarch64 %arm
ExclusiveArch: ia64 %{ix86} x86_64 aarch64 %{arm}
%description
Library to develop EFI applications for IA-64 (IPF), IA-32 (x86), x86_64,
@ -42,7 +41,7 @@ environment.
## DO NOT ADD RPM OPT FLAGS! THIS DOES NOT BUILD AGAINST GLIBC
##
##########################
make %{?_smp_mflags} LINUX_HEADERS=%{_prefix}/src/linux
%make_build LINUX_HEADERS=%{_prefix}/src/linux
%install
make install INSTALLROOT=%{buildroot} LIBDIR=%{_libdir} PREFIX=%{_prefix}