|
@@ -1,7 +1,8 @@
|
|
|
Summary: Utility for secure communication and data storage
|
|
|
+Summary(ja): GnuPG2 - 安全なデータ交換と保存のためのユーティリティ
|
|
|
Name: gnupg2
|
|
|
Version: 2.1.12
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Release: 3%{?_dist_release}
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
|
|
|
@@ -32,7 +33,7 @@ BuildRequires: libgcrypt-devel >= 1.6.0
|
|
|
BuildRequires: libgpg-error-devel >= 1.16
|
|
|
BuildRequires: libksba-devel >= 1.3.0
|
|
|
BuildRequires: openldap-devel
|
|
|
-BuildRequires: libusb-devel
|
|
|
+BuildRequires: libusb1-devel
|
|
|
BuildRequires: pcsc-lite-libs
|
|
|
BuildRequires: npth-devel
|
|
|
BuildRequires: readline-devel ncurses-devel
|
|
@@ -43,8 +44,8 @@ BuildRequires: fuse
|
|
|
|
|
|
Requires(post): /sbin/install-info
|
|
|
Requires(postun): /sbin/install-info
|
|
|
-Recommends: pinentry
|
|
|
|
|
|
+Recommends: pinentry
|
|
|
Recommends: gnupg2-smime
|
|
|
|
|
|
%if 0%{?rhel} > 5
|
|
@@ -62,6 +63,7 @@ Obsoletes: dirmngr < 1.2.0-1
|
|
|
|
|
|
%package smime
|
|
|
Summary: CMS encryption and signing tool and smart card support for GnuPG
|
|
|
+Summary(ja): GnuPG2用のCMS暗号化・スマートカード機能
|
|
|
Requires: gnupg2 = %{version}-%{release}
|
|
|
Group: Applications/Internet
|
|
|
|
|
@@ -78,11 +80,27 @@ S/MIME. It has a different design philosophy that splits
|
|
|
functionality up into several modules. The S/MIME and smartcard functionality
|
|
|
is provided by the gnupg2-smime package.
|
|
|
|
|
|
+%description -l ja
|
|
|
+ GnuPGは、安全なデータ交換と保存のためのGNUツールです。データの
|
|
|
+暗号化やデジタル署名の生成が可能です。先進的な鍵管理機能を持ち、
|
|
|
+RFC2440として提案され承認されたOpenPGPインターネット標準、またい
|
|
|
+くつかのRFCにて示されるS/MIME標準に準拠しています。
|
|
|
+
|
|
|
+ GnuPG 2.0はS/MIMEサポートが追加されたGnuPGの新しいバージョンで
|
|
|
+す。S/MIMEは違ったデザイン哲学を持つため、別モジュールに分割され
|
|
|
+ています。S/SMIMEやスマートカード機能はgnupg2-smimeパッケージにて
|
|
|
+提供されています。
|
|
|
+
|
|
|
%description smime
|
|
|
GnuPG is GNU's tool for secure communication and data storage. This
|
|
|
package adds support for smart cards and S/MIME encryption and signing
|
|
|
to the base GnuPG package
|
|
|
|
|
|
+%description -l ja smime
|
|
|
+ GnuPGは、安全なデータ交換と保存のためのGNUツールです。このパッ
|
|
|
+ケージはGnuPG2パッケージにスマートカードやS/MIME暗号化・署名機能
|
|
|
+を追加します。
|
|
|
+
|
|
|
%prep
|
|
|
%setup -q -n gnupg-%{version}
|
|
|
|
|
@@ -209,6 +227,9 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sun May 22 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.1.12-3
|
|
|
+- added japanese summary and description.
|
|
|
+
|
|
|
* Sat May 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.1.12-2
|
|
|
- initial build for Vine Linux.
|
|
|
|