|
@@ -1,7 +1,7 @@
|
|
|
Summary: A GNU utility for secure communication and data storage.
|
|
|
Summary(ja): GNU 版の RFC2440 (OpenPGP) 公開鍵暗号プログラム
|
|
|
Name: gnupg
|
|
|
-Version: 1.4.9
|
|
|
+Version: 1.4.10
|
|
|
Release: 1%{?_dist_release}
|
|
|
License: GPL
|
|
|
Group: Applications/System
|
|
@@ -9,20 +9,24 @@ Source0: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2
|
|
|
Source1: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2.sig
|
|
|
Source2: gnupg-1.4.5-ja.po
|
|
|
Patch3: gnupg-1.4.6-dir.patch
|
|
|
-# Security
|
|
|
-# Patch100: gnupg-1.4.5-CVE-2006-6169.patch
|
|
|
|
|
|
URL: http://www.gnupg.org/
|
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
+
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
|
+Packager: daisuke, iwaim, shaolin
|
|
|
+
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
Provides: gpg, openpgp
|
|
|
-PreReq: install-info
|
|
|
-Requires: zlib
|
|
|
-BuildPreReq: zlib-devel
|
|
|
-BuildPreReq: autoconf
|
|
|
+Requires(post): install-info
|
|
|
+Requires(preun): install-info
|
|
|
|
|
|
+BuildRequires: autoconf
|
|
|
+BuildRequires: zlib-devel, bzip2-devel
|
|
|
+BuildRequires: openldap-devel
|
|
|
+BuildRequires: libusb-devel
|
|
|
+BuildRequires: readline-devel
|
|
|
|
|
|
%description
|
|
|
GnuPG (GNU Privacy Guard) is a GNU utility for encrypting data and
|
|
@@ -51,7 +55,7 @@ cp -f %{SOURCE2} po/ja.po
|
|
|
autoreconf
|
|
|
|
|
|
%build
|
|
|
-%configure --enable-shared --disable-ldap --disable-mailto \
|
|
|
+%configure --enable-shared --enable-ldap --disable-mailto \
|
|
|
--without-libcurl \
|
|
|
--program-transform-name='' --program-prefix='' --program-suffix='' \
|
|
|
--libexecdir=%{_libdir}
|
|
@@ -108,6 +112,12 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Jul 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.10-1
|
|
|
+- new upstream release
|
|
|
+- add --enable-ldap
|
|
|
+- add BR: bzip2-devel, openldap-devel, libusb-devel, readline-devel
|
|
|
+- use Requires(post,preun) instead of PreReq
|
|
|
+
|
|
|
* Tue Jul 14 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.4.9-1
|
|
|
- new upstream release
|
|
|
|