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