diff --git a/xom.spec b/xom.spec index ee73dcd..2bea5d5 100644 --- a/xom.spec +++ b/xom.spec @@ -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 - 0:1.0-5.6 +- Added missing Requires: jpackage-utils (%%{_javadir} and %%{_javadocdir}) + * Mon Jul 27 2009 Fedora Release Engineering - 0:1.0-5.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild