automatic version update by autodist [release 1.13.0-1mamba;Sun Mar 31 2019]
This commit is contained in:
parent
bc0678a8b8
commit
7a14444fdc
@ -1,6 +1,6 @@
|
|||||||
Name: libgpgme
|
Name: libgpgme
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.12.0
|
Version: 1.13.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
|
||||||
@ -91,8 +91,8 @@ 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.3
|
# build workaround: require python 3.6
|
||||||
sed -i "s|3\.4|3.3|" configure.ac
|
sed -i "s|3\.4|3.6|" configure.ac
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
@ -132,13 +132,15 @@ exit 0
|
|||||||
|
|
||||||
%files -n python-gpg
|
%files -n python-gpg
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{python3_sitelib}/gpg/install_files.txt
|
|
||||||
%{python27_sitearch}/gpg-%{version}-py2.7.egg-info
|
|
||||||
%dir %{python27_sitearch}/gpg
|
%dir %{python27_sitearch}/gpg
|
||||||
|
%{python27_sitearch}/gpg-%{version}_unknown-py*.egg-info
|
||||||
%{python27_sitearch}/gpg/*
|
%{python27_sitearch}/gpg/*
|
||||||
%{python3_sitearch}/gpg-%{version}-py3.3.egg-info
|
#%{python3_sitearch}/gpg-%{version}_unknown-py*.egg-info
|
||||||
%dir %{python3_sitearch}/gpg
|
#%dir %{python3_sitearch}/gpg
|
||||||
%{python3_sitearch}/gpg/*
|
#%{python3_sitearch}/gpg/*
|
||||||
|
%{python36_sitearch}/gpg-%{version}_unknown-py*.egg-info
|
||||||
|
%dir %{python36_sitearch}/gpg
|
||||||
|
%{python36_sitearch}/gpg/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -159,6 +161,8 @@ exit 0
|
|||||||
%{_libdir}/cmake/Gpgmepp/GpgmeppConfigVersion.cmake
|
%{_libdir}/cmake/Gpgmepp/GpgmeppConfigVersion.cmake
|
||||||
%{_libdir}/cmake/QGpgme/QGpgmeConfig.cmake
|
%{_libdir}/cmake/QGpgme/QGpgmeConfig.cmake
|
||||||
%{_libdir}/cmake/QGpgme/QGpgmeConfigVersion.cmake
|
%{_libdir}/cmake/QGpgme/QGpgmeConfigVersion.cmake
|
||||||
|
%{_libdir}/pkgconfig/gpgme-glib.pc
|
||||||
|
%{_libdir}/pkgconfig/gpgme.pc
|
||||||
%doc ChangeLog NEWS README THANKS TODO
|
%doc ChangeLog NEWS README THANKS TODO
|
||||||
|
|
||||||
%files -n gpgme
|
%files -n gpgme
|
||||||
@ -167,6 +171,9 @@ exit 0
|
|||||||
%{_bindir}/gpgme-json
|
%{_bindir}/gpgme-json
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 31 2019 Automatic Build System <autodist@mambasoft.it> 1.13.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Oct 11 2018 Automatic Build System <autodist@mambasoft.it> 1.12.0-1mamba
|
* Thu Oct 11 2018 Automatic Build System <autodist@mambasoft.it> 1.12.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user