This commit is contained in:
parent
7475735e04
commit
167d286999
@ -10,6 +10,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: xerces-j2-bootstrap
|
||||
Url: http://xml.apache.org/xerces2-j/
|
||||
BuildRequires: antlr-bootstrap fastjar java-1_4_2-gcj-compat-devel unzip xml-commons-apis-bootstrap xml-commons-resolver-bootstrap xml-commons-which-bootstrap zip
|
||||
@ -26,7 +27,7 @@ BuildRequires: update-alternatives
|
||||
Summary: Java XML parser
|
||||
Group: Development/Libraries/Java
|
||||
Version: 2.8.1
|
||||
Release: 158
|
||||
Release: 171
|
||||
Requires: xml-commons-which-bootstrap
|
||||
Requires: xml-commons-apis-bootstrap
|
||||
Requires: xml-commons-resolver-bootstrap
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 29 19:14:10 CET 2008 - coolo@suse.de
|
||||
|
||||
- adding prereq for xml-apis and xml-resolver
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 23 12:24:53 CET 2008 - prusnak@suse.cz
|
||||
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: xerces-j2
|
||||
BuildRequires: java2-devel-packages unzip
|
||||
%define name xerces-j2
|
||||
@ -18,7 +19,7 @@ BuildRequires: java2-devel-packages unzip
|
||||
%define release 3jpp
|
||||
%define section free
|
||||
Version: 2.8.1
|
||||
Release: 115
|
||||
Release: 129
|
||||
Summary: Java XML parser
|
||||
License: The Apache Software License
|
||||
Url: http://xml.apache.org/xerces2-j/
|
||||
@ -271,6 +272,7 @@ Summary: Resolver subproject of xml-commons
|
||||
Group: Development/Libraries/Java
|
||||
Requires: jpackage-utils >= 1.5
|
||||
Provides: xml-commons-resolver
|
||||
PreReq: update-alternatives
|
||||
|
||||
%description xml-resolver
|
||||
xml-commons is focussed on common code and guidelines for xml projects.
|
||||
@ -287,6 +289,7 @@ Summary: APIs subproject of xml-commons
|
||||
Group: Development/Libraries/Java
|
||||
Requires: jpackage-utils >= 1.5
|
||||
Provides: xml-commons-apis
|
||||
PreReq: update-alternatives
|
||||
|
||||
%description xml-apis
|
||||
xml-commons is focused on common code and guidelines for xml projects.
|
||||
@ -472,6 +475,8 @@ ln -s %{name}-xni-%{version} %{_javadocdir}/%{name}-xni
|
||||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 29 2008 coolo@suse.de
|
||||
- adding prereq for xml-apis and xml-resolver
|
||||
* Wed Jan 23 2008 prusnak@suse.cz
|
||||
- removed comma between symbols in PreReq
|
||||
* Wed May 02 2007 dbornkessel@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user