Projects
home:rottame:vhosts-ng:php74
php7
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
php7.spec
Changed
@@ -40,6 +40,8 @@ %define psuffix %{nil} %endif +%global php_vhng_branch 7.4 + %define debug_build 0 %define asan_build 0 %global apiver 20190902 @@ -205,7 +207,7 @@ Provides: php-zend-abi = %{zendver} Provides: php(api) = %{apiver} Provides: php(zend-abi) = %{zendver} -Provides: php(vhng) = 7.4 +Provides: php(vhng) = %{php_vhng_branch} # builtin extensions Provides: php = %{version} Provides: php-date = %{version} @@ -264,7 +266,7 @@ Requires: pkgconfig(libpcre2-8) >= 10.30 Requires: pkgconfig(libxml-2.0) >= 2.7.6 Provides: php-devel = %{version} -Provides: php-devel(vhng) = 7.4 +Provides: php-devel(vhng) = %{php_vhng_branch} Obsoletes: php5-devel %description devel @@ -1292,7 +1294,7 @@ ln -s %{_bindir}/php %{buildroot}%{_bindir}/%{php_name} # install the macros file: install -d %{buildroot}%{_rpmconfigdir}/macros.d -sed -e "s/@PHP_APIVER@/%{apiver}/;s/@PHP_ZENDVER@/%{zendver}/" %{SOURCE6} > macros.php +sed -e "s/@PHP_APIVER@/%{apiver}/;s/@PHP_ZENDVER@/%{zendver}/;s/@PHP_VHNG@/%{php_vhng_branch}/" %{SOURCE6} > macros.php install -m 644 -c macros.php %{buildroot}%{_rpmconfigdir}/macros.d/macros.php # install missing SAPI headers for embed install -d %{buildroot}%{_includedir}/%{php_name}/sapi/embed
View file
macros.php
Changed
@@ -7,6 +7,8 @@ %php_core_api @PHP_APIVER@ %php_zend_api @PHP_ZENDVER@ +%php_vhng_branch @PHP_VHNG@ + # Useful php macros (from Christian Wittmer <chris@computersalat.de>) # %__php /usr/bin/php
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.