rpms/php-phpunit-phploc/devel php-phpunit-phploc.spec,1.5,1.6

Christof Damian cdamian at fedoraproject.org
Thu Jan 14 18:44:56 UTC 2010


Author: cdamian

Update of /cvs/pkgs/rpms/php-phpunit-phploc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27072

Modified Files:
	php-phpunit-phploc.spec 
Log Message:
added php require and removed pear version hack


Index: php-phpunit-phploc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-phpunit-phploc/devel/php-phpunit-phploc.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- php-phpunit-phploc.spec	14 Jan 2010 18:28:19 -0000	1.5
+++ php-phpunit-phploc.spec	14 Jan 2010 18:44:56 -0000	1.6
@@ -4,7 +4,7 @@
 
 Name:           php-phpunit-phploc
 Version:        1.5.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A tool for quickly measuring the size of a PHP project
 
 Group:          Development/Libraries
@@ -14,8 +14,9 @@ Source0:        http://pear.phpunit.de/g
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  php-pear >= 1:1.4.9-1.2
+BuildRequires:  php-pear >= 1:1.7.2
 BuildRequires:  php-channel(%{channel})
+Requires:       php-common >= 5.2.0
 Requires:       php-channel(%{channel})
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
@@ -38,7 +39,6 @@ need to get a quick understanding of a p
 [ -f package2.xml ] || mv package.xml package2.xml
 %{__mv} package2.xml %{pear_name}-%{version}/%{name}.xml
 cd %{pear_name}-%{version}
-%{__sed} -i -e "s@<min>1.8.1</min>@<min>1.7.2</min>@" %{name}.xml
 
 %build
 cd %{pear_name}-%{version}
@@ -82,6 +82,10 @@ fi
 
 
 %changelog
+* Thu Jan 14 2010 Christof Damian <christof at damian.net> - 1.5.0-2
+- add php 5.2.0 dependency
+- remove hack to lower pear requirement
+
 * Sun Jan  3 2010 Christof Damian <christof at damian.net> - 1.5.0-1
 - upstream 1.5.0
 



More information about the scm-commits mailing list