SPECS: xerces-j.spec - updated to 2.9.0 - don't package xercesSamp...

qboosh qboosh at pld-linux.org
Sun Jan 7 23:52:58 CET 2007


Author: qboosh                       Date: Sun Jan  7 22:52:58 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.9.0
- don't package xercesSamples.jar

---- Files affected:
SPECS:
   xerces-j.spec (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: SPECS/xerces-j.spec
diff -u SPECS/xerces-j.spec:1.29 SPECS/xerces-j.spec:1.30
--- SPECS/xerces-j.spec:1.29	Tue Sep 12 16:17:20 2006
+++ SPECS/xerces-j.spec	Sun Jan  7 23:52:51 2007
@@ -2,20 +2,21 @@
 Summary:	XML parser for Java
 Summary(pl):	Analizator składniowy XML-a napisany w Javie
 Name:		xerces-j
-Version:	2.8.0
+Version:	2.9.0
 Release:	1
 # appears that portions of the code are on other licenses.
 # can it all be called "apache 2.0"?
 License:	Apache v2.0
 Group:		Applications/Publishing/XML/Java
 Source0:	http://www.apache.org/dist/xml/xerces-j/Xerces-J-src.%{version}.tar.gz
-# Source0-md5:	162d481e901a302eb82eb40ebeb8653e
-# Get Xercej-J-tools to avoid Requires: xerces-j
+# Source0-md5:	bd43e57ec7105acc9f13072e0208d445
+# Get Xerces-J-tools to avoid BuildRequires: xerces-j
 Source1:	http://www.apache.org/dist/xml/xerces-j/Xerces-J-tools.%{version}.tar.gz
-# Source1-md5:	4206f318b43654552f16a9040bdfa6b4
+# Source1-md5:	79d48733b0ab41af190f1af7ca89ab3f
 URL:		http://xml.apache.org/xerces-j/
 BuildRequires:	ant >= 1.5
 BuildRequires:	jdk >= 1.1
+BuildRequires:	jpackage-utils
 BuildRequires:	rpmbuild(macros) >= 1.300
 BuildRequires:	xml-commons
 Requires:	jre >= 1.1
@@ -58,15 +59,15 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_javadir}
 
-install build/xerces*.jar $RPM_BUILD_ROOT%{_javadir}
-ln -sf  xercesImpl.jar    $RPM_BUILD_ROOT%{_javadir}/jaxp_parser_impl.jar
+install build/xercesImpl.jar $RPM_BUILD_ROOT%{_javadir}
+ln -sf xercesImpl.jar $RPM_BUILD_ROOT%{_javadir}/jaxp_parser_impl.jar
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ISSUES NOTICE README Readme.html STATUS TODO
+%doc LICENSE* NOTICE* README Readme.html
 %{_javadir}/*.jar
 
 %files doc
@@ -79,6 +80,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30  2007/01/07 22:52:51  qboosh
+- updated to 2.9.0
+- don't package xercesSamples.jar
+
 Revision 1.29  2006/09/12 14:17:20  glen
 - unify %ant macro
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xerces-j.spec?r1=1.29&r2=1.30&f=u



More information about the pld-cvs-commit mailing list