Compare commits
2 Commits
1.3.1-2mam
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d517291210 | |||
| c971c8e7ad |
@@ -1,5 +1,5 @@
|
||||
Name: pinentry
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
Release: 2mamba
|
||||
Summary: A collection of simple PIN or passphrase entry dialogs
|
||||
Group: Applications/Security
|
||||
@@ -11,18 +11,17 @@ Source: https://gnupg.org/ftp/gcrypt/pinentry/pinentry-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXcursor-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXft-devel
|
||||
BuildRequires: libXinerama-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libQt6Core
|
||||
BuildRequires: libQt6Gui
|
||||
BuildRequires: libQt6Widgets
|
||||
BuildRequires: libassuan-devel
|
||||
BuildRequires: libat-spi2-core-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libecore
|
||||
BuildRequires: libeet
|
||||
BuildRequires: libefl-devel
|
||||
BuildRequires: libfltk-devel
|
||||
BuildRequires: libeina
|
||||
BuildRequires: libevas
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
@@ -40,8 +39,8 @@ BuildRequires: libp11-kit-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libsecret-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libfltk-devel >= 0:1.4.4-1mamba
|
||||
BuildRequires: libassuan-devel >= 3.0.1
|
||||
Requires(post):%{__install_info}
|
||||
Requires(post): chkconfig
|
||||
@@ -54,6 +53,7 @@ Summary: A simple PIN entry dialog based on qt libraries
|
||||
Group: Graphical Desktop/Applications/Security
|
||||
Provides: pinentry-qt4
|
||||
Obsoletes: pinentry-qt4 < 1.1.1
|
||||
Obsoletes: pinentry-fltk < 1.3.2-2mamba
|
||||
|
||||
%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.
|
||||
@@ -86,8 +86,6 @@ 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
|
||||
|
||||
@@ -213,9 +211,9 @@ fi
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/pinentry-efl
|
||||
|
||||
%files fltk
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/pinentry-fltk
|
||||
#%files fltk
|
||||
#%defattr(-,root,root)
|
||||
#%{_bindir}/pinentry-fltk
|
||||
|
||||
%files qt
|
||||
%defattr(-,root,root)
|
||||
@@ -232,6 +230,12 @@ fi
|
||||
%{_bindir}/pinentry-gnome3
|
||||
|
||||
%changelog
|
||||
* Fri Aug 01 2025 Automatic Build System <autodist@mambasoft.it> 1.3.2-2mamba
|
||||
- rebuilt by autoport with build requirements: libfltk-devel>=0:1.4.4-1mamba
|
||||
|
||||
* Tue Jul 29 2025 Automatic Build System <autodist@openmamba.org> 1.3.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-2mamba
|
||||
- rebuilt with libassuan 3.0.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user