Replace jpackage-utils by javapackages-tools
OBS-URL: https://build.opensuse.org/package/show/Java:packages/werken-xpath?expand=0&rev=8
This commit is contained in:
parent
24c9371284
commit
e63902c658
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 11:06:26 UTC 2013 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Move from jpackage-utils to javapackage-tools
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 22 08:01:14 UTC 2012 - cfarrell@suse.com
|
Mon Oct 22 08:01:14 UTC 2012 - cfarrell@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package werken-xpath (Version 0.9.4)
|
# spec file for package werken-xpath
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,9 +21,10 @@
|
|||||||
|
|
||||||
Name: werken-xpath
|
Name: werken-xpath
|
||||||
Version: 0.9.4
|
Version: 0.9.4
|
||||||
Release: 2
|
Release: 0
|
||||||
Summary: XPath implementation using JDOM
|
Summary: XPath implementation using JDOM
|
||||||
License: Apache-1.1
|
License: Apache-1.1
|
||||||
|
Group: Development/Libraries/Java
|
||||||
Source0: %{dotname}-%{version}-beta-src.tar.bz2
|
Source0: %{dotname}-%{version}-beta-src.tar.bz2
|
||||||
Source1: %{name}-%{version}.pom
|
Source1: %{name}-%{version}.pom
|
||||||
Patch0: %{name}-ElementNamespaceContext.patch
|
Patch0: %{name}-ElementNamespaceContext.patch
|
||||||
@ -39,17 +40,16 @@ Url: http://sourceforge.net/projects/werken-xpath/
|
|||||||
Requires: jdom
|
Requires: jdom
|
||||||
BuildRequires: ant >= 1.6
|
BuildRequires: ant >= 1.6
|
||||||
BuildRequires: antlr
|
BuildRequires: antlr
|
||||||
|
BuildRequires: javapackages-tools
|
||||||
BuildRequires: jdom
|
BuildRequires: jdom
|
||||||
BuildRequires: xerces-j2
|
BuildRequires: xerces-j2
|
||||||
BuildRequires: xml-commons-apis
|
BuildRequires: xml-commons-apis
|
||||||
BuildRequires: jpackage-utils >= 1.7.2
|
|
||||||
Group: Development/Libraries/Java
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Provides: werken.xpath = %{version}-%{release}
|
Provides: werken.xpath = %{version}-%{release}
|
||||||
Obsoletes: werken.xpath <= 0.9.4
|
Obsoletes: werken.xpath <= 0.9.4
|
||||||
Requires(post): jpackage-utils >= 1.7.2
|
Requires(post): javapackages-tools
|
||||||
Requires(postun): jpackage-utils >= 1.7.2
|
Requires(postun): javapackages-tools
|
||||||
|
|
||||||
%description
|
%description
|
||||||
werken.xpath is an implementation of the W3C XPath Recommendation, on
|
werken.xpath is an implementation of the W3C XPath Recommendation, on
|
||||||
@ -60,7 +60,6 @@ as-yet-unreleased werken.xslt (eXtensible Stylesheet Language) and the
|
|||||||
werken.canonical (XML canonicalization) packages.
|
werken.canonical (XML canonicalization) packages.
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
License: Apache-1.1
|
|
||||||
Summary: Javadoc for %{name}
|
Summary: Javadoc for %{name}
|
||||||
Group: Development/Documentation
|
Group: Development/Documentation
|
||||||
BuildRequires: java-javadoc
|
BuildRequires: java-javadoc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user