r41528 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41527‎ | r41528 | r41529 >
Date:02:53, 2 October 2008
Author:river
Status:old
Tags:
Comment:
TSphp: add build options --with-zlib --with-bz2 --enable-exif --enable-ftp --with-mysqli
include/prod.inc: change SFE category to TS
Modified paths:
  • /trunk/tools/ts-specs/TSphp.spec (modified) (history)
  • /trunk/tools/ts-specs/include/prod.inc (modified) (history)

Diff [purge]

Index: trunk/tools/ts-specs/TSphp.spec
@@ -5,6 +5,7 @@
66 Name: TSphp
77 Summary: PHP web scripting language
88 Version: 5.2.6
 9+Release: 2
910 Source: http://uk.php.net/distributions/php-%{version}.tar.bz2
1011
1112 SUNW_BaseDir: /opt/php
@@ -48,8 +49,14 @@
4950 --with-config-file-path=/etc/opt/php \
5051 --with-mysql=/opt/mysql \
5152 --disable-path-info-check \
52 - --with-pcre-regex=/opt/ts
 53+ --with-pcre-regex=/opt/ts \
 54+ --with-zlib \
 55+ --with-bz2 \
 56+ --enable-exif \
 57+ --enable-ftp \
 58+ --with-mysqli=/opt/mysql/bin/mysql_config
5359
 60+
5461 gmake -j$CPUS
5562
5663 %install
@@ -82,6 +89,8 @@
8390 /etc/opt/php/pear.conf
8491
8592 %changelog
 93+* Thu Oct 2 2008 - river@wikimedia.org
 94+- add build options: --with-zlib --with-bz2 --enable-exif --enable-ftp --with-mysqli
8695 * Sun Jul 6 2008 - river@wikimedia.org
8796 - build with external pcre
8897 * Sat Jun 21 2008 - river@wikimedia.org
Index: trunk/tools/ts-specs/include/prod.inc
@@ -8,15 +8,15 @@
99
1010 %define default_pkg_version 2.18.0
1111 %define jds_version JDSosol
12 -%define default_category SFE,application
 12+%define default_category TS,application
1313 %define support_level unsupported
1414
1515 # use --with-tjds to build the JDS Trusted Extensions
1616 # default: no tjds
1717 %define build_tjds %{?_with_tjds:1}%{?!_with_tjds:0}
1818
19 -Vendor: http://pkgbuild.sf.net/spec-files-extra
20 -%define pkg_prefix SFE
 19+Vendor: River Tarnell <river@wikimedia.org>
 20+%define pkg_prefix TS
2121 %{?sf_mirror:#}%define sf_mirror easynews.dl.sourceforge.net
2222
2323 %{?sf_download:#}%define sf_download http://downloads.sourceforge.net

Status & tagging log