automatic version update by autodist [release 1.14.0-1mamba;Sat Jul 18 2020]
This commit is contained in:
parent
32d8334376
commit
ca9831ba8a
@ -1,6 +1,6 @@
|
|||||||
Name: libgpgme
|
Name: libgpgme
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.13.1
|
Version: 1.14.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
|
||||||
@ -84,6 +84,26 @@ 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-py3
|
||||||
|
Group: System/Libraries/Python
|
||||||
|
Summary: Python bindings for gpgme
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description -n python-gpg-py3
|
||||||
|
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).
|
||||||
|
|
||||||
|
%package -n python-gpg-py36
|
||||||
|
Group: System/Libraries/Python
|
||||||
|
Summary: Python bindings for gpgme
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description -n python-gpg-py36
|
||||||
|
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
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gpgme-%{version}
|
%setup -q -n gpgme-%{version}
|
||||||
#-D -T
|
#-D -T
|
||||||
@ -94,9 +114,10 @@ Currently it uses GnuPG as its backend but the API isn't restricted to this engi
|
|||||||
# build workaround: require python 3.6
|
# build workaround: require python 3.6
|
||||||
sed -i "s|3\.4|3.6|" configure.ac
|
sed -i "s|3\.4|3.6|" configure.ac
|
||||||
|
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
./autogen.sh
|
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -135,9 +156,15 @@ exit 0
|
|||||||
%dir %{python27_sitearch}/gpg
|
%dir %{python27_sitearch}/gpg
|
||||||
%{python27_sitearch}/gpg-%{version}_unknown-py*.egg-info
|
%{python27_sitearch}/gpg-%{version}_unknown-py*.egg-info
|
||||||
%{python27_sitearch}/gpg/*
|
%{python27_sitearch}/gpg/*
|
||||||
#%{python3_sitearch}/gpg-%{version}_unknown-py*.egg-info
|
|
||||||
#%dir %{python3_sitearch}/gpg
|
%files -n python-gpg-py3
|
||||||
#%{python3_sitearch}/gpg/*
|
%defattr(-,root,root)
|
||||||
|
%{python3_sitearch}/gpg-%{version}_unknown-py*.egg-info
|
||||||
|
%dir %{python3_sitearch}/gpg
|
||||||
|
%{python3_sitearch}/gpg/*
|
||||||
|
|
||||||
|
%files -n python-gpg-py36
|
||||||
|
%defattr(-,root,root)
|
||||||
%{python36_sitearch}/gpg-%{version}_unknown-py*.egg-info
|
%{python36_sitearch}/gpg-%{version}_unknown-py*.egg-info
|
||||||
%dir %{python36_sitearch}/gpg
|
%dir %{python36_sitearch}/gpg
|
||||||
%{python36_sitearch}/gpg/*
|
%{python36_sitearch}/gpg/*
|
||||||
@ -171,6 +198,9 @@ exit 0
|
|||||||
%{_bindir}/gpgme-json
|
%{_bindir}/gpgme-json
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 18 2020 Automatic Build System <autodist@mambasoft.it> 1.14.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jun 19 2019 Automatic Build System <autodist@mambasoft.it> 1.13.1-1mamba
|
* Wed Jun 19 2019 Automatic Build System <autodist@mambasoft.it> 1.13.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user