- update %description
- drop dearmor patch
This commit is contained in:
parent
fdd362d775
commit
02d27a949d
45
gnupg2.spec
45
gnupg2.spec
@ -10,7 +10,7 @@
|
|||||||
Summary: Utility for secure communication and data storage
|
Summary: Utility for secure communication and data storage
|
||||||
Name: gnupg2
|
Name: gnupg2
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
|
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -23,10 +23,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
Source10: gpg-agent-startup.sh
|
Source10: gpg-agent-startup.sh
|
||||||
Source11: gpg-agent-shutdown.sh
|
Source11: gpg-agent-shutdown.sh
|
||||||
|
|
||||||
# http://lists.gnupg.org/pipermail/gnupg-devel/2006-November/023359.html
|
Patch1: gnupg-1.9.16-testverbose.patch
|
||||||
#Patch1: gnupg-1.9.95-64bit.patch
|
|
||||||
Patch2: gnupg-1.9.16-testverbose.patch
|
|
||||||
Patch3: gnupg-1.9.91-dearmor.patch
|
|
||||||
|
|
||||||
Obsoletes: newpg < 0.9.5
|
Obsoletes: newpg < 0.9.5
|
||||||
|
|
||||||
@ -59,26 +56,31 @@ Provides: gpg
|
|||||||
Provides: openpgp
|
Provides: openpgp
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GnuPG 1.9 is the future version of GnuPG; it is based on some gnupg-1.3
|
GnuPG is GNU's tool for secure communication and data storage. It can
|
||||||
code and the previous newpg package. It will eventually lead to a
|
be used to encrypt data and to create digital signatures. It includes
|
||||||
GnuPG 2.0 release. Note that GnuPG 1.4 and 1.9 are not always in sync
|
an advanced key management facility and is compliant with the proposed
|
||||||
and thus features and bug fixes done in 1.4 are not necessarily
|
OpenPGP Internet standard as described in RFC2440 and the S/MIME
|
||||||
available in 1.9.
|
standard as described by several RFCs.
|
||||||
|
|
||||||
You should use this GnuPG version if you want to use the gpg-agent or
|
GnuPG 2.0 is the stable version of GnuPG integrating support for
|
||||||
gpgsm (the S/MIME variant of gpg). Note that the gpg-agent is also
|
OpenPGP and S/MIME. It does not conflict with an installed 1.x
|
||||||
helpful when using the standard gpg versions (1.4.x as well as some of
|
OpenPGP-only version.
|
||||||
the old 1.2.x). There are no problems installing 1.4 and 1.9
|
|
||||||
alongside; in act we suggest to do this.
|
GnuPG 2.0 is a newer version of GnuPG with additional support for
|
||||||
|
S/MIME. It has a different design philosophy that splits
|
||||||
|
functionality up into several modules. Both versions may be installed
|
||||||
|
simultaneously without any conflict (gpg is called gpg2 in GnuPG 2).
|
||||||
|
In fact, the gpg version from GnuPG 1.x is able to make use of the
|
||||||
|
gpg-agent as included in GnuPG 2 and allows for seamless passphrase
|
||||||
|
caching. The advantage of GnupG 1.x is its smaller size and no
|
||||||
|
dependency on other modules at run and build time.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gnupg-%{version}
|
%setup -q -n gnupg-%{version}
|
||||||
|
|
||||||
#patch1 -p1 -b .64bit
|
#patch1 -p1 -b .testverbose
|
||||||
#patch2 -p1 -b .testverbose
|
|
||||||
%patch3 -p1 -b .dearmor
|
|
||||||
|
|
||||||
# pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper)
|
# pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper)
|
||||||
# Note: this is just the name of the default shared lib to load in scdaemon,
|
# Note: this is just the name of the default shared lib to load in scdaemon,
|
||||||
@ -91,6 +93,9 @@ alongside; in act we suggest to do this.
|
|||||||
|
|
||||||
sed -i -e 's/"libpcsclite\.so"/"%{pcsclib}"/' scd/{scdaemon,pcsc-wrapper}.c
|
sed -i -e 's/"libpcsclite\.so"/"%{pcsclib}"/' scd/{scdaemon,pcsc-wrapper}.c
|
||||||
|
|
||||||
|
# need scratch gpg database for tests
|
||||||
|
mkdir -p $HOME/.gnupg
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -173,6 +178,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 16 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.0-4
|
||||||
|
- update %%description
|
||||||
|
- drop dearmor patch
|
||||||
|
|
||||||
* Mon Nov 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.0-3
|
* Mon Nov 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.0-3
|
||||||
- BR: libassuan-static >= 1.0.0
|
- BR: libassuan-static >= 1.0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user