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
|
||||
Version: 1.1.0
|
||||
Release: 2mamba
|
||||
Version: 1.1.1
|
||||
Release: 1mamba
|
||||
Summary: A collection of simple PIN or passphrase entry dialogs
|
||||
Group: Applications/Security
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
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
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXcursor-devel
|
||||
BuildRequires: libXext-devel
|
||||
@ -23,6 +22,7 @@ BuildRequires: libassuan-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libefl-devel
|
||||
BuildRequires: libfltk-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
@ -31,8 +31,8 @@ BuildRequires: libgcr-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libp11-kit-devel
|
||||
@ -42,7 +42,6 @@ BuildRequires: libsecret-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires(post):%{__install_info}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
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
|
||||
Group: Graphical Desktop/Applications/Security
|
||||
Provides: pinentry-qt4
|
||||
Obsoletes: pinentry-qt4
|
||||
Obsoletes: pinentry-qt4 < 1.1.1
|
||||
|
||||
%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.
|
||||
|
||||
%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
|
||||
Summary: A simple PIN entry dialog based on Gtk2 libraries
|
||||
Group: Graphical Desktop/Applications/Security
|
||||
@ -169,6 +175,11 @@ exit 0
|
||||
%doc AUTHORS COPYING
|
||||
#%doc ChangeLog NEWS README THANKS TODO
|
||||
|
||||
|
||||
%files efl
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/pinentry-efl
|
||||
|
||||
%files qt
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/pinentry-qt
|
||||
@ -182,6 +193,9 @@ exit 0
|
||||
%{_bindir}/pinentry-gnome3
|
||||
|
||||
%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
|
||||
- rebuilt with debug package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user