- 0.7.2, docs patch applied upstream.
- Fix info dir entry. - Switch to GTK2 in -gtk. - Fine tune dependencies. - Build with dependency tracking disabled. - Clean up obsolete pre-FC2 support.
This commit is contained in:
parent
eab8cb7bee
commit
422db444a8
@ -1 +1,2 @@
|
|||||||
pinentry-0.7.1.tar.gz
|
pinentry-0.7.2.tar.gz
|
||||||
|
pinentry-0.7.2.tar.gz.sig
|
||||||
|
@ -1,93 +0,0 @@
|
|||||||
--- doc/pinentry.texi~ 2003-12-22 19:05:32.000000000 +0200
|
|
||||||
+++ doc/pinentry.texi 2003-12-26 17:19:37.000000000 +0200
|
|
||||||
@@ -67,7 +67,7 @@
|
|
||||||
This file documents the use and the internals of the @pinentry{}.
|
|
||||||
|
|
||||||
This is edition @value{EDITION}, last updated @value{UPDATED}, of
|
|
||||||
-@cite{The `PINEnrty' Manual}, for version @value{VERSION}.
|
|
||||||
+@cite{The `PINEntry' Manual}, for version @value{VERSION}.
|
|
||||||
@sp 1
|
|
||||||
Published by g10 Code GmbH@*
|
|
||||||
Hüttenstr. 61@*
|
|
||||||
@@ -111,7 +111,7 @@
|
|
||||||
@pinentry{} comes in 3 flavors to fit the look and feel of the used
|
|
||||||
GUI toolkit: A @sc{GTK+} based one named @code{pinentry-gtk}, a
|
|
||||||
@sc{Qt} based one named @code{pinentry-qt} and a non-graphical one based
|
|
||||||
-on curser and named @code{pinentry-curses}. Not all of them might be
|
|
||||||
+on curses and named @code{pinentry-curses}. Not all of them might be
|
|
||||||
available on your installation. If curses is supported on your system,
|
|
||||||
the GUI based flavors fall back to curses when the @code{DISPLAY}
|
|
||||||
variable is not set.
|
|
||||||
@@ -128,7 +128,7 @@
|
|
||||||
|
|
||||||
* Copying:: GNU General Public License says
|
|
||||||
how you can copy and share PIN-Entry
|
|
||||||
- as well as this manulal.
|
|
||||||
+ as well as this manual.
|
|
||||||
|
|
||||||
Indices
|
|
||||||
|
|
||||||
@@ -141,7 +141,7 @@
|
|
||||||
|
|
||||||
@c man begin DESCRIPTION
|
|
||||||
|
|
||||||
-You may run @pinentry{} directly from the commandline and pass the
|
|
||||||
+You may run @pinentry{} directly from the command line and pass the
|
|
||||||
commands according to the Assuan protocol via stdin/stdout.
|
|
||||||
|
|
||||||
|
|
||||||
@@ -158,7 +158,7 @@
|
|
||||||
|
|
||||||
@item --help
|
|
||||||
@opindex help
|
|
||||||
-Print a usage message summarizing the most usefule command-line options.
|
|
||||||
+Print a usage message summarizing the most useful command-line options.
|
|
||||||
|
|
||||||
@item --debug
|
|
||||||
@itemx -d
|
|
||||||
@@ -199,7 +199,7 @@
|
|
||||||
@opindex lc-type
|
|
||||||
@opindex lc-messa
|
|
||||||
These options are used to pass localization information to
|
|
||||||
-@pinentry{}. They are required because @pinentry{} is usally called
|
|
||||||
+@pinentry{}. They are required because @pinentry{} is usually called
|
|
||||||
by some background process which does not have any information on the
|
|
||||||
locale and terminal to use. Assuan protocol options are an
|
|
||||||
alternative way to pass these information.
|
|
||||||
@@ -229,7 +229,7 @@
|
|
||||||
|
|
||||||
Note that all strings are expected to be encoded as UTF-8; @pinentry{}
|
|
||||||
takes care of converting it to the locally used codeset. To include
|
|
||||||
-lienfeeds or other special characters, you may percent-escape them
|
|
||||||
+linefeeds or other special characters, you may percent-escape them
|
|
||||||
(i.e. a line feed is encoded as @code{%0A}, the percent sign itself
|
|
||||||
is encoded as @code{%25}).
|
|
||||||
|
|
||||||
@@ -252,15 +252,15 @@
|
|
||||||
@end example
|
|
||||||
|
|
||||||
@item Set the button texts
|
|
||||||
-There are two text with can be set to overide the English defaults:
|
|
||||||
+There are two text with can be set to override the English defaults:
|
|
||||||
|
|
||||||
-To set the text for the button signalling confirmation (in UTF-8).
|
|
||||||
+To set the text for the button signaling confirmation (in UTF-8).
|
|
||||||
@example
|
|
||||||
C: SETOK Yes
|
|
||||||
S: OK
|
|
||||||
@end example
|
|
||||||
|
|
||||||
-To set the text for the button signalling cancellation or disagreement
|
|
||||||
+To set the text for the button signaling cancellation or disagreement
|
|
||||||
(in UTF-8).
|
|
||||||
@example
|
|
||||||
C: SETCANCEL No
|
|
||||||
@@ -285,7 +285,7 @@
|
|
||||||
S: OK
|
|
||||||
@end example
|
|
||||||
Note that the passphrase is transmitted in clear using standard data
|
|
||||||
-responses. Expect it to be in utf-8.
|
|
||||||
+responses. Expect it to be in UTF-8.
|
|
||||||
|
|
||||||
@item Ask for confirmation
|
|
||||||
To ask for a confirmation (yes or no), you can use this command:
|
|
Binary file not shown.
22
pinentry-info.patch
Normal file
22
pinentry-info.patch
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
--- pinentry-0.7.2/doc/pinentry.texi~ 2005-01-27 09:58:03.000000000 +0200
|
||||||
|
+++ pinentry-0.7.2/doc/pinentry.texi 2005-10-18 21:03:51.000000000 +0300
|
||||||
|
@@ -62,7 +62,7 @@
|
||||||
|
@ifnottex
|
||||||
|
@dircategory GNU Utilities
|
||||||
|
@direntry
|
||||||
|
-* pinentry:: Ask securely for a passphrase or PIN.
|
||||||
|
+* pinentry: (pinentry). Ask securely for a passphrase or PIN.
|
||||||
|
@end direntry
|
||||||
|
This file documents the use and the internals of the @pinentry{}.
|
||||||
|
|
||||||
|
--- pinentry-0.7.2/doc/pinentry.info~ 2005-01-27 10:06:25.000000000 +0200
|
||||||
|
+++ pinentry-0.7.2/doc/pinentry.info 2005-10-18 21:04:11.000000000 +0300
|
||||||
|
@@ -3,7 +3,7 @@
|
||||||
|
|
||||||
|
INFO-DIR-SECTION GNU Utilities
|
||||||
|
START-INFO-DIR-ENTRY
|
||||||
|
-* pinentry:: Ask securely for a passphrase or PIN.
|
||||||
|
+* pinentry: (pinentry). Ask securely for a passphrase or PIN.
|
||||||
|
END-INFO-DIR-ENTRY
|
||||||
|
This file documents the use and the internals of the PINENTRY.
|
||||||
|
|
@ -1,23 +1,23 @@
|
|||||||
Name: pinentry
|
Name: pinentry
|
||||||
Version: 0.7.1
|
Version: 0.7.2
|
||||||
Release: 4
|
Release: 1%{?dist}
|
||||||
|
|
||||||
Summary: Collection of simple PIN or passphrase entry dialogs
|
Summary: Collection of simple PIN or passphrase entry dialogs
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.gnupg.org/aegypten/
|
URL: http://www.gnupg.org/aegypten/
|
||||||
Source0: ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.7.1.tar.gz
|
Source0: http://ftp.gnupg.org/gcrypt/pinentry/%{name}-%{version}.tar.gz
|
||||||
Source1: ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.7.1.tar.gz.sig
|
Source1: http://ftp.gnupg.org/gcrypt/pinentry/%{name}-%{version}.tar.gz.sig
|
||||||
# http://bugs.gnupg.org/cgi-bin/gnatsweb.pl?cmd=view&pr=242
|
Patch0: %{name}-info.patch
|
||||||
Patch0: %{name}-0.7.0-docs.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: glib-devel >= 1:1.2.0, gtk+-devel >= 1:1.2.0, ncurses-devel
|
BuildRequires: gtk2-devel
|
||||||
%{!?_without-qt:BuildRequires: qt-devel >= 1:3.2}
|
BuildRequires: qt-devel
|
||||||
# texinfo needed because of patch0
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: texinfo
|
Requires(post): %{_sbindir}/update-alternatives
|
||||||
Requires: %{_sbindir}/update-alternatives, /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
|
Requires(postun): %{_sbindir}/update-alternatives
|
||||||
|
Requires(postun): /sbin/install-info
|
||||||
Provides: %{name}-curses = %{version}-%{release}
|
Provides: %{name}-curses = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -30,7 +30,8 @@ This package contains the curses (text) based version of the PIN entry dialog.
|
|||||||
Summary: Passphrase/PIN entry dialog based on GTK+
|
Summary: Passphrase/PIN entry dialog based on GTK+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: %{_sbindir}/update-alternatives
|
Requires(post): %{_sbindir}/update-alternatives
|
||||||
|
Requires(postun): %{_sbindir}/update-alternatives
|
||||||
Provides: %{name}-gui = %{version}-%{release}
|
Provides: %{name}-gui = %{version}-%{release}
|
||||||
|
|
||||||
%description gtk
|
%description gtk
|
||||||
@ -43,7 +44,8 @@ This package contains the GTK+ GUI based version of the PIN entry dialog.
|
|||||||
Summary: Passphrase/PIN entry dialog based on Qt
|
Summary: Passphrase/PIN entry dialog based on Qt
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: %{_sbindir}/update-alternatives
|
Requires(post): %{_sbindir}/update-alternatives
|
||||||
|
Requires(postun): %{_sbindir}/update-alternatives
|
||||||
Provides: %{name}-gui = %{version}-%{release}
|
Provides: %{name}-gui = %{version}-%{release}
|
||||||
|
|
||||||
%description qt
|
%description qt
|
||||||
@ -55,22 +57,22 @@ This package contains the Qt GUI based version of the PIN entry dialog.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0
|
%patch0 -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{?_without_qt:0}%{?!_without_qt:1}
|
|
||||||
[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
|
[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
|
||||||
%endif
|
%configure --disable-rpath --disable-dependency-tracking --disable-pinentry-gtk
|
||||||
%configure --disable-rpath %{?_without_qt:--disable-pinentry-qt}
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
# Dummy symlink for %ghost
|
# Backwards compatibility
|
||||||
ln -s %{_sysconfdir}/alternatives/pinentry $RPM_BUILD_ROOT%{_bindir}/pinentry
|
ln -s pinentry-gtk-2 $RPM_BUILD_ROOT%{_bindir}/pinentry-gtk
|
||||||
|
# Dummy symlink for %%ghost
|
||||||
|
ln -sf %{_sysconfdir}/alternatives/pinentry $RPM_BUILD_ROOT%{_bindir}/pinentry
|
||||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||||
|
|
||||||
|
|
||||||
@ -124,19 +126,24 @@ fi
|
|||||||
|
|
||||||
%files gtk
|
%files gtk
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/pinentry-gtk
|
%{_bindir}/pinentry-gtk*
|
||||||
%ghost %{_bindir}/pinentry
|
%ghost %{_bindir}/pinentry
|
||||||
|
|
||||||
%if %{?_without_qt:0}%{?!_without_qt:1}
|
|
||||||
%files qt
|
%files qt
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/pinentry-qt
|
%{_bindir}/pinentry-qt
|
||||||
%ghost %{_bindir}/pinentry
|
%ghost %{_bindir}/pinentry
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
* Tue Oct 18 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.2-1
|
||||||
|
- 0.7.2, docs patch applied upstream.
|
||||||
|
- Switch to GTK2 in -gtk.
|
||||||
|
- Fine tune dependencies.
|
||||||
|
- Build with dependency tracking disabled.
|
||||||
|
- Clean up obsolete pre-FC2 support.
|
||||||
|
|
||||||
|
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.7.1-4
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
* Wed Jun 30 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.1-0.fdr.3
|
* Wed Jun 30 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.1-0.fdr.3
|
||||||
|
Loading…
Reference in New Issue
Block a user