| Name: | php-pecl-xmldiff |
|---|---|
| Version: | 0.9.2 |
| Release: | 4.el7 |
| Architecture: | aarch64 |
| Group: | Development/Languages |
| Size: | 95526 |
| License: | BSD |
| RPM: | php-pecl-xmldiff-0.9.2-4.el7.aarch64.rpm |
| Source RPM: | php-pecl-xmldiff-0.9.2-4.el7.src.rpm |
| Build Date: | Tue Jul 31 2018 |
| Build Host: | ca-buildarm04.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