SPECS: php-pear-Image_Transform.spec - kill compat functions at th...
glen
glen at pld-linux.org
Thu Oct 6 19:53:44 CEST 2005
Author: glen Date: Thu Oct 6 17:53:44 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- kill compat functions at the price of increasing php version requirement to 4.3.0
---- Files affected:
SPECS:
php-pear-Image_Transform.spec (1.18 -> 1.19)
---- Diffs:
================================================================
Index: SPECS/php-pear-Image_Transform.spec
diff -u SPECS/php-pear-Image_Transform.spec:1.18 SPECS/php-pear-Image_Transform.spec:1.19
--- SPECS/php-pear-Image_Transform.spec:1.18 Thu Oct 6 19:44:55 2005
+++ SPECS/php-pear-Image_Transform.spec Thu Oct 6 19:53:39 2005
@@ -17,6 +17,7 @@
Patch0: %{name}-IM-patches.patch
URL: http://pear.php.net/package/Image_Transform/
BuildRequires: rpm-php-pearprov >= 4.4.2-12
+Requires: php-common >= 3:4.3.0
Requires: php-pear
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -58,6 +59,11 @@
cd ./%{php_pear_dir}/%{_class}/%{_subclass}
%patch0 -p2
+# kill compat functions and up php version requirement to 4.3.0
+# besides, these files are not referenced from this package
+cd Driver
+rm -f image_type_to_mime_type.php IMAGETYPE.php
+
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{php_pear_dir}
@@ -79,6 +85,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.19 2005/10/06 17:53:39 glen
+- kill compat functions at the price of increasing php version requirement to 4.3.0
+
Revision 1.18 2005/10/06 17:44:55 glen
- updated to 0.9.0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php-pear-Image_Transform.spec?r1=1.18&r2=1.19&f=u
More information about the pld-cvs-commit
mailing list