]> git.pld-linux.org Git - SPECS.git/blob - php-pear-Contact_Vcard_Parse.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / php-pear-Contact_Vcard_Parse.spec
1 %define         _class          Contact_Vcard_Parse
2 %define         _status         stable
3 %define         _pearname       %{_class}
4
5 Summary:        %{_pearname} - parse vCard 2.1 and 3.0 files
6 Summary(pl.UTF-8):      %{_pearname} - analiza plików vCard 2.1 i 3.0
7 Name:           php-pear-%{_pearname}
8 Version:        1.32.0
9 Release:        2
10 Epoch:          0
11 License:        PHP 2.02
12 Group:          Development/Languages/PHP
13 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
14 # Source0-md5:  d4a305d49434e05c7d7022c5d12faaab
15 URL:            http://pear.php.net/package/Contact_Vcard_Parse/
16 BuildRequires:  php-pear-PEAR
17 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
18 BuildRequires:  rpmbuild(macros) >= 1.300
19 Requires:       php-pear
20 Obsoletes:      php-pear-Contact_Vcard_Parse-tests
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Allows you to parse vCard files and text blocks, and get back an array
26 of the elements of each vCard in the file or text.
27
28 In PEAR status of this package is: %{_status}.
29
30 %description -l pl.UTF-8
31 Klasa pozwala na analizowanie plików i bloków tekstu vCard i pobranie
32 tablicy elementów z każdego vCard w pliku lub tekście.
33
34 Ta klasa ma w PEAR status: %{_status}.
35
36 %prep
37 %pear_package_setup
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{php_pear_dir}
42 %pear_package_install
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc install.log
50 %{php_pear_dir}/.registry/*.reg
51 %{php_pear_dir}/%{_class}.php
52 %dir %{php_pear_dir}/Contact/Vcard
53 %{php_pear_dir}/Contact/Vcard/Parse.php
This page took 0.069569 seconds and 3 git commands to generate.