automatic version update by autodist [release 1.3.0-1mamba;Tue Mar 19 2024]
This commit is contained in:
parent
3d7ba549e1
commit
efc7dbba86
@ -1,6 +1,6 @@
|
||||
Name: pinentry
|
||||
Version: 1.2.1
|
||||
Release: 2mamba
|
||||
Version: 1.3.0
|
||||
Release: 1mamba
|
||||
Summary: A collection of simple PIN or passphrase entry dialogs
|
||||
Group: Applications/Security
|
||||
Vendor: openmamba
|
||||
@ -11,7 +11,6 @@ Source: ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5X11Extras-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXcursor-devel
|
||||
BuildRequires: libXext-devel
|
||||
@ -27,20 +26,20 @@ BuildRequires: libfltk-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgcr3-devel
|
||||
BuildRequires: libgcr-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libkwayland-devel
|
||||
BuildRequires: libkf6-kguiaddons-devel
|
||||
BuildRequires: libkf6-kwindowsystem-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libp11-kit-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libsecret-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires(post):%{__install_info}
|
||||
Requires(post): chkconfig
|
||||
@ -94,6 +93,7 @@ A of simple PIN or passphrase entry dialog based on qt libraries which utilize t
|
||||
%configure \
|
||||
--enable-pinentry-curses \
|
||||
--enable-pinentry-qt \
|
||||
--disable-pinentry-qt5 \
|
||||
--disable-pinentry-qt4 \
|
||||
--enable-pinentry-gtk3 \
|
||||
--enable-pinentry-gnome3 \
|
||||
@ -218,6 +218,7 @@ fi
|
||||
%files qt
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/pinentry-qt
|
||||
%{_datadir}/applications/org.gnupg.pinentry-qt.desktop
|
||||
|
||||
%files gtk2
|
||||
%defattr(-,root,root)
|
||||
@ -228,6 +229,9 @@ fi
|
||||
%{_bindir}/pinentry-gnome3
|
||||
|
||||
%changelog
|
||||
* Tue Mar 19 2024 Automatic Build System <autodist@openmamba.org> 1.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-2mamba
|
||||
- package fltk binding apart
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user