Projects
home:rottame:vhosts-ng:php70
php7
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 4
View file
php7.spec
Changed
@@ -33,6 +33,8 @@ %bcond_without spell %bcond_without systemd +%global php_vhng_branch 7.0 + %global apiver 20151012 %global zendver 20151012 %define suhosin_version 0.9.38 @@ -195,7 +197,7 @@ Provides: php-zend-abi = %{zendver} Provides: php(api) = %{apiver} Provides: php(zend-abi) = %{zendver} -Provides: php(vhng) = 7.0 +Provides: php(vhng) = %{php_vhng_branch} # builtin extensions Provides: php-date = %{version} @@ -237,8 +239,8 @@ Provides: pecl = %{version} Provides: php-devel = %{version} Provides: php-vhng-devel = %{version} -Provides: pecl(vhng) = 7.0 -Provides: php-devel(vhng) = 7.0 +Provides: pecl(vhng) = %{php_vhng_branch} +Provides: php-devel(vhng) = %{php_vhng_branch} Obsoletes: php5-devel %description devel @@ -256,7 +258,7 @@ Requires: %{name}-zlib = %{version} Requires: php7-pear-Archive_Tar Provides: php-pear = %{version} -Provides: php-pear(vhng) = 7.0 +Provides: php-pear(vhng) = %{php_vhng_branch} Obsoletes: php5-pear %description pear @@ -1433,7 +1435,7 @@ grep -c "\"metadata_dir\";s:${#pd}:\"${pd}\"" %{buildroot}%{php_sysconf}/cli/pear.conf || exit 1 # Install the macros file: install -d %{buildroot}%{_sysconfdir}/rpm -sed -e "s/@PHP_APIVER@/%{apiver}/;s/@PHP_ZENDVER@/%{zendver}/" < $RPM_SOURCE_DIR/macros.php > macros.php +sed -e "s/@PHP_APIVER@/%{apiver}/;s/@PHP_ZENDVER@/%{zendver}/;s/@PHP_VHNG@/%{php_vhng_branch}/" < $RPM_SOURCE_DIR/macros.php > macros.php install -m 644 -c macros.php %{buildroot}%{_sysconfdir}/rpm/macros.php #install fpm init script.
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
.