11
0

- drop excalibur-avalon from dependencies, fop now uses avalon-framework

OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlgraphics-fop?expand=0&rev=28
This commit is contained in:
2012-12-17 10:22:28 +00:00
committed by Git OBS Bridge
parent 1170201241
commit a8470ee4b9
2 changed files with 8 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 17 10:21:55 UTC 2012 - mvyskocil@suse.com
- drop excalibur-avalon from dependencies, fop now uses avalon-framework
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 9 08:29:33 UTC 2012 - slavb18@gmail.com Sun Dec 9 08:29:33 UTC 2012 - slavb18@gmail.com

View File

@@ -46,10 +46,9 @@ Patch2: xmlgraphics-fop-xconf.patch
Url: http://xmlgraphics.apache.org/fop/ Url: http://xmlgraphics.apache.org/fop/
Requires(post): jpackage-utils >= 1.7.4 Requires(post): jpackage-utils >= 1.7.4
Requires(postun): jpackage-utils >= 1.7.4 Requires(postun): jpackage-utils >= 1.7.4
Requires: avalon-framework
Requires: commons-io >= 2.4 Requires: commons-io >= 2.4
Requires: commons-logging Requires: commons-logging
Requires: excalibur-avalon-framework-api
Requires: excalibur-avalon-framework-impl
Requires: java >= 1.6.0 Requires: java >= 1.6.0
Requires: jpackage-utils >= 1.7.4 Requires: jpackage-utils >= 1.7.4
Requires: xmlgraphics-batik Requires: xmlgraphics-batik
@@ -57,9 +56,8 @@ Requires: xmlgraphics-commons >= 1.5
BuildRequires: ant >= 1.6.5 BuildRequires: ant >= 1.6.5
BuildRequires: ant-junit BuildRequires: ant-junit
BuildRequires: ant-trax BuildRequires: ant-trax
BuildRequires: avalon-framework
BuildRequires: docbook-xsl-stylesheets BuildRequires: docbook-xsl-stylesheets
BuildRequires: excalibur-avalon-framework-api
BuildRequires: excalibur-avalon-framework-impl
BuildRequires: gpg2 BuildRequires: gpg2
BuildRequires: java-devel >= 1.6.0 BuildRequires: java-devel >= 1.6.0
BuildRequires: java-javadoc BuildRequires: java-javadoc
@@ -110,8 +108,7 @@ done
%build %build
pushd lib pushd lib
ln -s $(build-classpath excalibur/avalon-framework-api) ln -s $(build-classpath avalon-framework)
ln -s $(build-classpath excalibur/avalon-framework-impl)
ln -s $(build-classpath commons-io) ln -s $(build-classpath commons-io)
ln -s $(build-classpath commons-logging) ln -s $(build-classpath commons-logging)
ln -s $(build-classpath servlet_api) ln -s $(build-classpath servlet_api)