Changes of Revision 9
[-] | Changed | php5-raphf.spec |
1
2 # norootforbuild 3 %define pkg_name raphf 4 %define php_version %(php-config --version 2>/dev/null) 5 -%if "%{php_version}" >= "5.6" 6 +%if "%{php_version}" >= "5.7" 7 %define my_version 2.0.0 8 %define upstream 1 9 %else 10 |