Index: trunk/tools/ts-specs/TSphp.spec |
— | — | @@ -5,6 +5,7 @@ |
6 | 6 | Name: TSphp |
7 | 7 | Summary: PHP web scripting language |
8 | 8 | Version: 5.2.6 |
| 9 | +Release: 2 |
9 | 10 | Source: http://uk.php.net/distributions/php-%{version}.tar.bz2 |
10 | 11 | |
11 | 12 | SUNW_BaseDir: /opt/php |
— | — | @@ -48,8 +49,14 @@ |
49 | 50 | --with-config-file-path=/etc/opt/php \ |
50 | 51 | --with-mysql=/opt/mysql \ |
51 | 52 | --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 |
53 | 59 | |
| 60 | + |
54 | 61 | gmake -j$CPUS |
55 | 62 | |
56 | 63 | %install |
— | — | @@ -82,6 +89,8 @@ |
83 | 90 | /etc/opt/php/pear.conf |
84 | 91 | |
85 | 92 | %changelog |
| 93 | +* Thu Oct 2 2008 - river@wikimedia.org |
| 94 | +- add build options: --with-zlib --with-bz2 --enable-exif --enable-ftp --with-mysqli |
86 | 95 | * Sun Jul 6 2008 - river@wikimedia.org |
87 | 96 | - build with external pcre |
88 | 97 | * Sat Jun 21 2008 - river@wikimedia.org |
Index: trunk/tools/ts-specs/include/prod.inc |
— | — | @@ -8,15 +8,15 @@ |
9 | 9 | |
10 | 10 | %define default_pkg_version 2.18.0 |
11 | 11 | %define jds_version JDSosol |
12 | | -%define default_category SFE,application |
| 12 | +%define default_category TS,application |
13 | 13 | %define support_level unsupported |
14 | 14 | |
15 | 15 | # use --with-tjds to build the JDS Trusted Extensions |
16 | 16 | # default: no tjds |
17 | 17 | %define build_tjds %{?_with_tjds:1}%{?!_with_tjds:0} |
18 | 18 | |
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 |
21 | 21 | %{?sf_mirror:#}%define sf_mirror easynews.dl.sourceforge.net |
22 | 22 | |
23 | 23 | %{?sf_download:#}%define sf_download http://downloads.sourceforge.net |