| Name: | php-pecl-xmldiff |
|---|---|
| Version: | 0.9.2 |
| Release: | 4.el7 |
| Architecture: | x86_64 |
| Group: | Development/Languages |
| Size: | 58654 |
| License: | BSD |
| RPM: | php-pecl-xmldiff-0.9.2-4.el7.x86_64.rpm |
| Source RPM: | php-pecl-xmldiff-0.9.2-4.el7.src.rpm |
| Build Date: | Sat Nov 04 2017 |
| Build Host: | x86-ol7-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://pecl.php.net/package/xmldiff |
| Summary: | Pecl package for XML diff and merge |
| Description: | The extension is able to produce diffs of two XML documents and then to apply the difference to the source document. The diff is a XML document containing copy/insert/delete instruction nodes in human readable format. DOMDocument objects, local files and strings in memory can be processed. |
- Own %{pecl_docdir}/%peclName dir.
- Surround filter provides by condition %if 0%{?fedora} < 20 && 0%{?rhel} < 7
- Fix %doc installation issue.
- Changes by Fedora review bz#1094864 from Remi Collet comments.
- Remove define php_apiver, php_extdir.
- Tun upstream tests in %check.
- Requires php-dom%{_isa} and php-libxml%{?_isa} instead of php-xml.
- Install docs into %pecl_docdir.
- Prefix ini file with numeric value in rawhide.
- Drop protect %{pecl_uninstall} present.
- Initial spec