• R/O
  • SSH

contrib-spec-files: Commit

日本OpenSolaris Users Group有志による、レポジトリサーバ作成のためのspecファイル群です。


Commit MetaInfo

Revisioncc02e70a87d32f0214be193edcd98bdf4c723874 (tree)
Time2014-01-17 18:52:19
AuthorFumihisa TONAKA <fumi.ftnk@gmai...>
CommiterFumihisa TONAKA

Log Message

SFEphp55-pgsql93: bump to 5.5.8 and build 64bit binary instead of 32bit binary

Change Summary

Incremental Difference

diff -r 647bb494e8a9 -r cc02e70a87d3 specs/SFEphp55-pgsql93.spec
--- a/specs/SFEphp55-pgsql93.spec Thu Jan 16 02:13:30 2014 +0900
+++ b/specs/SFEphp55-pgsql93.spec Fri Jan 17 18:52:19 2014 +0900
@@ -1,5 +1,5 @@
11 #
2-# spec file for package SFEphp52-pgsql90
2+# spec file for package SFEphp55-pgsql93
33 #
44 # This file and all modifications and additions to the pristine
55 # package are under the same license as the package itself.
@@ -9,7 +9,7 @@
99
1010 %define _prefix /usr
1111 %define php_version 5.5
12-%define tarball_version 5.5.7
12+%define tarball_version 5.5.8
1313 %define tarball_name php
1414
1515 Name: SFEphp55-pgsql93
@@ -70,11 +70,11 @@
7070 --prefix=%{_prefix}\
7171 --exec-prefix=%{_prefix}\
7272 --sysconfdir=%{_sysconfdir} \
73- --libdir=%{_libdir} \
73+ --libdir=%{_libdir}/`isainfo -k` \
7474 --bindir=%{_bindir} \
7575 --includedir=%{_includedir} \
7676 --with-php-config=/usr/php/5.5/bin/php-config \
77- --with-pgsql=/usr/postgres/9.3
77+ --with-pgsql=/usr/postgres/9.3/bin/amd64
7878 gmake -j$CPUS
7979 popd
8080
@@ -88,7 +88,7 @@
8888 --bindir=%{_bindir} \
8989 --includedir=%{_includedir} \
9090 --with-php-config=/usr/php/5.5/bin/php-config \
91- --with-pdo-pgsql=/usr/postgres/9.3
91+ --with-pdo-pgsql=/usr/postgres/9.3/bin/amd64
9292 gmake -j$CPUS
9393 popd
9494
@@ -130,5 +130,8 @@
130130 %{_sysconfdir}/php/5.5/conf.d/*
131131
132132 %changelog
133+* Fri Jan 17 2014 Fumihisa TONAKA <fumi.ftnk@gmail.com>
134+- bump to 5.5.8
135+- build 64bit binary instead of 32bit binary
133136 * Thu Jan 16 2014 Fumihisa TONAKA <fumi.ftnk@gmail.com>
134137 - initial commit
Show on old repository browser