automatic version update by autodist [release 1.1.1-1mamba;Sun May 16 2021]
This commit is contained in:
parent
19fe5372ad
commit
6a969a8627
@ -1,17 +1,16 @@
|
|||||||
Name: pinentry
|
Name: pinentry
|
||||||
Version: 1.1.0
|
Version: 1.1.1
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
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
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnupg.org
|
URL: https://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
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXcursor-devel
|
BuildRequires: libXcursor-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
@ -23,6 +22,7 @@ BuildRequires: libassuan-devel
|
|||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
|
BuildRequires: libefl-devel
|
||||||
BuildRequires: libfltk-devel
|
BuildRequires: libfltk-devel
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
@ -31,8 +31,8 @@ BuildRequires: libgcr-devel
|
|||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgpg-error-devel
|
BuildRequires: libgpg-error-devel
|
||||||
BuildRequires: libgtk-devel
|
|
||||||
BuildRequires: libgtk2-devel
|
BuildRequires: libgtk2-devel
|
||||||
|
BuildRequires: libgtk3-devel
|
||||||
BuildRequires: libharfbuzz-devel
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libp11-kit-devel
|
BuildRequires: libp11-kit-devel
|
||||||
@ -42,7 +42,6 @@ BuildRequires: libsecret-devel
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project.
|
A collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project.
|
||||||
@ -51,11 +50,18 @@ A collection of simple PIN or passphrase entry dialogs which utilize the Assuan
|
|||||||
Summary: A simple PIN entry dialog based on qt libraries
|
Summary: A simple PIN entry dialog based on qt libraries
|
||||||
Group: Graphical Desktop/Applications/Security
|
Group: Graphical Desktop/Applications/Security
|
||||||
Provides: pinentry-qt4
|
Provides: pinentry-qt4
|
||||||
Obsoletes: pinentry-qt4
|
Obsoletes: pinentry-qt4 < 1.1.1
|
||||||
|
|
||||||
%description qt
|
%description qt
|
||||||
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.
|
||||||
|
|
||||||
|
%package efl
|
||||||
|
Summary: A simple PIN entry dialog based on efl libraries
|
||||||
|
Group: Graphical Desktop/Applications/Security
|
||||||
|
|
||||||
|
%description efl
|
||||||
|
A of simple PIN or passphrase entry dialog based on efl libraries which utilize the Assuan protocol as described by the aegypten project.
|
||||||
|
|
||||||
%package gtk2
|
%package gtk2
|
||||||
Summary: A simple PIN entry dialog based on Gtk2 libraries
|
Summary: A simple PIN entry dialog based on Gtk2 libraries
|
||||||
Group: Graphical Desktop/Applications/Security
|
Group: Graphical Desktop/Applications/Security
|
||||||
@ -169,6 +175,11 @@ exit 0
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#%doc ChangeLog NEWS README THANKS TODO
|
#%doc ChangeLog NEWS README THANKS TODO
|
||||||
|
|
||||||
|
|
||||||
|
%files efl
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/pinentry-efl
|
||||||
|
|
||||||
%files qt
|
%files qt
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/pinentry-qt
|
%{_bindir}/pinentry-qt
|
||||||
@ -182,6 +193,9 @@ exit 0
|
|||||||
%{_bindir}/pinentry-gnome3
|
%{_bindir}/pinentry-gnome3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 16 2021 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Dec 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
|
* Mon Dec 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
|
||||||
- rebuilt with debug package
|
- rebuilt with debug package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user