rpms/php-pear-PHPUnit/F-9 php-pear-PHPUnit.spec, 1.11, 1.12 sources, 1.9, 1.10

Remi Collet remi at fedoraproject.org
Sun May 3 16:51:38 UTC 2009


Author: remi

Update of /cvs/extras/rpms/php-pear-PHPUnit/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16723

Modified Files:
	php-pear-PHPUnit.spec sources 
Log Message:
update to 3.3.16


Index: php-pear-PHPUnit.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pear-PHPUnit/F-9/php-pear-PHPUnit.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- php-pear-PHPUnit.spec	9 Oct 2008 16:26:57 -0000	1.11
+++ php-pear-PHPUnit.spec	3 May 2009 16:51:07 -0000	1.12
@@ -1,9 +1,9 @@
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
-%define pear_name PHPUnit
-%define channel pear.phpunit.de
+%global pear_name PHPUnit
+%global channel pear.phpunit.de
 
 Name:           php-pear-PHPUnit
-Version:        3.2.21
+Version:        3.3.16
 Release:        1%{?dist}
 Summary:        Regression testing framework for unit tests
 
@@ -14,22 +14,22 @@ 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-channel-phpunit
-Requires:       php >= 5.1.4 php-pear(PEAR) >= 1.5.0
-Requires:       php-channel-phpunit php-xml
-
-Requires(hint): php-pear(Image_GraphViz) >= 1.2.1
-Requires(hint): php-pear(Log)
-#Requires(hint): php-pear(Testing_Selenium) >= 0.2.0
-Requires(hint): php-json
-Requires(hint): php-pecl(Xdebug) >= 2.0.0
+BuildRequires:  php-pear(PEAR) >= 1.7.1
+BuildRequires:  php-channel(pear.phpunit.de)
+
+Requires:       php-common >= 5.1.4 php-xml
+Requires:       php-pear(PEAR) >= 1.7.1
+Requires:       php-channel(pear.phpunit.de) 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 
+# Optionnal dependencies
+Requires:       php-pear(Image_GraphViz) >= 1.2.1
+Requires:       php-pear(Log)
+Requires:       php-json php-pdo
+Requires:       php-pecl(Xdebug) >= 2.0.0
+
 Provides:       php-pear(%{channel}/%{pear_name}) = %{version}
-Obsoletes:      php-pear(%{pear_name}2) < 3.0.0
-Provides:       php-pear(%{pear_name}2) = %{version}
 
 %description
 PHPUnit is a family of PEAR packages that supports the development of
@@ -41,8 +41,8 @@ for the creation, execution and analysis
 
 %prep
 %setup -qc
-[ -f package2.xml ] || mv package.xml package2.xml
-mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml
+# package.xml is V2
+mv package.xml %{pear_name}-%{version}/%{name}.xml
 cd %{pear_name}-%{version}
 
 
@@ -56,7 +56,7 @@ cd %{pear_name}-%{version}
 rm -rf $RPM_BUILD_ROOT docdir
 
 # Install Package
-%{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{pear_name}.xml
+%{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{name}.xml
 
 # Move documentation
 mkdir -p docdir
@@ -67,7 +67,7 @@ rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??
 
 # Install XML package description
 install -d $RPM_BUILD_ROOT%{pear_xmldir}
-install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir}
+install -pm 644 %{name}.xml $RPM_BUILD_ROOT%{pear_xmldir}
 
 
 %clean
@@ -82,7 +82,7 @@ if [ $1 -gt  1 ] ; then
 fi
 
 %{__pear} install --nodeps --soft --force --register-only \
-    %{pear_xmldir}/%{pear_name}.xml >/dev/null || :
+    %{pear_xmldir}/%{name}.xml >/dev/null || :
 
 %postun
 if [ $1 -eq 0 ] ; then
@@ -94,13 +94,31 @@ fi
 %files
 %defattr(-,root,root,-)
 %doc %{pear_name}-%{version}/docdir/%{pear_name}/%{pear_name}/*
-%{pear_xmldir}/%{pear_name}.xml
+%{pear_xmldir}/%{name}.xml
 %{pear_testdir}/%{pear_name}
 %{pear_phpdir}/%{pear_name}
 %{_bindir}/phpunit
 
 
 %changelog
+* Sat May 02 2009 Remi Collet <Fedora at famillecollet.com> - 3.3.16-1
+- Upstream sync
+- Fix requires (remove hint) and raise PEAR version to 1.7.1
+- rename %%{pear_name}.xml to %%{name}.xml
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.3.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Nov  8 2008 Christopher Stone <chris.stone at gmail.com> 3.3.4-1
+- Upstream sync
+
+* Thu Oct 23 2008 Christopher Stone <chris.stone at gmail.com> 3.3.2-1
+- Upstream sync
+- Remove no longer needed Obsolete/Provides
+
+* Thu Oct 09 2008 Christopher Stone <chris.stone at gmail.com> 3.3.1-1
+- Upstream sync
+
 * Thu Oct 09 2008 Christopher Stone <chris.stone at gmail.com> 3.2.21-1
 - Upstream sync
 - Add php-xml to Requires (bz #464758)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-pear-PHPUnit/F-9/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	9 Oct 2008 16:23:53 -0000	1.9
+++ sources	3 May 2009 16:51:07 -0000	1.10
@@ -1 +1 @@
-183b09907e341006e549476efaa18442  PHPUnit-3.2.21.tgz
+1bafa52c00d773c84931d43e37532729  PHPUnit-3.3.16.tgz




More information about the fedora-extras-commits mailing list