View | Details | Raw Unified | Return to bug 32209
Collapse All | Expand All

(-)a/.gear/php5.spec (-2 / +7 lines)
Lines 4-10 Link Here
4
Summary: The PHP5 scripting language
4
Summary: The PHP5 scripting language
5
Name:	 php5
5
Name:	 php5
6
Version: 5.5.24
6
Version: 5.5.24
7
Release: alt0.M70P.1
7
Release: alt0.M70P.1.1
8
8
9
%define php5_name      %name
9
%define php5_name      %name
10
%define _php5_version  %version
10
%define _php5_version  %version
Lines 142-152 Provides: php5-wddx = %php5_version-%php5_release Link Here
142
Provides: php5-xml = %php5_version-%php5_release
142
Provides: php5-xml = %php5_version-%php5_release
143
Provides: php5-xmlreader = %php5_version-%php5_release
143
Provides: php5-xmlreader = %php5_version-%php5_release
144
Provides: php5-xmlwriter = %php5_version-%php5_release
144
Provides: php5-xmlwriter = %php5_version-%php5_release
145
Provides: php5-dom = %php5_version-%php5_release
145
Provides: php5-zlib = %php5_version-%php5_release
146
Provides: php5-zlib = %php5_version-%php5_release
146
Provides: php5-libs = %php5_version-%release
147
Provides: php5-libs = %php5_version-%release
147
148
148
149
149
Obsoletes: php5-simplexml php5-mhash
150
Obsoletes: php5-simplexml php5-mhash
151
Obsoletes: php5-dom
150
152
151
%description libs
153
%description libs
152
The php5-libs package contains parts of PHP5 distribution which are
154
The php5-libs package contains parts of PHP5 distribution which are
Lines 223-229 subst "s,./stamp=$,," build/buildcheck.sh Link Here
223
	--enable-sysvshm \
225
	--enable-sysvshm \
224
	--enable-sysvmsg \
226
	--enable-sysvmsg \
225
	--enable-libxml \
227
	--enable-libxml \
226
	--disable-dom \
228
	--enable-dom \
227
	--disable-opcache \
229
	--disable-opcache \
228
	--enable-simplexml \
230
	--enable-simplexml \
229
	--disable-pdo \
231
	--disable-pdo \
Lines 405-410 subst 's,@php5_release@,%php5_release,' %buildroot/%_sysconfdir/rpm/macros.d Link Here
405
%doc tests run-tests.php 
407
%doc tests run-tests.php 
406
408
407
%changelog
409
%changelog
410
* Tue Jun 21 2016 Yuriy Kashirin <uka@altlinux.ru> 5.5.24-alt0.M70P.1.1
411
- build php5-dom in php5 package
412
408
* Fri May 08 2015 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.5.24-alt0.M70P.1
413
* Fri May 08 2015 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.5.24-alt0.M70P.1
409
- backport to p7
414
- backport to p7
410
415

Return to bug 32209