Browse Source

updated php extentions.

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8141 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 10 years ago
parent
commit
7c095ed0af

+ 11 - 1
p/php-ext-clearsilver/php-ext-clearsilver-vl.spec

@@ -2,7 +2,7 @@ Summary: ClearSilver extension for PHP
 Summary(ja): PHP用ClearSilverモジュール
 Name: php-ext-clearsilver
 Version: 0.4
-Release: 4%{_dist_release}
+Release: 5%{_dist_release}
 URL: http://www.geodata.soton.ac.uk/software/php_clearsilver/
 Source: php-clearsilver-%{version}.tar.gz
 Patch0: php-clearsilver-0.4-php5.5.0.patch
@@ -11,7 +11,14 @@ Group: Development/Languages
 BuildRequires: clearsilver, php5-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Provides: php5-ext-clearsilver
+
+%if "%{?req_php_api}" != ""
 Requires: %{req_php_api}
+%endif
+
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: tomop
 
 %description
 This module adds ClearSilver functions to PHP.
@@ -54,6 +61,9 @@ rm -rf %{buildroot}
 %{_sysconfdir}/php5/php.d/*
 
 %changelog
+* Thu Jan 09 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.4-5
+- rebuilt with current environment.
+
 * Tue Jun 25 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.4-4
 - added a patch for PHP 5.5.0.
 

+ 6 - 1
p/php-ext-memcache/php-ext-memcache-vl.spec

@@ -2,7 +2,7 @@ Summary: memcache extension for PHP
 Summary(ja): PHP用memcache拡張
 Name: php-ext-memcache
 Version: 3.0.8
-Release: 1%{_dist_release}
+Release: 2%{_dist_release}
 Source: memcache-%{version}.tgz
 ##Patch0: memcache-2.2.6-session_strict.patch
 License: The PHP License
@@ -10,7 +10,9 @@ Group: Development/Languages
 BuildRequires: php5-devel
 BuildRequires: zlib-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
+%if "%{?req_php_api}" != ""
 Requires: %{req_php_api}
+%endif
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -62,6 +64,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/php5/php.d/*
 
 %changelog
+* Thu Jan 09 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.8-2
+- rebuilt with current environment.
+
 * Thu Oct 03 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.8-1
 - new upstream release.
 

+ 12 - 1
p/php-ext-mysqlnd_ms/php-ext-mysqlnd_ms-vl.spec

@@ -2,15 +2,23 @@ Summary: The mysqlnd replication and load balancing plugin
 Summary(ja): mysqlnd レプリケーション・ロードバランスプラグイン
 Name: php-ext-mysqlnd_ms
 Version: 1.6.0
-Release: 1%{_dist_release}
+Release: 2%{_dist_release}
 URL: http://pecl.php.net/package/mysqlnd_ms
 Source: mysqlnd_ms-%{version}.tgz
 License: The PHP License
 Group: Development/Languages
 BuildRequires: php5-devel
+BuildRequires: libxml2-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Requires: php5-mysql
+
+%if "%{?req_php_api}" != ""
 Requires: %{req_php_api}
+%endif
+
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: tomop
 
 %description
  The mysqlnd replication and load balancing plugin (mysqlnd_ms) adds
@@ -54,6 +62,9 @@ rm -rf %{buildroot}
 %{_sysconfdir}/php5/php.d/*
 
 %changelog
+* Thu Jan 09 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.6.0-2
+- rebuilt with current environment.
+
 * Thu Oct 03 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.6.0-1
 - new upstream release.
 

+ 8 - 1
p/php-ext-mysqlnd_qc/php-ext-mysqlnd_qc-vl.spec

@@ -2,7 +2,7 @@ Summary: A query cache plugin for mysqlnd
 Summary(ja): mysqlnd クエリキャッシュプラグイン
 Name: php-ext-mysqlnd_qc
 Version: 1.2.0
-Release: 1%{_dist_release}
+Release: 2%{_dist_release}
 URL: http://pecl.php.net/package/mysqlnd_qc
 Source: mysqlnd_qc-%{version}.tgz
 License: The PHP License
@@ -15,6 +15,10 @@ Requires: php5-mysql
 Requires: %{req_php_api}
 %endif
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: tomop
+
 %description
  The mysqlnd query result cache plugin is a mysqlnd plugin. It adds basic
 client side result set caching to all PHP MySQL extensions (ext/mysql,
@@ -59,6 +63,9 @@ rm -rf %{buildroot}
 %{_sysconfdir}/php5/php.d/*
 
 %changelog
+* Thu Jan 09 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.0-2
+- rebuilt with current environment.
+
 * Thu Oct 03 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.0-1
 - new upstream release.
 

+ 11 - 1
p/php-ext-zip/php-ext-zip-vl.spec

@@ -1,14 +1,21 @@
 Summary: A zip management extension for PHP
 Summary(ja): PHP用zip拡張
 Name: php-ext-zip
-Version: 1.12.1
+Version: 1.12.3
 Release: 1%{_dist_release}
 Source: zip-%{version}.tgz
 License: The PHP License
 Group: Development/Languages
 BuildRequires: php5-devel zlib-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
+
+%if "%{?req_php_api}" != ""
 Requires: %{req_php_api}
+%endif
+
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: tomop
 
 %description
 Zip is an extension to create, modify and read zip files.
@@ -49,6 +56,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/php5/php.d/*
 
 %changelog
+* Thu Jan 09 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.12.3-1
+- new upstream release.
+
 * Tue Jun 25 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.12.1-1
 - new upstream release.