rpms/php-pear-Net-URL-Mapper/EL-5 php-pear-Net-URL-Mapper.spec, 1.1, 1.2

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Mon Feb 18 21:07:56 UTC 2008


Author: xulchris

Update of /cvs/extras/rpms/php-pear-Net-URL-Mapper/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29056

Modified Files:
	php-pear-Net-URL-Mapper.spec 
Log Message:
do not BR PHPUnit on EL-5, %check is unsed in mock anyway


Index: php-pear-Net-URL-Mapper.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pear-Net-URL-Mapper/EL-5/php-pear-Net-URL-Mapper.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-pear-Net-URL-Mapper.spec	11 Feb 2008 20:29:10 -0000	1.1
+++ php-pear-Net-URL-Mapper.spec	18 Feb 2008 21:07:02 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name:           php-pear-Net-URL-Mapper
 Version:        0.9.0
-Release:        2%{?dist}
+Release:        2%{?dist}.1
 Summary:        Simple and flexible way to build nice URLs for web applications
 
 Group:          Development/Languages
@@ -16,7 +16,8 @@
 
 BuildArch:      noarch
 BuildRequires:  php-pear >= 1:1.4.9-1.2
-BuildRequires:  php-pear-PHPUnit
+# EL-5 does not have PHPUnit
+#BuildRequires:  php-pear-PHPUnit
 Requires:       php-pear(PEAR)
 Requires:       php-pear(Net_URL) >= 1.0.14
 Requires(post): %{__pear}
@@ -90,6 +91,9 @@
 
 
 %changelog
+* Mon Feb 18 2008 Christopher Stone <chris.stone at gmail.com> 0.9.0-2.1
+- Remove BR of PHPUnit on EL-5, %%check is not used anyway
+
 * Sat Feb  9 2008 Christopher Stone <chris.stone at gmail.com> 0.9.0-2
 - Add test file patch (bz #431955)
 




More information about the fedora-extras-commits mailing list