]> git.pld-linux.org Git - packages/php-pear-Crypt_GPG.git/blame - php-pear-Crypt_GPG.spec
- up to 1.3.2
[packages/php-pear-Crypt_GPG.git] / php-pear-Crypt_GPG.spec
CommitLineData
6c133a82
ER
1%define status stable
2%define pearname Crypt_GPG
7792895b 3%include /usr/lib/rpm/macros.php
6c133a82
ER
4Summary: %{pearname} - GNU Privacy Guard (GPG)
5Summary(pl.UTF-8): %{pearname} - Gnu Privacy Guard (GPG)
6Name: php-pear-%{pearname}
7Version: 1.3.2
7792895b
AG
8Release: 1
9License: LGPL
10Group: Development/Languages/PHP
6c133a82
ER
11Source0: http://pear.php.net/get/%{pearname}-%{version}.tgz
12# Source0-md5: 8dea7ae503c282cedca591706bc2cc04
7792895b
AG
13URL: http://pear.php.net/package/Crypt_GPG/
14BuildRequires: php-pear-PEAR
15BuildRequires: rpm-php-pearprov >= 4.4.2-11
6c133a82 16BuildRequires: rpmbuild(macros) >= 1.580
7792895b 17Requires: php-pear
6c133a82 18Suggests: php-posix
37a1ce45 19Obsoletes: php-pear-Crypt_GPG-tests
7792895b
AG
20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24This package provides an object oriented interface to GNU Privacy
25Guard (GPG). It requires the GPG executable to be on the system.
26
27Though GPG can support symmetric-key cryptography, this package is
28intended only to facilitate public-key cryptography.
29
6c133a82 30In PEAR status of this package is: %{status}.
7792895b
AG
31
32%description -l pl.UTF-8
33Pakiet ten dostarcza zorientowanego obiektowo interfejsu do narzędzi
34Gnu Privacy Guard (GPG). Wymagana jest obecność tych narzędzi w
35systemie.
36
37Chociaż GPG wspiera kryptografię klucza symetrycznego, pakiet ten w
38założeniu ma wspierać kryptografię klucza publicznego.
39
6c133a82 40Ta klasa ma w PEAR status: %{status}.
7792895b 41
7792895b
AG
42%prep
43%pear_package_setup
44
c8b6aa81
ER
45mv .%{php_pear_dir}/data/Crypt_GPG/ChangeLog .
46
7792895b
AG
47%install
48rm -rf $RPM_BUILD_ROOT
49install -d $RPM_BUILD_ROOT%{php_pear_dir}
50%pear_package_install
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
c8b6aa81 57%doc ChangeLog
7792895b
AG
58%doc install.log
59%{php_pear_dir}/.registry/*.reg
60%{php_pear_dir}/Crypt/GPG
61%{php_pear_dir}/Crypt/GPG.php
6c133a82 62%{php_pear_dir}/Crypt/GPGAbstract.php
This page took 0.092244 seconds and 4 git commands to generate.