Projects
home:rottame:vhosts-ng:php81
php8
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
php8.spec
Changed
@@ -40,6 +40,8 @@ %define psuffix %{nil} %endif +%global php_vhng_branch 8.1 + %define debug_build 0 %define asan_build 0 %global apiver 20210902 @@ -190,7 +192,7 @@ Provides: php-zend-abi = %{zendver} Provides: php(api) = %{apiver} Provides: php(zend-abi) = %{zendver} -Provides: php(vhng) = 8.1 +Provides: php(vhng) = %{php_vhng_branch} # builtin extensions Provides: php-date = %{version} Provides: php-filter = %{version} @@ -252,7 +254,7 @@ Requires: pkgconfig(libpcre2-8) >= 10.30 Requires: pkgconfig(libxml-2.0) >= 2.9.0 Provides: php-devel = %{version} -Provides: php-devel(vhng) = 8.1 +Provides: php-devel(vhng) = %{php_vhng_branch} Conflicts: php-devel < %{version} %description devel @@ -1291,7 +1293,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
.