automatic version update by autodist [release 1.24.0-1mamba;Fri Nov 08 2024]
This commit is contained in:
parent
bf370e15fe
commit
4d97fccdc4
28
gpgme.spec
28
gpgme.spec
@ -1,7 +1,7 @@
|
||||
Name: gpgme
|
||||
Epoch: 1
|
||||
Version: 1.23.2
|
||||
Release: 3mamba
|
||||
Version: 1.24.0
|
||||
Release: 1mamba
|
||||
Summary: A library and tools designed to make access to GnuPG easier for applications
|
||||
Group: Applications/Security
|
||||
Vendor: openmamba
|
||||
@ -12,14 +12,14 @@ Source: https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Core
|
||||
BuildRequires: libQt6Core
|
||||
BuildRequires: libassuan-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libassuan-devel >= 0:3.0.1-1mamba
|
||||
BuildRequires: pkgconfig
|
||||
@ -92,7 +92,6 @@ This package contains the Qt6 shared library.
|
||||
%package -n libqgpgme-qt6-devel
|
||||
Summary: Development files for libqgpgme
|
||||
Requires: lib%{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: libqgpgme-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: libqgpgme-qt6 = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n libqgpgme-qt6-devel
|
||||
@ -162,8 +161,6 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%post
|
||||
%install_info gpgme.info
|
||||
@ -177,6 +174,7 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
%{_bindir}/gpgme-tool
|
||||
%{_bindir}/gpgme-json
|
||||
%{_infodir}/gpgme.info*
|
||||
%{_mandir}/man1/gpgme-json.1*
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
@ -200,6 +198,7 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
%{_libdir}/cmake/Gpgmepp/Gpgme*.cmake
|
||||
%{_libdir}/pkgconfig/gpgme-glib.pc
|
||||
%{_libdir}/pkgconfig/gpgme.pc
|
||||
%{_libdir}/pkgconfig/gpgmepp.pc
|
||||
%doc gpgme/ChangeLog gpgme/NEWS gpgme/README gpgme/THANKS gpgme/TODO
|
||||
|
||||
%files -n libqgpgme
|
||||
@ -208,10 +207,10 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
%files -n libqgpgme-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/QGpgME
|
||||
%{_includedir}/QGpgME/*
|
||||
%dir %{_includedir}/qgpgme
|
||||
%{_includedir}/qgpgme/*
|
||||
%dir %{_includedir}/qgpgme-qt5/QGpgME
|
||||
%{_includedir}/qgpgme-qt5/QGpgME/*
|
||||
%dir %{_includedir}/qgpgme-qt5/qgpgme
|
||||
%{_includedir}/qgpgme-qt5/qgpgme/*
|
||||
%{_libdir}/libqgpgme.so
|
||||
%dir %{_libdir}/cmake/QGpgme
|
||||
%{_libdir}/cmake/QGpgme/QGpgme*.cmake
|
||||
@ -222,6 +221,10 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
%files -n libqgpgme-qt6-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/qgpgme-qt6/QGpgME
|
||||
%{_includedir}/qgpgme-qt6/QGpgME/*
|
||||
%dir %{_includedir}/qgpgme-qt6/qgpgme
|
||||
%{_includedir}/qgpgme-qt6/qgpgme/*
|
||||
%{_libdir}/libqgpgmeqt6.so
|
||||
%dir %{_libdir}/cmake/QGpgmeQt6
|
||||
%{_libdir}/cmake/QGpgmeQt6/QGpgmeQt6*.cmake
|
||||
@ -234,6 +237,9 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
%{python3_sitearch}/gpg/*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 08 2024 Automatic Build System <autodist@openmamba.org> 1.24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 24 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.23.2-3mamba
|
||||
- don't build and obsolete py27 and py310 packages; obsolete libgpgme16
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user