provide/obsolete gnupg [release 2.2.22-2mamba;Wed Sep 02 2020]
This commit is contained in:
parent
823f175c96
commit
fae457753b
28
gnupg2.spec
28
gnupg2.spec
@ -1,6 +1,6 @@
|
|||||||
Name: gnupg2
|
Name: gnupg2
|
||||||
Version: 2.2.22
|
Version: 2.2.22
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: GnuPG is a complete and free replacement for PGP
|
Summary: GnuPG is a complete and free replacement for PGP
|
||||||
Group: Applications/Security
|
Group: Applications/Security
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,6 +11,7 @@ Source: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libassuan-devel
|
BuildRequires: libassuan-devel
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
@ -34,6 +35,8 @@ Requires: pinentry >= 0.7.2
|
|||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
Provides: dirmngr
|
Provides: dirmngr
|
||||||
Obsoletes: dirmngr
|
Obsoletes: dirmngr
|
||||||
|
Provides: gnupg
|
||||||
|
Obsoletes: gnupg
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -51,8 +54,9 @@ GnuPG is a RFC2440 (OpenPGP) compliant application.
|
|||||||
--enable-symcryptrun \
|
--enable-symcryptrun \
|
||||||
--with-pkits-tests \
|
--with-pkits-tests \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--enable-gpg-is-gpg2
|
--enable-maintainer-mode \
|
||||||
|
--enable-symcryptrun
|
||||||
|
|
||||||
# --with-capabilities
|
# --with-capabilities
|
||||||
|
|
||||||
%make LIBREADLINE="-lreadline -ltermcap"
|
%make LIBREADLINE="-lreadline -ltermcap"
|
||||||
@ -61,6 +65,9 @@ GnuPG is a RFC2440 (OpenPGP) compliant application.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall pkgdatadir=%{_datadir}/gnupg2
|
%makeinstall pkgdatadir=%{_datadir}/gnupg2
|
||||||
|
|
||||||
|
ln -s gpg %{buildroot}%{_bindir}/gpg2
|
||||||
|
ln -s gpgv %{buildroot}%{_bindir}/gpgv2
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -80,16 +87,16 @@ GnuPG is a RFC2440 (OpenPGP) compliant application.
|
|||||||
%{_bindir}/gpg-agent
|
%{_bindir}/gpg-agent
|
||||||
%{_bindir}/gpg-connect-agent
|
%{_bindir}/gpg-connect-agent
|
||||||
%{_bindir}/gpg-wks-server
|
%{_bindir}/gpg-wks-server
|
||||||
|
%{_bindir}/gpg
|
||||||
%{_bindir}/gpg2
|
%{_bindir}/gpg2
|
||||||
|
%{_bindir}/gpgv
|
||||||
|
%{_bindir}/gpgv2
|
||||||
%{_bindir}/gpgconf
|
%{_bindir}/gpgconf
|
||||||
#%{_bindir}/gpgkey2ssh
|
|
||||||
%{_bindir}/gpgparsemail
|
%{_bindir}/gpgparsemail
|
||||||
%{_bindir}/gpgscm
|
%{_bindir}/gpgscm
|
||||||
%{_bindir}/gpgsm
|
%{_bindir}/gpgsm
|
||||||
#%{_bindir}/gpgsm-gencert.sh
|
|
||||||
%{_bindir}/gpgsplit
|
%{_bindir}/gpgsplit
|
||||||
%{_bindir}/gpgtar
|
%{_bindir}/gpgtar
|
||||||
%{_bindir}/gpgv2
|
|
||||||
%{_bindir}/kbxutil
|
%{_bindir}/kbxutil
|
||||||
%{_bindir}/symcryptrun
|
%{_bindir}/symcryptrun
|
||||||
%{_bindir}/watchgnupg
|
%{_bindir}/watchgnupg
|
||||||
@ -103,12 +110,6 @@ GnuPG is a RFC2440 (OpenPGP) compliant application.
|
|||||||
%{_libexecdir}/gpg-preset-passphrase
|
%{_libexecdir}/gpg-preset-passphrase
|
||||||
%{_libexecdir}/gpg-wks-client
|
%{_libexecdir}/gpg-wks-client
|
||||||
%{_libexecdir}/dirmngr_ldap
|
%{_libexecdir}/dirmngr_ldap
|
||||||
#%{_libexecdir}/gpg2keys_curl
|
|
||||||
#%{_libexecdir}/gpg2keys_finger
|
|
||||||
#%{_libexecdir}/gpg2keys_hkp
|
|
||||||
#%{_libexecdir}/gpg2keys_kdns
|
|
||||||
#%{_libexecdir}/gpg2keys_ldap
|
|
||||||
#%{_libexecdir}/gnupg-pcsc-wrapper
|
|
||||||
%{_libexecdir}/scdaemon
|
%{_libexecdir}/scdaemon
|
||||||
%{_infodir}/gnupg.*
|
%{_infodir}/gnupg.*
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
@ -119,6 +120,9 @@ GnuPG is a RFC2440 (OpenPGP) compliant application.
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.22-2mamba
|
||||||
|
- provide/obsolete gnupg
|
||||||
|
|
||||||
* Tue Sep 01 2020 Automatic Build System <autodist@mambasoft.it> 2.2.22-1mamba
|
* Tue Sep 01 2020 Automatic Build System <autodist@mambasoft.it> 2.2.22-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user