diff --git a/.cvsignore b/.cvsignore index e69de29..69a81d3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +xmlunit1.0.zip diff --git a/sources b/sources index e69de29..e5d5624 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +4f03206acc9ed18bc6cc23fd38b4fc82 xmlunit1.0.zip diff --git a/xmlunit-build_xml.patch b/xmlunit-build_xml.patch new file mode 100644 index 0000000..d893c1b --- /dev/null +++ b/xmlunit-build_xml.patch @@ -0,0 +1,20 @@ +--- build.xml.orig 2007-03-12 21:31:05.000000000 -0400 ++++ build.xml 2007-03-12 21:31:54.000000000 -0400 +@@ -25,7 +25,7 @@ + + + +- ++ + + + +@@ -78,7 +78,7 @@ + + + + = 0:1.6 +BuildRequires: ant >= 0:1.6 +BuildRequires: ant-junit >= 0:1.6 +BuildRequires: ant-nodeps >= 0:1.6 +BuildRequires: junit >= 0:3.8 +BuildRequires: xalan-j2 +BuildRequires: xerces-j2 +BuildRequires: xml-commons-apis +Requires: junit >= 0:3.8 +Requires: xalan-j2 +Requires: xml-commons-apis +Requires: jaxp_parser_impl +Group: Development/Testing +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%description +XMLUnit extends JUnit to simplify unit testing of XML. It compares a control +XML document to a test document or the result of a transformation, validates +documents against a DTD, and (from v0.5) compares the results of XPath +expressions. + +%package javadoc +Summary: Javadoc for %{name} +Group: Development/Documentation + +%description javadoc +Javadoc for %{name} + +%prep +%setup -q -n %{name} +# remove all binary libs and javadocs +find . -name "*.jar" -exec rm -f {} \; +rm -rf doc + +cat >build.properties < - 0:1.0-4jpp.1 +- Add missing BR, patch to build javadoc, and other rpmlint issues + +* Mon May 08 2006 Ralph Apel - 0:1.0-4jpp +- First JPP-1.7 release + +* Thu Aug 26 2004 Ralph Apel - 0:1.0-3jpp +- Build with ant-1.6.2 + +* Wed Dec 17 2003 Paul Nasrat - 0:1.0-2jpp +- Fix license and improved description +- Thanks to Ralph Apel who produced a spec - merged version info + +* Wed Dec 17 2003 Paul Nasrat - 0:1.0-1jpp +- Initial Version