]> git.pld-linux.org Git - packages/php-pear-Mail_Mime.git/blame - php-pear-Mail_Mime.spec
- dropped -tests subpackage
[packages/php-pear-Mail_Mime.git] / php-pear-Mail_Mime.spec
CommitLineData
b00204bf
PG
1%include /usr/lib/rpm/macros.php
2%define _class Mail
3%define _subclass Mime
0c1f5cfb 4%define _status stable
b00204bf 5%define _pearname %{_class}_%{_subclass}
93450aa4 6Summary: %{_pearname} - classes to create and decode mime messages
6918e50a 7Summary(pl.UTF-8): %{_pearname} - klasa do tworzenia i dekodowania wiadomości mime
b00204bf 8Name: php-pear-%{_pearname}
3c2c6c62 9Version: 1.8.0
7456f8b3 10Release: 1
4c5635f1 11License: PHP
b00204bf
PG
12Group: Development/Languages/PHP
13Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
3c2c6c62 14# Source0-md5: 549bcf3d9eb5111995293fded46c2ab9
6ae6e643 15URL: http://pear.php.net/package/Mail_Mime/
63228ece 16BuildRequires: php-pear-PEAR
7872ec30 17BuildRequires: rpm-php-pearprov >= 4.4.2-11
463effef 18BuildRequires: rpmbuild(macros) >= 1.300
f685b9b6 19Requires: php(pcre)
4c5635f1 20Requires: php-pear
4846aa9e 21Obsoletes: php-pear-Mail_Mime-tests
b00204bf
PG
22BuildArch: noarch
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Provides classes to deal with creation and manipulation of mime
27messages:
28- mime.php: Create mime email, with html, attachments, embedded images
29 etc.
30- mimePart.php: Advanced method of creating mime messages.
31- mimeDecode.php - Decodes mime messages to a usable structure.
32- xmail.dtd: An XML DTD to acompany the getXML() method of the
33 decoding class.
34- xmail.xsl: An XSLT stylesheet to transform the output of the
35 getXML() method.
36
f43bfa77 37In PEAR status of this package is: %{_status}.
0c1f5cfb 38
32691a7b
JR
39%description -l pl.UTF-8
40Dostarcza klasy do tworzenia oraz manipulowania wiadomościami mime:
41- mime.php: tworzenie emaili mime, z htmlem, załącznikami, obrazkami,
b00204bf 42 etc.
32691a7b
JR
43- mimePart.php: zaawansowane metody tworzenia wiadomości mime.
44- mimeDecode.php: dekoduje wiadomości mime do używalnej struktury.
45- xmail.dtd: XML DTD dla metody getXML() klasy dekodującej.
46- xmail.xsl: styl XSLT do transformowania wyjścia metody getXML().
b00204bf 47
0c1f5cfb
AG
48Ta klasa ma w PEAR status: %{_status}.
49
b00204bf 50%prep
90496049 51%pear_package_setup
7f3697b4 52
b00204bf
PG
53%files
54%defattr(644,root,root,755)
90496049
ER
55%doc install.log
56%{php_pear_dir}/.registry/*.reg
b00204bf 57%{php_pear_dir}/%{_class}/*
90496049 58%{php_pear_dir}/data/%{_pearname}
This page took 0.35571 seconds and 4 git commands to generate.