OBS User unknown 2008-02-29 20:29:11 +00:00 committed by Git OBS Bridge
parent 7475735e04
commit 167d286999
3 changed files with 13 additions and 2 deletions

View File

@ -10,6 +10,7 @@
# norootforbuild # norootforbuild
Name: xerces-j2-bootstrap Name: xerces-j2-bootstrap
Url: http://xml.apache.org/xerces2-j/ 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 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 Summary: Java XML parser
Group: Development/Libraries/Java Group: Development/Libraries/Java
Version: 2.8.1 Version: 2.8.1
Release: 158 Release: 171
Requires: xml-commons-which-bootstrap Requires: xml-commons-which-bootstrap
Requires: xml-commons-apis-bootstrap Requires: xml-commons-apis-bootstrap
Requires: xml-commons-resolver-bootstrap Requires: xml-commons-resolver-bootstrap

View File

@ -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 Wed Jan 23 12:24:53 CET 2008 - prusnak@suse.cz

View File

@ -10,6 +10,7 @@
# norootforbuild # norootforbuild
Name: xerces-j2 Name: xerces-j2
BuildRequires: java2-devel-packages unzip BuildRequires: java2-devel-packages unzip
%define name xerces-j2 %define name xerces-j2
@ -18,7 +19,7 @@ BuildRequires: java2-devel-packages unzip
%define release 3jpp %define release 3jpp
%define section free %define section free
Version: 2.8.1 Version: 2.8.1
Release: 115 Release: 129
Summary: Java XML parser Summary: Java XML parser
License: The Apache Software License License: The Apache Software License
Url: http://xml.apache.org/xerces2-j/ Url: http://xml.apache.org/xerces2-j/
@ -271,6 +272,7 @@ Summary: Resolver subproject of xml-commons
Group: Development/Libraries/Java Group: Development/Libraries/Java
Requires: jpackage-utils >= 1.5 Requires: jpackage-utils >= 1.5
Provides: xml-commons-resolver Provides: xml-commons-resolver
PreReq: update-alternatives
%description xml-resolver %description xml-resolver
xml-commons is focussed on common code and guidelines for xml projects. 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 Group: Development/Libraries/Java
Requires: jpackage-utils >= 1.5 Requires: jpackage-utils >= 1.5
Provides: xml-commons-apis Provides: xml-commons-apis
PreReq: update-alternatives
%description xml-apis %description xml-apis
xml-commons is focused on common code and guidelines for xml projects. 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}/* %{_bindir}/*
%changelog %changelog
* Fri Feb 29 2008 coolo@suse.de
- adding prereq for xml-apis and xml-resolver
* Wed Jan 23 2008 prusnak@suse.cz * Wed Jan 23 2008 prusnak@suse.cz
- removed comma between symbols in PreReq - removed comma between symbols in PreReq
* Wed May 02 2007 dbornkessel@suse.de * Wed May 02 2007 dbornkessel@suse.de