automatic version update by autodist [release 1.2.1-1mamba;Thu Sep 01 2022]
This commit is contained in:
parent
2c0f37c4ad
commit
2d715d244b
@ -1,5 +1,5 @@
|
||||
Name: pinentry
|
||||
Version: 1.2.0
|
||||
Version: 1.2.1
|
||||
Release: 1mamba
|
||||
Summary: A collection of simple PIN or passphrase entry dialogs
|
||||
Group: Applications/Security
|
||||
@ -10,9 +10,8 @@ URL: https://www.gnupg.org/
|
||||
Source: ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
#libdl.so.2()(64bit): /usr/lib64/libdl.so: file not owned by any package
|
||||
#librt.so.1()(64bit): /usr/lib64/librt.so: file not owned by any package
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5X11Extras-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXcursor-devel
|
||||
BuildRequires: libXext-devel
|
||||
@ -23,7 +22,6 @@ BuildRequires: libXrender-devel
|
||||
BuildRequires: libassuan-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libefl-devel
|
||||
BuildRequires: libfltk-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
@ -36,12 +34,13 @@ BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libkwayland-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libp11-kit-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libsecret-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires(post):%{__install_info}
|
||||
|
||||
@ -87,6 +86,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-qt4 \
|
||||
--enable-pinentry-gtk3 \
|
||||
--enable-pinentry-gnome3 \
|
||||
--enable-fallback-curses
|
||||
@ -195,6 +195,9 @@ exit 0
|
||||
%{_bindir}/pinentry-gnome3
|
||||
|
||||
%changelog
|
||||
* Thu Sep 01 2022 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 26 2021 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user