rpms/xom/devel xom.spec,1.8,1.9

Peter Lemenkov peter at fedoraproject.org
Thu Mar 11 08:27:08 UTC 2010


Author: peter

Update of /cvs/pkgs/rpms/xom/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv325/devel

Modified Files:
	xom.spec 
Log Message:
Added missing requires jpackage-utils (%%{_javadir} and %%{_javadocdir})


Index: xom.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xom/devel/xom.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- xom.spec	27 Jul 2009 08:20:46 -0000	1.8
+++ xom.spec	11 Mar 2010 08:27:08 -0000	1.9
@@ -36,7 +36,7 @@
 Summary:        XML Pull Parser
 Name:           xom
 Version:        1.0
-Release:        5.5%{?dist}
+Release:        5.6%{?dist}
 Epoch:          0
 License:        LGPLv2
 URL:            http://www.xom.nu
@@ -71,21 +71,23 @@ Requires:  xalan-j2
 Requires:  xerces-j2
 Requires:  icu4j
 Requires:  xml-commons-apis
-BuildArch:      noarch
+Requires:  jpackage-utils
+BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
-XOM is a new XML object model. It is an open source (LGPL), 
-tree-based API for processing XML with Java that strives 
-for correctness, simplicity, and performance, in that order. 
-XOM is designed to be easy to learn and easy to use. It 
-works very straight-forwardly, and has a very shallow 
-learning curve. Assuming you're already familiar with XML, 
+XOM is a new XML object model. It is an open source (LGPL),
+tree-based API for processing XML with Java that strives
+for correctness, simplicity, and performance, in that order.
+XOM is designed to be easy to learn and easy to use. It
+works very straight-forwardly, and has a very shallow
+learning curve. Assuming you're already familiar with XML,
 you should be able to get up and running with XOM very quickly.
 
 %package javadoc
 Summary:        Javadoc for %{name}
 Group:          Documentation
+Requires:       jpackage-utils
 
 %description javadoc
 %{summary}.
@@ -178,6 +180,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}-%{version}/xom-samples.jar
 
 %changelog
+* Thu Mar 11 2010 Peter Lemenkov <lemenkov at gmail.com> - 0:1.0-5.6
+- Added missing Requires: jpackage-utils (%%{_javadir} and %%{_javadocdir})
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0:1.0-5.5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list