Changes of Revision 2
[-] | Changed | php5-raphf.spec |
x 1
2 # norootforbuild 3 %define pkg_name raphf 4 %define php_version %(php-config --version 2>/dev/null) 5 -%if "%{php_version}" >= "5.7" 6 +%if %{pkg_version} >= 5.6 7 %define my_version 2.0.0 8 %define upstream 1 9 %else 10
11 %dir %{_includedir}/php7/ext 12 %dir %{_includedir}/php7/ext/raphf 13 %{_includedir}/php7/ext/raphf/php_raphf.h 14 -%{_includedir}/php7/ext/raphf/php_raphf_api.h 15 16 %changelog -n php7-raphf 17 |