- 1.9.20
This commit is contained in:
parent
b6eb8175b5
commit
951c9d0db3
@ -1,2 +1,2 @@
|
|||||||
gnupg-1.9.19.tar.bz2
|
gnupg-1.9.20.tar.bz2
|
||||||
gnupg-1.9.19.tar.bz2.sig
|
gnupg-1.9.20.tar.bz2.sig
|
||||||
|
26
gnupg2.spec
26
gnupg2.spec
@ -4,10 +4,11 @@
|
|||||||
# it can use other implementations too (including non-pcsc ones).
|
# it can use other implementations too (including non-pcsc ones).
|
||||||
%define pcsc_lib libpcsclite.so.0
|
%define pcsc_lib libpcsclite.so.0
|
||||||
|
|
||||||
Summary: GNU utility for secure communication and data storage
|
Summary: Utility for secure communication and data storage
|
||||||
Name: gnupg2
|
Name: gnupg2
|
||||||
Version: 1.9.19
|
Version: 1.9.20
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2
|
Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2
|
||||||
@ -36,7 +37,7 @@ BuildRequires: libgpg-error-devel => 1.0
|
|||||||
# Hard-code libksba-0.9.11 for now (x86_64 'make check' fails)
|
# Hard-code libksba-0.9.11 for now (x86_64 'make check' fails)
|
||||||
#BuildRequires: libksba-devel = 0.9.11
|
#BuildRequires: libksba-devel = 0.9.11
|
||||||
#else
|
#else
|
||||||
BuildRequires: libksba-devel >= 0.9.12
|
BuildRequires: libksba-devel >= 0.9.13
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
@ -74,9 +75,9 @@ alongside; in act we suggest to do this.
|
|||||||
%patch1 -p1 -b .lvalue
|
%patch1 -p1 -b .lvalue
|
||||||
%patch2 -p1 -b .testverbose
|
%patch2 -p1 -b .testverbose
|
||||||
|
|
||||||
%ifarch x86_64
|
#ifarch x86_64
|
||||||
sed -i -e 's|^NEED_KSBA_VERSION=.*|NEED_KSBA_VERSION=0.9.11|' configure.ac configure
|
#sed -i -e 's|^NEED_KSBA_VERSION=.*|NEED_KSBA_VERSION=0.9.11|' configure.ac configure
|
||||||
%endif
|
#endif
|
||||||
|
|
||||||
sed -i -e 's/"libpcsclite\.so"/"%{pcsc_lib}"/' scd/{scdaemon,pcsc-wrapper}.c
|
sed -i -e 's/"libpcsclite\.so"/"%{pcsc_lib}"/' scd/{scdaemon,pcsc-wrapper}.c
|
||||||
|
|
||||||
@ -84,8 +85,8 @@ sed -i -e 's/"libpcsclite\.so"/"%{pcsc_lib}"/' scd/{scdaemon,pcsc-wrapper}.c
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-dependency-tracking \
|
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
|
--disable-dependency-tracking \
|
||||||
--enable-gpg
|
--enable-gpg
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -95,7 +96,7 @@ make %{?_smp_mflags}
|
|||||||
## Allows for better debugability (doesn't work, fixme)
|
## Allows for better debugability (doesn't work, fixme)
|
||||||
# echo "debug-allow-core-dumps" >> tests/gpgsm.conf
|
# echo "debug-allow-core-dumps" >> tests/gpgsm.conf
|
||||||
# (sometimes?) expect one failure (reported upstream)
|
# (sometimes?) expect one failure (reported upstream)
|
||||||
#make check ||:
|
make check ||:
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -104,6 +105,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
# enable auto-startup/shutdown of gpg-agent
|
# enable auto-startup/shutdown of gpg-agent
|
||||||
|
# Keep an eye on http://bugzilla.redhat.com/bugzilla/175744, in case these dirs go away or change
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/{env,shutdown}
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/{env,shutdown}
|
||||||
install -p -m0755 %{SOURCE10} $RPM_BUILD_ROOT%{_prefix}/env/
|
install -p -m0755 %{SOURCE10} $RPM_BUILD_ROOT%{_prefix}/env/
|
||||||
install -p -m0755 %{SOURCE11} $RPM_BUILD_ROOT%{_prefix}/shutdown/
|
install -p -m0755 %{SOURCE11} $RPM_BUILD_ROOT%{_prefix}/shutdown/
|
||||||
@ -124,7 +126,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
||||||
#docs say to install suid root, but we won't, for now.
|
#docs say to install suid root, but we won't, for now.
|
||||||
#attr(4755,root,root) %{_bindir}/gpg2
|
#attr(4755,root,root) %{_bindir}/gpg2
|
||||||
@ -134,6 +136,7 @@ fi
|
|||||||
%{_bindir}/gpg-agent
|
%{_bindir}/gpg-agent
|
||||||
%{_bindir}/gpgconf
|
%{_bindir}/gpgconf
|
||||||
%{_bindir}/gpgkey2ssh
|
%{_bindir}/gpgkey2ssh
|
||||||
|
%{_bindir}/gpgparsemail
|
||||||
%{_bindir}/gpgsm*
|
%{_bindir}/gpgsm*
|
||||||
%{_bindir}/kbxutil
|
%{_bindir}/kbxutil
|
||||||
%{_bindir}/scdaemon
|
%{_bindir}/scdaemon
|
||||||
@ -153,6 +156,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 20 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.20-1
|
||||||
|
- 1.9.20
|
||||||
|
|
||||||
* Thu Dec 01 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.19-8
|
* Thu Dec 01 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.19-8
|
||||||
- include gpg-agent-(startup|shutdown) scripts (#136533)
|
- include gpg-agent-(startup|shutdown) scripts (#136533)
|
||||||
- BR: libksba-devel >= 1.9.12
|
- BR: libksba-devel >= 1.9.12
|
||||||
|
Loading…
Reference in New Issue
Block a user