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
|
Name: pinentry
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A collection of simple PIN or passphrase entry dialogs
|
Summary: A collection of simple PIN or passphrase entry dialogs
|
||||||
Group: Applications/Security
|
Group: Applications/Security
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,22 +9,36 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: http://www.gnupg.org
|
URL: http://www.gnupg.org
|
||||||
Source: ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-%{version}.tar.bz2
|
Source: ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
Requires(post):%{__install_info}
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
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: libatk-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
|
BuildRequires: libfltk-devel
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libgcr-devel
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib1-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk1-devel
|
BuildRequires: libgpg-error-devel
|
||||||
|
BuildRequires: libgtk-devel
|
||||||
|
BuildRequires: libgtk2-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
|
BuildRequires: libp11-kit-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libsecret-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
@ -56,18 +70,16 @@ Group: Graphical Desktop/Applications/Security
|
|||||||
%description gnome
|
%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.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#cd qt4
|
|
||||||
#moc-qt4 pinentrydialog.h > pinentrydialog.moc
|
|
||||||
#moc-qt4 qsecurelineedit.h > qsecurelineedit.moc
|
|
||||||
#cd ..
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--enable-pinentry-curses \
|
--enable-pinentry-curses \
|
||||||
--enable-pinentry-qt \
|
--enable-pinentry-qt \
|
||||||
--enable-pinentry-gtk2 \
|
--enable-pinentry-gtk3 \
|
||||||
--enable-pinentry-gnome3 \
|
--enable-pinentry-gnome3 \
|
||||||
--enable-fallback-curses
|
--enable-fallback-curses
|
||||||
|
|
||||||
@ -170,6 +182,9 @@ exit 0
|
|||||||
%{_bindir}/pinentry-gnome3
|
%{_bindir}/pinentry-gnome3
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jan 06 2018 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user