rebuilt with debug package [release 1.1.0-2mamba;Mon Dec 14 2020]
This commit is contained in:
parent
9466e096f4
commit
19fe5372ad
@ -1,6 +1,6 @@
|
||||
Name: pinentry
|
||||
Version: 1.1.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A collection of simple PIN or passphrase entry dialogs
|
||||
Group: Applications/Security
|
||||
Vendor: openmamba
|
||||
@ -9,22 +9,36 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.gnupg.org
|
||||
Source: ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-%{version}.tar.bz2
|
||||
License: GPL
|
||||
Requires(post):%{__install_info}
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXcursor-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXft-devel
|
||||
BuildRequires: libXinerama-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libassuan-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libfltk-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgcr-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib1-devel
|
||||
BuildRequires: libgtk1-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libp11-kit-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libsecret-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires(post):%{__install_info}
|
||||
@ -56,18 +70,16 @@ Group: Graphical Desktop/Applications/Security
|
||||
%description gnome
|
||||
A of simple PIN or passphrase entry dialog based on qt libraries which utilize the Assuan protocol as described by the aegypten project.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#cd qt4
|
||||
#moc-qt4 pinentrydialog.h > pinentrydialog.moc
|
||||
#moc-qt4 qsecurelineedit.h > qsecurelineedit.moc
|
||||
#cd ..
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-pinentry-curses \
|
||||
--enable-pinentry-qt \
|
||||
--enable-pinentry-gtk2 \
|
||||
--enable-pinentry-gtk3 \
|
||||
--enable-pinentry-gnome3 \
|
||||
--enable-fallback-curses
|
||||
|
||||
@ -170,6 +182,9 @@ exit 0
|
||||
%{_bindir}/pinentry-gnome3
|
||||
|
||||
%changelog
|
||||
* Mon Dec 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
|
||||
- rebuilt with debug package
|
||||
|
||||
* Sat Jan 06 2018 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user