rpms/bsf/devel bsf.spec,1.25,1.26

Stanislav Ochotnicky sochotni at fedoraproject.org
Mon Jun 7 15:55:46 UTC 2010


Author: sochotni

Update of /cvs/pkgs/rpms/bsf/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10010

Modified Files:
	bsf.spec 
Log Message:
Fix BR after jakarta-commons rename




Index: bsf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bsf/devel/bsf.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- bsf.spec	7 Apr 2010 09:55:18 -0000	1.25
+++ bsf.spec	7 Jun 2010 15:55:46 -0000	1.26
@@ -30,7 +30,7 @@
 
 Name:           bsf
 Version:        2.4.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Epoch:          0
 Summary:        Bean Scripting Framework
 License:        ASL 2.0
@@ -46,8 +46,8 @@ BuildRequires:  servlet6
 BuildRequires:  tomcat6-jsp-2.1-api
 BuildRequires:  xalan-j2
 BuildRequires:  jython
-BuildRequires:  jakarta-commons-logging
-Requires:		jakarta-commons-logging
+BuildRequires:  apache-commons-logging
+Requires:	apache-commons-logging
 Requires:       servlet6
 Requires:       xalan-j2
 Requires:       tomcat6-jsp-2.1-api
@@ -99,7 +99,7 @@ find . -name "*.jar" -exec %{__rm} -f {}
 
 %build
 [ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java 
-export CLASSPATH=$(build-classpath jakarta-commons-logging jython xalan-j2 servlet jsp)
+export CLASSPATH=$(build-classpath apache-commons-logging jython xalan-j2 servlet jsp)
 ant jar 
 %{__rm} -rf bsf/src/org/apache/bsf/engines/java
 ant javadocs
@@ -133,6 +133,9 @@ ln -s %{name}-%{version} %{buildroot}%{_
 %{_javadocdir}/%{name}
 
 %changelog
+* Mon Jun  7 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0:2.4.0-6
+- Fix BR after jakarta-commons rename
+
 * Wed Apr 7 2010 Alexander Kurtakov <akurtako at redhat.com> 0:2.4.0-5
 - Drop gcj support.
 - Build against servlet and jsp apis from tomcat6.



More information about the scm-commits mailing list