]> git.pld-linux.org Git - packages/php-pear-Mail_Mime.git/blame - php-pear-Mail_Mime.spec
- depends on php-zlib
[packages/php-pear-Mail_Mime.git] / php-pear-Mail_Mime.spec
CommitLineData
4379eb44 1%define pearname Mail_Mime
4379eb44
ER
2Summary: %{pearname} - classes to create and decode mime messages
3Summary(pl.UTF-8): %{pearname} - klasa do tworzenia i dekodowania wiadomości mime
4Name: php-pear-%{pearname}
ff141eb4 5Version: 1.10.11
7456f8b3 6Release: 1
c95bca4a 7License: BSD
b00204bf 8Group: Development/Languages/PHP
c95bca4a 9Source0: https://pear.php.net/get/%{pearname}-%{version}.tgz
ff141eb4 10# Source0-md5: a26f4aa0c599f0a5341bab3994d46207
c95bca4a 11URL: https://pear.php.net/package/Mail_Mime/
7a3d72d3 12BuildRequires: php(zlib)
63228ece 13BuildRequires: php-pear-PEAR
7872ec30 14BuildRequires: rpm-php-pearprov >= 4.4.2-11
4379eb44 15BuildRequires: rpmbuild(macros) >= 1.580
c95bca4a 16Requires: php(mbstring)
f685b9b6 17Requires: php(pcre)
7a3d72d3 18Requires: php(zlib)
4c5635f1 19Requires: php-pear
4846aa9e 20Obsoletes: php-pear-Mail_Mime-tests
b00204bf
PG
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25Provides classes to deal with creation and manipulation of mime
26messages:
27- mime.php: Create mime email, with html, attachments, embedded images
28 etc.
29- mimePart.php: Advanced method of creating mime messages.
30- mimeDecode.php - Decodes mime messages to a usable structure.
31- xmail.dtd: An XML DTD to acompany the getXML() method of the
32 decoding class.
33- xmail.xsl: An XSLT stylesheet to transform the output of the
34 getXML() method.
35
32691a7b
JR
36%description -l pl.UTF-8
37Dostarcza klasy do tworzenia oraz manipulowania wiadomościami mime:
38- mime.php: tworzenie emaili mime, z htmlem, załącznikami, obrazkami,
b00204bf 39 etc.
32691a7b
JR
40- mimePart.php: zaawansowane metody tworzenia wiadomości mime.
41- mimeDecode.php: dekoduje wiadomości mime do używalnej struktury.
42- xmail.dtd: XML DTD dla metody getXML() klasy dekodującej.
43- xmail.xsl: styl XSLT do transformowania wyjścia metody getXML().
b00204bf
PG
44
45%prep
90496049 46%pear_package_setup
7f3697b4 47
65d32b41 48%install
49rm -rf $RPM_BUILD_ROOT
50install -d $RPM_BUILD_ROOT%{php_pear_dir}
51%pear_package_install
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
b00204bf
PG
56%files
57%defattr(644,root,root,755)
90496049
ER
58%doc install.log
59%{php_pear_dir}/.registry/*.reg
4f5c3353 60%{php_pear_dir}/Mail/*
This page took 0.083212 seconds and 5 git commands to generate.