From 7a14444fdc67421c0766fcaafd07abf0ef5cedb1 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 04:27:16 +0100 Subject: [PATCH] automatic version update by autodist [release 1.13.0-1mamba;Sun Mar 31 2019] --- libgpgme.spec | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/libgpgme.spec b/libgpgme.spec index 46d31da..76e42b7 100644 --- a/libgpgme.spec +++ b/libgpgme.spec @@ -1,6 +1,6 @@ Name: libgpgme Epoch: 1 -Version: 1.12.0 +Version: 1.13.0 Release: 1mamba Summary: A library designed to make access to GnuPG easier for applications Group: System/Libraries @@ -91,8 +91,8 @@ Currently it uses GnuPG as its backend but the API isn't restricted to this engi #%patch0 -p1 -# build workaround: require python 3.3 -sed -i "s|3\.4|3.3|" configure.ac +# build workaround: require python 3.6 +sed -i "s|3\.4|3.6|" configure.ac %build #:<< _EOF @@ -132,13 +132,15 @@ exit 0 %files -n python-gpg %defattr(-,root,root) -#%{python3_sitelib}/gpg/install_files.txt -%{python27_sitearch}/gpg-%{version}-py2.7.egg-info %dir %{python27_sitearch}/gpg +%{python27_sitearch}/gpg-%{version}_unknown-py*.egg-info %{python27_sitearch}/gpg/* -%{python3_sitearch}/gpg-%{version}-py3.3.egg-info -%dir %{python3_sitearch}/gpg -%{python3_sitearch}/gpg/* +#%{python3_sitearch}/gpg-%{version}_unknown-py*.egg-info +#%dir %{python3_sitearch}/gpg +#%{python3_sitearch}/gpg/* +%{python36_sitearch}/gpg-%{version}_unknown-py*.egg-info +%dir %{python36_sitearch}/gpg +%{python36_sitearch}/gpg/* %files devel %defattr(-,root,root) @@ -159,6 +161,8 @@ exit 0 %{_libdir}/cmake/Gpgmepp/GpgmeppConfigVersion.cmake %{_libdir}/cmake/QGpgme/QGpgmeConfig.cmake %{_libdir}/cmake/QGpgme/QGpgmeConfigVersion.cmake +%{_libdir}/pkgconfig/gpgme-glib.pc +%{_libdir}/pkgconfig/gpgme.pc %doc ChangeLog NEWS README THANKS TODO %files -n gpgme @@ -167,6 +171,9 @@ exit 0 %{_bindir}/gpgme-json %changelog +* Sun Mar 31 2019 Automatic Build System 1.13.0-1mamba +- automatic version update by autodist + * Thu Oct 11 2018 Automatic Build System 1.12.0-1mamba - automatic version update by autodist