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