1
0
OBS User unknown 2007-05-08 18:05:37 +00:00 committed by Git OBS Bridge
parent bee1212b15
commit 35bdf52a26
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 8 17:01:16 CEST 2007 - dbornkessel@suse.de
- use mx4j instead of jmx
-------------------------------------------------------------------
Mon Mar 19 15:16:07 CET 2007 - dbornkessel@suse.de

View File

@ -12,7 +12,7 @@
# icecream 0
Name: jakarta-commons-modeler
BuildRequires: ant jakarta-commons-digester java2-devel-packages jmx junit xalan-j2 xml-commons-apis
BuildRequires: ant jakarta-commons-digester java2-devel-packages junit mx4j xalan-j2 xml-commons-apis
%define base_name modeler
%define short_name commons-%{base_name}
%define name jakarta-%{short_name}
@ -20,7 +20,7 @@ BuildRequires: ant jakarta-commons-digester java2-devel-packages jmx junit xala
%define release 4jpp
%define section free
Version: 2.0
Release: 1
Release: 21
Summary: Jakarta Commons Modeler Package
License: The Apache Software License
Group: Development/Libraries/Java
@ -31,7 +31,7 @@ URL: http://jakarta.apache.org/commons/modeler/
Requires: jaxp_parser_impl
Requires: xml-commons-apis
Requires: jaxp_transform_impl
Requires: jmxri
Requires: mx4j
Requires: jakarta-commons-beanutils >= 0:1.3
Requires: jakarta-commons-collections >= 0:2.0
Requires: jakarta-commons-digester >= 0:1.2
@ -72,7 +72,7 @@ Modeler Package.
find . -name "*.jar" -exec rm -f {} \;
%build
export CLASSPATH=$(build-classpath xml-commons-apis jaxp_parser_impl jaxp_transform_impl jmxri junit commons-beanutils commons-collections commons-digester commons-logging)
export CLASSPATH=$(build-classpath xml-commons-apis jaxp_parser_impl jaxp_transform_impl mx4j/mx4j-jmx junit commons-beanutils commons-collections commons-digester commons-logging)
%ant dist
@ -117,6 +117,8 @@ fi
%ghost %dir %{_javadocdir}/%{name}
%changelog
* Tue May 08 2007 - dbornkessel@suse.de
- use mx4j instead of jmx
* Mon Mar 19 2007 - dbornkessel@suse.de
- update to version 2.0 ... needed for newest tomcat55
BUG REPORTS ADDRESSED: