Accepting request 240367 from Java:packages
javapackages updates submission OBS-URL: https://build.opensuse.org/request/show/240367 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlgraphics-fop?expand=0&rev=24
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 8 10:30:59 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Do not depend on ant-trax
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 12 21:16:29 UTC 2013 - tchvatal@suse.com
|
Thu Sep 12 21:16:29 UTC 2013 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xmlgraphics-fop
|
# spec file for package xmlgraphics-fop
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2000-2008, JPackage Project
|
# Copyright (c) 2000-2008, JPackage Project
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
@@ -32,10 +32,10 @@ Group: Productivity/Publishing/XML
|
|||||||
Source0: http://ftp.halifax.rwth-aachen.de/apache/xmlgraphics/fop/source/fop-1.1-src.tar.gz
|
Source0: http://ftp.halifax.rwth-aachen.de/apache/xmlgraphics/fop/source/fop-1.1-src.tar.gz
|
||||||
#FIX-OPENSUSE: add xmlgraphics-commons to classpath
|
#FIX-OPENSUSE: add xmlgraphics-commons to classpath
|
||||||
Source1: %{name}.script
|
Source1: %{name}.script
|
||||||
Source2: http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_0/xmlgraphics-fop-pom-template.pom
|
Source2: http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_0/xmlgraphics-fop-pom-template.pom
|
||||||
Source3: %{name}-fontmetrics.script
|
Source3: %{name}-fontmetrics.script
|
||||||
Source4: %{name}-fontlist.script
|
Source4: %{name}-fontlist.script
|
||||||
Source5: http://heanet.dl.sourceforge.net/project/offo/offo-hyphenation/2.0/offo-hyphenation_v2.0.zip
|
Source5: http://heanet.dl.sourceforge.net/project/offo/offo-hyphenation/2.0/offo-hyphenation_v2.0.zip
|
||||||
# Manpage(s)
|
# Manpage(s)
|
||||||
Source10: %{name}.xml
|
Source10: %{name}.xml
|
||||||
Source11: %{name}-fontmetrics.xml
|
Source11: %{name}-fontmetrics.xml
|
||||||
@@ -57,7 +57,6 @@ Requires: xmlgraphics-batik
|
|||||||
Requires: xmlgraphics-commons >= 1.5
|
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: apache-commons-io >= 2.4
|
BuildRequires: apache-commons-io >= 2.4
|
||||||
BuildRequires: apache-commons-logging
|
BuildRequires: apache-commons-logging
|
||||||
BuildRequires: avalon-framework
|
BuildRequires: avalon-framework
|
||||||
@@ -91,7 +90,7 @@ representation), Print, AWT, MIF, and TXT.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%gpg_verify %{SOURCE1000}
|
%gpg_verify %{SOURCE1000}
|
||||||
%setup -q -n %{bname}-%{version} -a5
|
%setup -q -n %{bname}-%{version} -a5
|
||||||
ln -thyph offo-hyphenation/hyph/*.xml
|
ln -thyph offo-hyphenation/hyph/*.xml
|
||||||
find -name "*.jar" | xargs -t rm
|
find -name "*.jar" | xargs -t rm
|
||||||
%patch1 -p1 -b .cli
|
%patch1 -p1 -b .cli
|
||||||
@@ -137,7 +136,7 @@ export OPT_JAR_LIST=`%{__cat} %{_sysconfdir}/ant.d/{junit,trax}`
|
|||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
junit \
|
junit \
|
||||||
%endif
|
%endif
|
||||||
maven-artifacts
|
maven-artifacts
|
||||||
|
|
||||||
# false
|
# false
|
||||||
# Build the manpage(s) and HTML
|
# Build the manpage(s) and HTML
|
||||||
@@ -187,7 +186,7 @@ pushd %{buildroot}%_mandir/man1
|
|||||||
for m in *.1.gz; do
|
for m in *.1.gz; do
|
||||||
ln -s $m ${m#*-}
|
ln -s $m ${m#*-}
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
|
Reference in New Issue
Block a user