Changes of Revision 4
[-] | Changed | php-pecl-jsonc.spec |
x 1
2 install -D -m 644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name} 3 %endif 4 5 -# Install the package XML file 6 -install -D -m 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml 7 8 # Test & Documentation 9 set +x 10
11 %{?_licensedir:%license %{proj_name}-%{version}%{?prever}/LICENSE} 12 %{?_licensedir:%license %{proj_name}-%{version}%{?prever}/json-c/COPYING} 13 %doc %{pecl_docdir}/%{pecl_name} 14 -%{pecl_xmldir}/%{name}.xml 15 16 %config(noreplace) %{php_inidir}/%{ini_name} 17 %{php_extdir}/%{ext_name}.so 18 |