diff --git a/xpp3.changes b/xpp3.changes index c08888a..5188c7e 100644 --- a/xpp3.changes +++ b/xpp3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 9 11:06:31 UTC 2013 - tchvatal@suse.com + +- Move from jpackage-utils to javapackage-tools + ------------------------------------------------------------------- Tue May 12 15:33:12 CEST 2009 - mvyskocil@suse.cz diff --git a/xpp3.spec b/xpp3.spec index 22236d9..9ea5252 100644 --- a/xpp3.spec +++ b/xpp3.spec @@ -1,7 +1,7 @@ # -# spec file for package xpp3 (Version 1.1.3.8) +# spec file for package xpp3 # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,21 +19,21 @@ %define section free %define oversion 1.1.3_8 Summary: XML Pull Parser +License: Apache-1.1 +Group: Development/Libraries/Java Name: xpp3 Version: 1.1.3.8 -Release: 3 -License: Apache-1.1 +Release: 0 Url: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html -Group: Development/Libraries/Java Source0: http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{oversion}_src.tar.bz2 -Requires: jpackage-utils >= 1.6 Requires: java >= 1.4.2 -BuildRequires: jpackage-utils >= 1.6 +Requires: javapackages-tools BuildRequires: ant >= 1.6 +BuildRequires: javapackages-tools BuildRequires: junit -BuildRequires: xml-commons-apis BuildRequires: perl +BuildRequires: xml-commons-apis BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -46,7 +46,6 @@ Hotspot in JDK 1.4. %package minimal -License: Apache-1.1 Summary: XML Pull Parser Group: Development/Libraries/Java @@ -59,7 +58,6 @@ Hotspot in JDK 1.4. %package javadoc -License: Apache-1.1 Summary: XML Pull Parser Group: Development/Libraries/Java @@ -116,5 +114,3 @@ rm -rf $RPM_BUILD_ROOT %{_javadocdir}/%{name}-%{version} %changelog -* Tue May 12 2009 mvyskocil@suse.cz -- Initial SUSE packaging of xpp3 1.1.3.8 (from jpp 5.0)