Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libksba.git#23244db9c9cdd47bd36be8522b1baf81042ee44f
This commit is contained in:
parent
a6c10dbe04
commit
899b52c8ca
14
libksba.spec
14
libksba.spec
@ -1,14 +1,14 @@
|
||||
Summary: CMS and X.509 library
|
||||
Name: libksba
|
||||
Version: 1.5.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
# The library is licensed under LGPLv3+ or GPLv2+,
|
||||
# the rest of the package under GPLv3+
|
||||
License: (LGPLv3+ or GPLv2+) and GPLv3+
|
||||
URL: http://www.gnupg.org/
|
||||
Source0: ftp://ftp.gnupg.org/gcrypt/libksba/libksba-%{version}.tar.bz2
|
||||
Source1: ftp://ftp.gnupg.org/gcrypt/libksba/libksba-%{version}.tar.bz2.sig
|
||||
URL: https://www.gnupg.org/
|
||||
Source0: https://www.gnupg.org/ftp/gcrypt/libksba/libksba-%{version}.tar.bz2
|
||||
Source1: https://www.gnupg.org/ftp/gcrypt/libksba/libksba-%{version}.tar.bz2.sig
|
||||
|
||||
Patch1: libksba-1.3.0-multilib.patch
|
||||
|
||||
@ -16,6 +16,7 @@ BuildRequires: gcc
|
||||
BuildRequires: gawk
|
||||
BuildRequires: libgpg-error-devel >= 1.8
|
||||
BuildRequires: libgcrypt-devel >= 1.2.0
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
KSBA (pronounced Kasbah) is a library to make X.509 certificates as
|
||||
@ -52,8 +53,6 @@ done
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%make_install
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||
@ -81,6 +80,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Dec 01 2020 Jakub Jelen <jjelen@redhat.com> - 1.5.0-1
|
||||
- New upstream release (#1899183)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user