rpms/pmd/devel pmd.spec,1.10,1.11

Jerry James jjames at fedoraproject.org
Fri Nov 20 17:06:26 UTC 2009


Author: jjames

Update of /cvs/pkgs/rpms/pmd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12086/devel

Modified Files:
	pmd.spec 
Log Message:
Need to change junit versions in one more place.



Index: pmd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pmd/devel/pmd.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- pmd.spec	20 Nov 2009 16:57:05 -0000	1.10
+++ pmd.spec	20 Nov 2009 17:06:26 -0000	1.11
@@ -48,7 +48,7 @@ BuildRequires:  jpackage-utils >= 0:1.6
 BuildRequires:  java-devel
 BuildRequires:  ant >= 0:1.6
 BuildRequires:  ant-junit
-BuildRequires:  junit4 >= 0:4.5
+BuildRequires:  junit4 = 0:4.6
 BuildRequires:  jaxen >= 0:1.1.1
 BuildRequires:  objectweb-asm >= 0:3.1
 BuildRequires:  xml-commons-apis >= 1.3.02
@@ -100,7 +100,7 @@ find . -name "*.jar" -exec rm -f {} \;
 rm -f etc/fr_docs/copy_up.sh
 
 %build
-ant -Djunit.version=4.5 jar
+ant -Djunit.version=4.6 jar
 ant -f bin/build.xml -Ddir.lib=%{_javadir} javadoc
 
 %install




More information about the fedora-extras-commits mailing list