update to 1.18.0 [release 1.18.0-1mamba;Sat Aug 27 2022]
This commit is contained in:
parent
38090195e9
commit
843014065b
@ -1,6 +1,6 @@
|
|||||||
Name: libgpgme
|
Name: libgpgme
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.15.1
|
Version: 1.18.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library designed to make access to GnuPG easier for applications
|
Summary: A library designed to make access to GnuPG easier for applications
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -15,18 +15,18 @@ License: LGPL
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libassuan-devel
|
BuildRequires: libassuan-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgpg-error-devel
|
BuildRequires: libgpg-error-devel
|
||||||
BuildRequires: libpython-devel
|
|
||||||
BuildRequires: libpython27-devel
|
BuildRequires: libpython27-devel
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: libqt5-devel
|
BuildRequires: libpython310-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: gnupg2 >= 1.9.6
|
BuildRequires: gnupg2 >= 1.9.6
|
||||||
BuildRequires: libassuan-devel >= 0.6.7
|
BuildRequires: libassuan-devel >= 0.6.7
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management.
|
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management.
|
||||||
@ -102,6 +102,15 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management.
|
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management.
|
||||||
Currently it uses GnuPG as its backend but the API isn't restricted to this engine; in fact we have already developed a backend for CMS (S/MIME).
|
Currently it uses GnuPG as its backend but the API isn't restricted to this engine; in fact we have already developed a backend for CMS (S/MIME).
|
||||||
|
|
||||||
|
%package -n python-gpg-py310
|
||||||
|
Group: System/Libraries/Python
|
||||||
|
Summary: Python bindings for gpgme
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description -n python-gpg-py310
|
||||||
|
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management.
|
||||||
|
Currently it uses GnuPG as its backend but the API isn't restricted to this engine; in fact we have already developed a backend for CMS (S/MIME).
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -111,8 +120,10 @@ Currently it uses GnuPG as its backend but the API isn't restricted to this engi
|
|||||||
|
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
# build workaround: require python 3.6
|
# build for python 3.10
|
||||||
sed -i "s|3\.4|3.6|" configure.ac
|
sed -i "s|3\.9|3.10|" configure.ac
|
||||||
|
# don't build for python 3.6
|
||||||
|
sed -i "s|3\.6|3.x|" configure.ac
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
@ -159,17 +170,25 @@ exit 0
|
|||||||
|
|
||||||
%files -n python-gpg-py3
|
%files -n python-gpg-py3
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python3_sitearch}/gpg-%{version}_unknown-py*.egg-info
|
%dir %{python3_sitearch}/gpg-%{version}_unknown-py*.egg
|
||||||
%dir %{python3_sitearch}/gpg
|
%{python3_sitearch}/gpg-%{version}_unknown-py*.egg/*
|
||||||
%{python3_sitearch}/gpg/*
|
#%dir %{python3_sitearch}/gpg
|
||||||
|
#%{python3_sitearch}/gpg/*
|
||||||
|
|
||||||
%ifnarch aarch64
|
%files -n python-gpg-py310
|
||||||
%files -n python-gpg-py36
|
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python36_sitearch}/gpg-%{version}_unknown-py*.egg-info
|
%dir %{python310_sitearch}/gpg-%{version}_unknown-py*.egg
|
||||||
%dir %{python36_sitearch}/gpg
|
%{python310_sitearch}/gpg-%{version}_unknown-py*.egg/*
|
||||||
%{python36_sitearch}/gpg/*
|
#%dir %{python3_sitearch}/gpg
|
||||||
%endif
|
#%{python3_sitearch}/gpg/*
|
||||||
|
|
||||||
|
#%ifnarch aarch64
|
||||||
|
#%files -n python-gpg-py36
|
||||||
|
#%defattr(-,root,root)
|
||||||
|
#%{python36_sitearch}/gpg-%{version}_unknown-py*.egg-info//
|
||||||
|
#%dir %{python36_sitearch}/gpg
|
||||||
|
#%{python36_sitearch}/gpg/*
|
||||||
|
#%endif
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -200,6 +219,9 @@ exit 0
|
|||||||
%{_bindir}/gpgme-json
|
%{_bindir}/gpgme-json
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 27 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.18.0-1mamba
|
||||||
|
- update to 1.18.0
|
||||||
|
|
||||||
* Mon Jan 11 2021 Automatic Build System <autodist@mambasoft.it> 1.15.1-1mamba
|
* Mon Jan 11 2021 Automatic Build System <autodist@mambasoft.it> 1.15.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user