From 73d4d97ed3eb3160ff4c9828701e0e817ec696792aed8e17c75f9f2e29c3afaa Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Wed, 24 Oct 2012 14:09:34 +0000 Subject: [PATCH 1/2] - update to 1.1 * many bug fixes and a number of improvements * support for Complex Scripts (e.g., Arabic, Hebrew, Indic, and Southeast * Asian scripts) * http://xmlgraphics.apache.org/fop/1.1/releaseNotes_1.1.html * This release implements a substantial subset of the W3C * XSL-FO 1.1 Recommendation. For a detailed overview of FOP's compliance with * this recommendation, see Compliance. * http://xmlgraphics.apache.org/fop/compliance.html OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlgraphics-fop?expand=0&rev=16 --- fop-1.0-src.tar.gz | 3 -- fop-1.1-src.tar.gz | 3 ++ fop-1.1-src.tar.gz.asc | 11 +++++ xmlgraphics-fop-asf51789.patch | 43 -------------------- xmlgraphics-fop-build.patch | 20 --------- xmlgraphics-fop-fontlist.xml | 2 +- xmlgraphics-fop-fontmetrics.xml | 2 +- xmlgraphics-fop.changes | 15 +++++++ xmlgraphics-fop.spec | 72 ++++++++++++++++----------------- xmlgraphics-fop.xml | 2 +- 10 files changed, 66 insertions(+), 107 deletions(-) delete mode 100644 fop-1.0-src.tar.gz create mode 100644 fop-1.1-src.tar.gz create mode 100644 fop-1.1-src.tar.gz.asc delete mode 100644 xmlgraphics-fop-asf51789.patch delete mode 100644 xmlgraphics-fop-build.patch diff --git a/fop-1.0-src.tar.gz b/fop-1.0-src.tar.gz deleted file mode 100644 index acf990a..0000000 --- a/fop-1.0-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a7163a1aded5fdfc4a0e46f9c0dbcfed57f0c0affb4500e39ec54fa3c727829 -size 16141354 diff --git a/fop-1.1-src.tar.gz b/fop-1.1-src.tar.gz new file mode 100644 index 0000000..8eedf10 --- /dev/null +++ b/fop-1.1-src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58164cb3298d130522ecd445b8082c71c36242ea6464c8f02ab4157e4a332522 +size 24513986 diff --git a/fop-1.1-src.tar.gz.asc b/fop-1.1-src.tar.gz.asc new file mode 100644 index 0000000..0b20b72 --- /dev/null +++ b/fop-1.1-src.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.12 (Darwin) + +iQEVAwUAUH2CV2ZUur4O09MXAQJttQf7B+1B+INfHTi9SuMTCAUJKTy2PIfhOklI +ArXJS6BT+mnJ2Seep7svdMXvTjygyU0AVQsS/OaPiSqBcQVFIHKGprv3X+FtUq/S +lXmLyDh8m1P9rc0CzZQsvATMAFGb5GBKsg9343UAuLiDaS+CAbinB0YwTfNNDiSF +2gyWF/K63eDNhbOj4Ux5WbcyfBJM3km3WY6AQKXN6a/bd+AnCXLVO3uRmnSiKHH/ +q2fGBGPzsTOesQws02A2YSq7Vu9h5N4JQdZKHsT32INPYIVz3qfhMg92xu350O0E +q0AMnoAvpb49OR4nMx/LwzE7RKFLOryUyLeVqrwxqqcf2GsXcM/s+A== +=9Vi8 +-----END PGP SIGNATURE----- diff --git a/xmlgraphics-fop-asf51789.patch b/xmlgraphics-fop-asf51789.patch deleted file mode 100644 index c793eaf..0000000 --- a/xmlgraphics-fop-asf51789.patch +++ /dev/null @@ -1,43 +0,0 @@ -diff -aur o/src/java/org/apache/fop/accessibility/StructureTreeBuilder.java n/src/java/org/apache/fop/accessibility/StructureTreeBuilder.java ---- o/src/java/org/apache/fop/accessibility/StructureTreeBuilder.java 2010-07-12 21:34:46.000000000 +0200 -+++ n/src/java/org/apache/fop/accessibility/StructureTreeBuilder.java 2011-09-08 21:55:30.079000000 +0200 -@@ -31,7 +31,7 @@ - - /** - * Helper class that re-builds a structure tree from what is stored in an -- * intermediate XML file (IF XML or Area Tree XML). -+ * intermediate XML file (IF XML or Area Tree XML). - */ - public final class StructureTreeBuilder { - -diff -aur o/src/java/org/apache/fop/afp/fonts/CharacterSetOrientation.java n/src/java/org/apache/fop/afp/fonts/CharacterSetOrientation.java ---- o/src/java/org/apache/fop/afp/fonts/CharacterSetOrientation.java 2010-07-12 21:34:39.000000000 +0200 -+++ n/src/java/org/apache/fop/afp/fonts/CharacterSetOrientation.java 2011-09-08 22:00:40.773000019 +0200 -@@ -107,7 +107,7 @@ - * a character rotation other than 0, ascender height loses its - * meaning when the character is lying on its side or is upside down - * with respect to normal viewing orientation. For the general case, -- * Ascender Height is the character�s most positive y-axis value. -+ * Ascender Height is the character’s most positive y-axis value. - * For bounded character boxes, for a given character having an - * ascender, ascender height and baseline offset are equal. - * @return the ascender value in millipoints -diff -aur o/src/java/org/apache/fop/afp/fonts/FopCharacterSet.java n/src/java/org/apache/fop/afp/fonts/FopCharacterSet.java ---- o/src/java/org/apache/fop/afp/fonts/FopCharacterSet.java 2010-07-12 21:34:39.000000000 +0200 -+++ n/src/java/org/apache/fop/afp/fonts/FopCharacterSet.java 2011-09-08 22:02:28.757999999 +0200 -@@ -55,7 +55,7 @@ - * a character rotation other than 0, ascender height loses its - * meaning when the character is lying on its side or is upside down - * with respect to normal viewing orientation. For the general case, -- * Ascender Height is the character�s most positive y-axis value. -+ * Ascender Height is the character’s most positive y-axis value. - * For bounded character boxes, for a given character having an - * ascender, ascender height and baseline offset are equal. - * @return the ascender value in millipoints -@@ -135,4 +135,4 @@ - return charSet.mapChar(c); - } - --} -\ Brak znaku nowej linii na końcu pliku -+} diff --git a/xmlgraphics-fop-build.patch b/xmlgraphics-fop-build.patch deleted file mode 100644 index e05ea83..0000000 --- a/xmlgraphics-fop-build.patch +++ /dev/null @@ -1,20 +0,0 @@ -Index: build.xml -=================================================================== ---- build.xml.orig 2010-07-12 21:34:37.000000000 +0200 -+++ build.xml 2010-11-03 15:32:55.535189854 +0100 -@@ -974,6 +974,7 @@ - - - -+ - Use the "junit-reports" target to generate HTML test reports - - diff --git a/xmlgraphics-fop-fontlist.xml b/xmlgraphics-fop-fontlist.xml index 89a754c..fe3d8f1 100644 --- a/xmlgraphics-fop-fontlist.xml +++ b/xmlgraphics-fop-fontlist.xml @@ -19,7 +19,7 @@ &product; 1 - @VERSION@ + 1.1 http://xmlgraphics.apache.org/fop/1.0/fonts.html#advanced diff --git a/xmlgraphics-fop-fontmetrics.xml b/xmlgraphics-fop-fontmetrics.xml index 70792e4..a92e507 100644 --- a/xmlgraphics-fop-fontmetrics.xml +++ b/xmlgraphics-fop-fontmetrics.xml @@ -19,7 +19,7 @@ &product; 1 - @VERSION@ + 1.1 http://xmlgraphics.apache.org/fop/1.0/fonts.html#advanced diff --git a/xmlgraphics-fop.changes b/xmlgraphics-fop.changes index daee356..c29e14b 100644 --- a/xmlgraphics-fop.changes +++ b/xmlgraphics-fop.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Oct 24 14:04:38 UTC 2012 - mvyskocil@suse.com + +- update to 1.1 + * many bug fixes and a number of improvements + * support for Complex Scripts (e.g., Arabic, Hebrew, Indic, and Southeast + * Asian scripts) + * http://xmlgraphics.apache.org/fop/1.1/releaseNotes_1.1.html + * This release implements a substantial subset of the W3C + * XSL-FO 1.1 Recommendation. For a detailed overview of FOP's compliance with + * this recommendation, see Compliance. + * http://xmlgraphics.apache.org/fop/compliance.html +- obsoleted xmlgraphics-fop-asf51789.patch +- obsoleted xmlgraphics-fop-build.patch + ------------------------------------------------------------------- Fri Sep 9 16:20:40 UTC 2011 - giecrilj@stegny.2a.pl diff --git a/xmlgraphics-fop.spec b/xmlgraphics-fop.spec index 625180e..241967f 100644 --- a/xmlgraphics-fop.spec +++ b/xmlgraphics-fop.spec @@ -1,7 +1,7 @@ # # spec file for package xmlgraphics-fop # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2000-2008, JPackage Project # All rights reserved. # @@ -17,7 +17,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild %define section free %define bname fop @@ -25,15 +24,15 @@ %bcond_with tests Name: xmlgraphics-fop -Version: 1.0 -Release: 11 +Version: 1.1 +Release: 0 Summary: Formatter for Printing XSLT Processed XML Files -License: ASLv.. +License: Apache-2.0 Group: Productivity/Publishing/XML -Source0: http://ftp.halifax.rwth-aachen.de/apache/xmlgraphics/fop/source/fop-1.0-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 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 Source4: %{name}-fontlist.script Source5: http://heanet.dl.sourceforge.net/project/offo/offo-hyphenation/2.0/offo-hyphenation_v2.0.zip @@ -41,43 +40,44 @@ Source5: http://heanet.dl.sourceforge.net/project/offo/offo-hyphenation/2 Source10: %{name}.xml Source11: %{name}-fontmetrics.xml Source12: %{name}-fontlist.xml -Patch0: xmlgraphics-fop-build.patch +Source1000: http://ftp.halifax.rwth-aachen.de/apache/xmlgraphics/fop/source/fop-1.1-src.tar.gz.asc Patch1: xmlgraphics-fop-cli.patch -Patch2: xmlgraphics-fop-asf51789.patch Url: http://xmlgraphics.apache.org/fop/ Requires(post): jpackage-utils >= 1.7.4 Requires(postun): jpackage-utils >= 1.7.4 -Requires: jpackage-utils >= 1.7.4 -Requires: java >= 1.5.0 -Requires: xmlgraphics-batik -Requires: excalibur-avalon-logkit Requires: excalibur-avalon-framework-api Requires: excalibur-avalon-framework-impl +Requires: excalibur-avalon-logkit +Requires: java >= 1.5.0 +Requires: jpackage-utils >= 1.7.4 Requires: xalan-j2 Requires: xerces-j2 -Requires: xmlgraphics-commons Requires: xml-commons-jaxp-1.3-apis -BuildRequires: unzip -BuildRequires: jpackage-utils >= 1.7.4 -BuildRequires: java-devel >= 1.5.0 -BuildRequires: java-javadoc +Requires: xmlgraphics-batik +Requires: xmlgraphics-commons >= 1.5 BuildRequires: ant >= 1.6.5 -BuildRequires: ant-trax BuildRequires: ant-junit -BuildRequires: junit -BuildRequires: xmlgraphics-batik -BuildRequires: xmlgraphics-batik-javadoc -BuildRequires: excalibur-avalon-logkit +BuildRequires: ant-trax +BuildRequires: docbook-xsl-stylesheets BuildRequires: excalibur-avalon-framework-api BuildRequires: excalibur-avalon-framework-impl +BuildRequires: excalibur-avalon-logkit +BuildRequires: gpg2 +BuildRequires: java-devel >= 1.5.0 +BuildRequires: java-javadoc +BuildRequires: jpackage-utils >= 1.7.4 +BuildRequires: junit +BuildRequires: libxslt +BuildRequires: qdox >= 1.12 BuildRequires: servlet_api +BuildRequires: unzip BuildRequires: xalan-j2 BuildRequires: xerces-j2 -BuildRequires: xmlgraphics-commons >= 1.2 -BuildRequires: xmlunit BuildRequires: xml-commons-jaxp-1.3-apis -BuildRequires: qdox -BuildRequires: docbook-xsl-stylesheets libxslt +BuildRequires: xmlgraphics-batik +BuildRequires: xmlgraphics-batik-javadoc +BuildRequires: xmlgraphics-commons >= 1.5 +BuildRequires: xmlunit BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch #!BuildIgnore: saxon @@ -92,7 +92,6 @@ formats: PDF (primary output target), PCL, PS, SVG, XML (area tree representation), Print, AWT, MIF, and TXT. %package javadoc -License: ASLv.. Summary: Javadoc for %{name} Group: Documentation/HTML @@ -104,10 +103,15 @@ API documentation for %{name} automatically extracted from comments in source fi %setup -q -n %{bname}-%{version} -a5 ln -thyph offo-hyphenation/hyph/*.xml find -name "*.jar" | xargs -t rm -%patch0 -p0 -b .build %patch1 -p1 -b .cli -%patch2 -p1 +cp %{SOURCE2} %{SOURCE3} %{SOURCE4} . +# Replace keyword "VERSION" in XML files with the real one: +for x in %{SOURCE10} %{SOURCE11} %{SOURCE12}; do + sed -i "s=@VERSION@=%{version}=" $x +done + +%build pushd lib ln -s $(build-classpath excalibur/avalon-framework-api) ln -s $(build-classpath excalibur/avalon-framework-impl) @@ -138,14 +142,6 @@ ln -s $(build-classpath xmlgraphics-commons) ln -s $(build-classpath xmlunit) ln -s $(build-classpath qdox) popd - -cp %{SOURCE2} %{SOURCE3} %{SOURCE4} . -# Replace keyword "VERSION" in XML files with the real one: -for x in %{SOURCE10} %{SOURCE11} %{SOURCE12}; do - sed -i "s=@VERSION@=%{version}=" $x -done - -%build export CLASSPATH= LANG=en_US.UTF-8 export OPT_JAR_LIST=`%{__cat} %{_sysconfdir}/ant.d/{junit,trax}` %{ant} \ diff --git a/xmlgraphics-fop.xml b/xmlgraphics-fop.xml index d7e4fd6..2900929 100644 --- a/xmlgraphics-fop.xml +++ b/xmlgraphics-fop.xml @@ -19,7 +19,7 @@ &product; 1 - @VERSION@ + 1.1 http://xmlgraphics.apache.org/fop/1.0/fonts.html#advanced From 3ee017f9c5c4d1e6b289311e1e08773739b79a4b6599e690b8da7d7b732e7ace Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Fri, 26 Oct 2012 08:39:07 +0000 Subject: [PATCH 2/2] - add commons-logging and commons-io to Requires and fop script - removed uneeded xalan-j2, xmlcommons and xerces from dependencies OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlgraphics-fop?expand=0&rev=17 --- xmlgraphics-fop.changes | 6 +++++ xmlgraphics-fop.script | 2 +- xmlgraphics-fop.spec | 56 ++++++++++++++++------------------------- 3 files changed, 29 insertions(+), 35 deletions(-) diff --git a/xmlgraphics-fop.changes b/xmlgraphics-fop.changes index c29e14b..acd5974 100644 --- a/xmlgraphics-fop.changes +++ b/xmlgraphics-fop.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 25 07:44:09 UTC 2012 - mvyskocil@suse.com + +- add commons-logging and commons-io to Requires and fop script +- removed uneeded xalan-j2, xmlcommons and xerces from dependencies + ------------------------------------------------------------------- Wed Oct 24 14:04:38 UTC 2012 - mvyskocil@suse.com diff --git a/xmlgraphics-fop.script b/xmlgraphics-fop.script index b03dbbd..ea00638 100644 --- a/xmlgraphics-fop.script +++ b/xmlgraphics-fop.script @@ -24,7 +24,7 @@ fi # Rest of the configuration MAIN_CLASS=org.apache.fop.cli.Main -BASE_JARS="xmlgraphics-fop xmlgraphics-commons batik-all xml-commons-jaxp-1.3-apis excalibur/avalon-framework-impl excalibur/avalon-framework-api xerces-j2 xalan-j2 xalan-j2-serializer" +BASE_JARS="xmlgraphics-fop xmlgraphics-commons commons-logging commons-io excalibur/avalon-framework-impl excalibur/avalon-framework-api batik-all" # Set parameters set_jvm diff --git a/xmlgraphics-fop.spec b/xmlgraphics-fop.spec index 241967f..576f1ed 100644 --- a/xmlgraphics-fop.spec +++ b/xmlgraphics-fop.spec @@ -45,14 +45,12 @@ Patch1: xmlgraphics-fop-cli.patch Url: http://xmlgraphics.apache.org/fop/ Requires(post): jpackage-utils >= 1.7.4 Requires(postun): jpackage-utils >= 1.7.4 +Requires: commons-io >= 2.4 +Requires: commons-logging Requires: excalibur-avalon-framework-api Requires: excalibur-avalon-framework-impl -Requires: excalibur-avalon-logkit -Requires: java >= 1.5.0 +Requires: java >= 1.6.0 Requires: jpackage-utils >= 1.7.4 -Requires: xalan-j2 -Requires: xerces-j2 -Requires: xml-commons-jaxp-1.3-apis Requires: xmlgraphics-batik Requires: xmlgraphics-commons >= 1.5 BuildRequires: ant >= 1.6.5 @@ -61,9 +59,8 @@ BuildRequires: ant-trax BuildRequires: docbook-xsl-stylesheets BuildRequires: excalibur-avalon-framework-api BuildRequires: excalibur-avalon-framework-impl -BuildRequires: excalibur-avalon-logkit BuildRequires: gpg2 -BuildRequires: java-devel >= 1.5.0 +BuildRequires: java-devel >= 1.6.0 BuildRequires: java-javadoc BuildRequires: jpackage-utils >= 1.7.4 BuildRequires: junit @@ -71,9 +68,6 @@ BuildRequires: libxslt BuildRequires: qdox >= 1.12 BuildRequires: servlet_api BuildRequires: unzip -BuildRequires: xalan-j2 -BuildRequires: xerces-j2 -BuildRequires: xml-commons-jaxp-1.3-apis BuildRequires: xmlgraphics-batik BuildRequires: xmlgraphics-batik-javadoc BuildRequires: xmlgraphics-commons >= 1.5 @@ -135,9 +129,6 @@ ln -s $(build-classpath xmlgraphics-batik/script) ln -s $(build-classpath xmlgraphics-batik/transcoder) ln -s $(build-classpath xmlgraphics-batik/util) ln -s $(build-classpath xmlgraphics-batik/xml) -ln -s $(build-classpath xalan-j2) -ln -s $(build-classpath xalan-j2-serializer) -ln -s $(build-classpath xerces-j2) ln -s $(build-classpath xmlgraphics-commons) ln -s $(build-classpath xmlunit) ln -s $(build-classpath qdox) @@ -164,51 +155,49 @@ done %install # jars -mkdir -p $RPM_BUILD_ROOT%{_javadir} -install -m 644 build/%{bname}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar -(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done) +mkdir -p %{buildroot}%{_javadir} +install -m 644 build/%{bname}.jar %{buildroot}%{_javadir}/%{name}.jar %add_to_maven_depmap org.apache.xmlgraphics %{bname} %{version} JPP %{name} # pom -install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms -install -pm 644 build/maven/pom.xml $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}.pom +install -d -m 755 %{buildroot}%{_datadir}/maven2/poms +install -pm 644 build/maven/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom # script -mkdir -p $RPM_BUILD_ROOT%{_bindir} -cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/%{name} -cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/%{name}-fontmetrics -cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_bindir}/%{name}-fontlist +mkdir -p %{buildroot}%{_bindir} +cp -p %{SOURCE1} %{buildroot}%{_bindir}/%{name} +cp -p %{SOURCE3} %{buildroot}%{_bindir}/%{name}-fontmetrics +cp -p %{SOURCE4} %{buildroot}%{_bindir}/%{name}-fontlist # compat symlink ln -s %{name} %{buildroot}%{_bindir}/%{bname} ln -s %{name}-fontmetrics %{buildroot}%{_bindir}/%{bname}-fontmetrics ln -s %{name}-fontlist %{buildroot}%{_bindir}/%{bname}-fontlist # data -mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name} -cp -pr hyph $RPM_BUILD_ROOT%{_datadir}/%{name} -cp -pr conf $RPM_BUILD_ROOT%{_datadir}/%{name} +mkdir -p %{buildroot}%{_datadir}/%{name} +cp -pr hyph %{buildroot}%{_datadir}/%{name} +cp -pr conf %{buildroot}%{_datadir}/%{name} # javadoc -mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} -cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} -ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} +mkdir -p %{buildroot}%{_javadocdir}/%{name} +cp -pr build/javadocs/* %{buildroot}%{_javadocdir}/%{name} # Manpages -mkdir -p $RPM_BUILD_ROOT%_mandir/man1 +mkdir -p %{buildroot}%_mandir/man1 for m in *.1; do gzip $m done -cp -vi *.1.gz $RPM_BUILD_ROOT%_mandir/man1 +cp -vi *.1.gz %{buildroot}%_mandir/man1 # Remove prefix xmlgraphics to make also the linked manpage version available -pushd $RPM_BUILD_ROOT%_mandir/man1 +pushd %{buildroot}%_mandir/man1 for m in *.1.gz; do ln -s $m ${m#*-} done popd %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %post %update_maven_depmap @@ -227,7 +216,7 @@ rm -rf $RPM_BUILD_ROOT %attr(0755,root,root) %{_bindir}/%{bname}-fontmetrics %attr(0755,root,root) %{_bindir}/%{name}-fontlist %attr(0755,root,root) %{_bindir}/%{bname}-fontlist -%{_javadir}/%{name}*.jar +%{_javadir}/%{name}.jar %{_datadir}/%{name} %{_datadir}/maven2/* %config %{_mavendepmapfragdir}/* @@ -235,7 +224,6 @@ rm -rf $RPM_BUILD_ROOT %files javadoc %defattr(0644,root,root,0755) -%{_javadocdir}/%{name}-%{version} %{_javadocdir}/%{name} %changelog