automatic version update by autodist [release 0.9.5-1mamba;Tue Aug 18 2015]

This commit is contained in:
Automatic Build System 2024-01-06 10:07:23 +01:00
parent f349296215
commit 0348f3ab22

View File

@ -1,5 +1,5 @@
Name: pinentry Name: pinentry
Version: 0.9.1 Version: 0.9.5
Release: 1mamba 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
@ -49,6 +49,13 @@ Group: Graphical Desktop/Applications/Security
%description gtk2 %description gtk2
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 gnome
Summary: A simple PIN entry dialog for Gnome 3 desktop
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.
%prep %prep
%setup -q %setup -q
cd qt4 cd qt4
@ -123,6 +130,16 @@ if [ $1 -eq 0 ]; then
fi fi
exit 0 exit 0
%post gnome
/usr/sbin/update-alternatives --install %{_bindir}/pinentry pinentry %{_bindir}/pinentry-gnome-2 35
exit 0
%preun gnome
if [ $1 -eq 0 ]; then
/usr/sbin/update-alternatives --remove pinentry %{_bindir}/pinentry-gnome
fi
exit 0
%posttrans gtk2 %posttrans gtk2
# Fix an upgrade problem: alternatives removed from preun script # Fix an upgrade problem: alternatives removed from preun script
if [ $1 -eq 1 ]; then if [ $1 -eq 1 ]; then
@ -134,6 +151,7 @@ exit 0
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/pinentry-curses %{_bindir}/pinentry-curses
%{_bindir}/pinentry-emacs
%{_infodir}/pinentry.info.* %{_infodir}/pinentry.info.*
%doc AUTHORS COPYING %doc AUTHORS COPYING
#%doc ChangeLog NEWS README THANKS TODO #%doc ChangeLog NEWS README THANKS TODO
@ -146,7 +164,13 @@ exit 0
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/pinentry-gtk-2 %{_bindir}/pinentry-gtk-2
%files gnome
%{_bindir}/pinentry-gnome3
%changelog %changelog
* Tue Aug 18 2015 Automatic Build System <autodist@mambasoft.it> 0.9.5-1mamba
- automatic version update by autodist
* Thu Apr 02 2015 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba * Thu Apr 02 2015 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
- automatic update by autodist - automatic update by autodist