diff --git a/jaxen-bootstrap.changes b/jaxen-bootstrap.changes index 2222c60..bd7778d 100644 --- a/jaxen-bootstrap.changes +++ b/jaxen-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 9 11:05:56 UTC 2013 - tchvatal@suse.com + +- Move from jpackage-utils to javapackage-tools + ------------------------------------------------------------------- Wed May 20 14:12:03 CEST 2009 - mvyskocil@suse.cz diff --git a/jaxen-bootstrap.spec b/jaxen-bootstrap.spec index b95cfff..3f2e3b2 100644 --- a/jaxen-bootstrap.spec +++ b/jaxen-bootstrap.spec @@ -1,7 +1,7 @@ # -# spec file for package jaxen-bootstrap (Version 1.1) +# spec file for package jaxen-bootstrap # -# 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 @@ -23,11 +23,11 @@ Name: jaxen-bootstrap Version: 1.1 -Release: 3 +Release: 0 Summary: A convenience package for build of dom4j License: Apache-2.0 -Url: http://jaxen.codehaus.org/ Group: Development/Libraries/Java +Url: http://jaxen.codehaus.org/ Source0: http://dist.codehaus.org/jaxen/distributions/jaxen-1.1-src.tar.bz2 Source1: pom-maven2jpp-depcat.xsl Source2: pom-maven2jpp-newdepmap.xsl @@ -47,21 +47,21 @@ Requires: xalan-j2 Requires: xerces-j2 Requires: xom BuildRequires: ant >= 1.6 -BuildRequires: jpackage-utils >= 1.6 +BuildRequires: javapackages-tools BuildRequires: junit %if %{with_maven} BuildRequires: maven >= 1.1 -BuildRequires: maven-plugins-base BuildRequires: maven-plugin-license BuildRequires: maven-plugin-test +BuildRequires: maven-plugins-base BuildRequires: saxon BuildRequires: saxon-scripts %endif +BuildRequires: java-devel BuildRequires: unzip BuildRequires: xalan-j2 BuildRequires: xerces-j2 BuildRequires: xom -BuildRequires: java-devel BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -158,8 +158,3 @@ rm -rf $RPM_BUILD_ROOT %{_javadir}/* %changelog -* Wed May 20 2009 mvyskocil@suse.cz -- Used dom4j-1.6.1-debian.tar.bz2 for build - It does not contains a license problematic parts -* Tue May 12 2009 mvyskocil@suse.cz -- Initial packaging of jaxen-bootstrap in SUSE (from jpp 5.0)