- fix jdk7 build (Fedora patch)
OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlgraphics-commons?expand=0&rev=6
This commit is contained in:
parent
dd6e3c12be
commit
399413cb74
1052
xmlgraphics-commons-java7.patch
Normal file
1052
xmlgraphics-commons-java7.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 18 13:46:01 UTC 2012 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
- fix jdk7 build (Fedora patch)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 3 13:47:59 UTC 2010 - mvyskocil@suse.cz
|
Wed Nov 3 13:47:59 UTC 2010 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xmlgraphics-commons (Version 1.4)
|
# spec file for package xmlgraphics-commons
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2000-2008, JPackage Project
|
# Copyright (c) 2000-2008, JPackage Project
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
@ -22,22 +22,23 @@
|
|||||||
|
|
||||||
Name: xmlgraphics-commons
|
Name: xmlgraphics-commons
|
||||||
Version: 1.4
|
Version: 1.4
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: XML Graphics Commons
|
Summary: XML Graphics Commons
|
||||||
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
License: ASL 2.0
|
|
||||||
Url: http://xmlgraphics.apache.org/
|
Url: http://xmlgraphics.apache.org/
|
||||||
Source0: http://www.apache.org/dist/xmlgraphics/commons/source/xmlgraphics-commons-%{version}-src.tar.gz
|
Source0: http://www.apache.org/dist/xmlgraphics/commons/source/xmlgraphics-commons-%{version}-src.tar.gz
|
||||||
Patch0: xmlgraphics-commons-build_xml.patch
|
Patch0: xmlgraphics-commons-build_xml.patch
|
||||||
|
Patch1: xmlgraphics-commons-java7.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: jpackage-utils >= 1.7.4
|
|
||||||
BuildRequires: java-devel >= 1.5.0
|
|
||||||
BuildRequires: ant >= 1.6.5
|
BuildRequires: ant >= 1.6.5
|
||||||
BuildRequires: ant-junit
|
BuildRequires: ant-junit
|
||||||
BuildRequires: xmlgraphics-batik
|
|
||||||
BuildRequires: jakarta-commons-io >= 1.1
|
BuildRequires: jakarta-commons-io >= 1.1
|
||||||
BuildRequires: jakarta-commons-logging
|
BuildRequires: jakarta-commons-logging
|
||||||
|
BuildRequires: java-devel >= 1.5.0
|
||||||
|
BuildRequires: jpackage-utils >= 1.7.4
|
||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
|
BuildRequires: xmlgraphics-batik
|
||||||
Requires: jakarta-commons-io >= 1.1
|
Requires: jakarta-commons-io >= 1.1
|
||||||
Requires: jakarta-commons-logging
|
Requires: jakarta-commons-logging
|
||||||
Requires(post): jpackage-utils >= 1.7.4
|
Requires(post): jpackage-utils >= 1.7.4
|
||||||
@ -54,7 +55,6 @@ Graphics2D implementations that let you generate PDF &
|
|||||||
PostScript files, and much more.
|
PostScript files, and much more.
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
License: ASL 2.0
|
|
||||||
Summary: Javadoc for %{name}
|
Summary: Javadoc for %{name}
|
||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
|
|
||||||
@ -65,6 +65,7 @@ Group: Documentation/HTML
|
|||||||
%prep
|
%prep
|
||||||
%setup -q %{name}-%{version}
|
%setup -q %{name}-%{version}
|
||||||
%patch0 -p0
|
%patch0 -p0
|
||||||
|
%patch1 -p0
|
||||||
find . -name "*.jar" | xargs rm
|
find . -name "*.jar" | xargs rm
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user