*** php5.spec.orig 2011-09-12 16:52:40.000000000 +0300 --- php5.spec 2011-12-24 02:04:42.639963500 +0200 *************** *** 268,273 **** --- 268,277 ---- # Make backup some files to make devel package. %make clean + # Make env vars for php tests + echo "export TEST_PHP_EXECUTABLE=%_bindir/php5">%buildroot/%_sysconfdir/profile.d/php5-test.sh + echo "setenv TEST_PHP_EXECUTABLE %_bindir/php5">%buildroot/%_sysconfdir/profile.d/php5-test.csh + find scripts/apache/ -type f | xargs chmod 644 mkdir -p sapi/apache/apache/ cp -dpR scripts/apache/* sapi/apache/apache/ *************** *** 319,324 **** --- 323,330 ---- %php5_libdir/build %_libdir/libphp-%_php5_version.a %_usrsrc/php5-devel + %_sysconfdir/profile.d/php5-test.sh + %_sysconfdir/profile.d/php5-test.csh %_man1dir/php-config.1* %_man1dir/phpize.1* %doc SELF-CONTAINED-EXTENSIONS php-packaging.readme