forked from pool/jaxen-bootstrap
Accepting request 198285 from Java:packages
Submit of succeeding java packages for factory OBS-URL: https://build.opensuse.org/request/show/198285 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jaxen-bootstrap?expand=0&rev=11
This commit is contained in:
parent
07ba2a5094
commit
a50949dd87
@ -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
|
Wed May 20 14:12:03 CEST 2009 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
@ -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
|
# 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
|
||||||
@ -23,11 +23,11 @@
|
|||||||
|
|
||||||
Name: jaxen-bootstrap
|
Name: jaxen-bootstrap
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 3
|
Release: 0
|
||||||
Summary: A convenience package for build of dom4j
|
Summary: A convenience package for build of dom4j
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Url: http://jaxen.codehaus.org/
|
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
|
Url: http://jaxen.codehaus.org/
|
||||||
Source0: http://dist.codehaus.org/jaxen/distributions/jaxen-1.1-src.tar.bz2
|
Source0: http://dist.codehaus.org/jaxen/distributions/jaxen-1.1-src.tar.bz2
|
||||||
Source1: pom-maven2jpp-depcat.xsl
|
Source1: pom-maven2jpp-depcat.xsl
|
||||||
Source2: pom-maven2jpp-newdepmap.xsl
|
Source2: pom-maven2jpp-newdepmap.xsl
|
||||||
@ -47,21 +47,21 @@ Requires: xalan-j2
|
|||||||
Requires: xerces-j2
|
Requires: xerces-j2
|
||||||
Requires: xom
|
Requires: xom
|
||||||
BuildRequires: ant >= 1.6
|
BuildRequires: ant >= 1.6
|
||||||
BuildRequires: jpackage-utils >= 1.6
|
BuildRequires: javapackages-tools
|
||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
%if %{with_maven}
|
%if %{with_maven}
|
||||||
BuildRequires: maven >= 1.1
|
BuildRequires: maven >= 1.1
|
||||||
BuildRequires: maven-plugins-base
|
|
||||||
BuildRequires: maven-plugin-license
|
BuildRequires: maven-plugin-license
|
||||||
BuildRequires: maven-plugin-test
|
BuildRequires: maven-plugin-test
|
||||||
|
BuildRequires: maven-plugins-base
|
||||||
BuildRequires: saxon
|
BuildRequires: saxon
|
||||||
BuildRequires: saxon-scripts
|
BuildRequires: saxon-scripts
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: java-devel
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
BuildRequires: xalan-j2
|
BuildRequires: xalan-j2
|
||||||
BuildRequires: xerces-j2
|
BuildRequires: xerces-j2
|
||||||
BuildRequires: xom
|
BuildRequires: xom
|
||||||
BuildRequires: java-devel
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -158,8 +158,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_javadir}/*
|
%{_javadir}/*
|
||||||
|
|
||||||
%changelog
|
%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)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user