rpms/jonas/devel jonas.spec,1.73,1.74

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jun 24 09:46:00 UTC 2005


Author: gbenson

Update of /cvs/dist/rpms/jonas/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv22743

Modified Files:
	jonas.spec 
Log Message:
Various fixes to the jarfile repositories


Index: jonas.spec
===================================================================
RCS file: /cvs/dist/rpms/jonas/devel/jonas.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- jonas.spec	23 Jun 2005 15:39:26 -0000	1.73
+++ jonas.spec	24 Jun 2005 09:45:57 -0000	1.74
@@ -162,7 +162,7 @@
 BuildRequires:	carol = 0:1.8.9.3
 #BuildRequires:	perseus-concurrency = 0:1.4
 #BuildRequires:	perseus-dependency = 0:1.4
-#BuildRequires:	howl = 0:0.1.8
+BuildRequires:	howl-logger = 0:0.1.8
 #BuildRequires:	ishmael = 0:0.1.6
 BuildRequires:	jonathan-jeremie = 0:4.2
 BuildRequires:	jonathan-core = 0:4.1
@@ -295,7 +295,7 @@
 # For the bundled Tomcat
 # We currently copy whatever we need from Tomcat libraries at build
 # But we need the packages the links point to to be around
-#Requires:	tomcat5 >= 0:5.0.30
+Requires:  tomcat5 >= 0:5.0.30
 Requires:  jakarta-commons-dbcp
 Requires:  jakarta-commons-el
 Requires:  jakarta-commons-pool
@@ -308,7 +308,7 @@
 Requires:	carol = 0:1.8.9.3
 #Requires:	perseus-concurrency = 0:1.4
 #Requires:	perseus-dependency = 0:1.4
-#Requires:	howl = 0:0.1.8
+Requires:	howl-logger = 0:0.1.8
 #Requires:	ishmael = 0:0.1.6
 Requires:	jonathan-jeremie = 0:4.2
 Requires:	jonathan-core = 0:4.1
@@ -925,9 +925,9 @@
 popd
 
 # FIXME we want 1.2 rc2 with ObjectWeb's patches
-#pushd $RPM_BUILD_ROOT%{libdir}/commons/jonas/axis
-#	find . -name "*.jar" -exec rm -f {} \;
-#popd
+pushd $RPM_BUILD_ROOT%{libdir}/commons/jonas/axis
+	find . -name "*.jar" -exec rm -f {} \;
+popd
 
 # FIXME We need the jacorb package with OW patches applied
 pushd $RPM_BUILD_ROOT%{libdir}/endorsed
@@ -998,7 +998,7 @@
 build-jar-repository $RPM_BUILD_ROOT%{libdir}/commons/jonas/mx4j	mx4j/mx4j
 build-jar-repository $RPM_BUILD_ROOT%{libdir}/commons/jonas/mx4j	mx4j/mx4j-remote
 
-#build-jar-repository $RPM_BUILD_ROOT%{libdir}/commons/jonas	 	howl
+build-jar-repository $RPM_BUILD_ROOT%{libdir}/commons/jonas	 	howl-logger
 build-jar-repository $RPM_BUILD_ROOT%{libdir}/commons/jonas	 	hsqldb
 build-jar-repository $RPM_BUILD_ROOT%{libdir}/commons/jonas	 	jotm
 build-jar-repository $RPM_BUILD_ROOT%{libdir}/commons/jonas	 	p6spy
@@ -1054,7 +1054,7 @@
 #build-jar-repository $RPM_BUILD_ROOT%{libdir}/commons/jonas/speedo	speedo/speedo_client
 
 # FIXME we want 1.2 rc2 with ObjectWeb's patches
-#build-jar-repository $RPM_BUILD_ROOT%{libdir}/commons/jonas/axis 	axis/axis
+build-jar-repository $RPM_BUILD_ROOT%{libdir}/commons/jonas/axis 	axis/axis
 
 build-jar-repository $RPM_BUILD_ROOT%{libdir}/commons/jonas/jakarta-commons	commons-beanutils
 build-jar-repository $RPM_BUILD_ROOT%{libdir}/commons/jonas/jakarta-commons	commons-collections




More information about the fedora-cvs-commits mailing list