Hello community, here is the log from the commit of package xmlgraphics-fop for openSUSE:Factory checked in at 2013-09-11 17:11:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmlgraphics-fop (Old) and /work/SRC/openSUSE:Factory/.xmlgraphics-fop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmlgraphics-fop" Changes: -------- --- /work/SRC/openSUSE:Factory/xmlgraphics-fop/xmlgraphics-fop.changes 2013-04-26 12:37:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xmlgraphics-fop.new/xmlgraphics-fop.changes 2013-09-11 17:11:57.000000000 +0200 @@ -1,0 +2,12 @@ +Mon Sep 9 11:06:30 UTC 2013 - [email protected] + +- Move from jpackage-utils to javapackage-tools + +------------------------------------------------------------------- +Fri Sep 6 08:09:43 UTC 2013 - [email protected] + +- use new add_maven_depmap +- add missing commons packages to BuildRequires +- add gpg verification + +------------------------------------------------------------------- New: ---- xmlgraphics-fop.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmlgraphics-fop.spec ++++++ --- /var/tmp/diff_new_pack.6iv3Y0/_old 2013-09-11 17:11:58.000000000 +0200 +++ /var/tmp/diff_new_pack.6iv3Y0/_new 2013-09-11 17:11:58.000000000 +0200 @@ -41,28 +41,32 @@ Source11: %{name}-fontmetrics.xml Source12: %{name}-fontlist.xml Source1000: http://ftp.halifax.rwth-aachen.de/apache/xmlgraphics/fop/source/fop-1.1-src.tar.gz.asc +Source1001: xmlgraphics-fop.keyring Patch1: xmlgraphics-fop-cli.patch Patch2: xmlgraphics-fop-xconf.patch Url: http://xmlgraphics.apache.org/fop/ -Requires(post): jpackage-utils >= 1.7.4 -Requires(postun): jpackage-utils >= 1.7.4 +Requires(post): javapackages-tools +Requires(postun): javapackages-tools +Requires: apache-commons-io >= 2.4 +Requires: apache-commons-logging Requires: avalon-framework -Requires: commons-io >= 2.4 -Requires: commons-logging Requires: java >= 1.6.0 -Requires: jpackage-utils >= 1.7.4 +Requires: javapackages-tools Requires: xml-commons-jaxp-1.3-apis Requires: xmlgraphics-batik Requires: xmlgraphics-commons >= 1.5 BuildRequires: ant >= 1.6.5 BuildRequires: ant-junit BuildRequires: ant-trax +BuildRequires: apache-commons-io >= 2.4 +BuildRequires: apache-commons-logging BuildRequires: avalon-framework BuildRequires: docbook-xsl-stylesheets +BuildRequires: gpg-offline BuildRequires: gpg2 BuildRequires: java-devel >= 1.6.0 BuildRequires: java-javadoc -BuildRequires: jpackage-utils >= 1.7.4 +BuildRequires: javapackages-tools BuildRequires: junit BuildRequires: libxslt BuildRequires: qdox >= 1.12 @@ -96,6 +100,7 @@ %prep +%gpg_verify %{SOURCE1000} %setup -q -n %{bname}-%{version} -a5 ln -thyph offo-hyphenation/hyph/*.xml find -name "*.jar" | xargs -t rm @@ -159,11 +164,11 @@ # jars 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 %{buildroot}%{_datadir}/maven2/poms -install -pm 644 build/maven/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom +install -d -m 755 %{buildroot}%{_mavenpomdir} +install -pm 644 build/maven/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom +%add_maven_depmap # script mkdir -p %{buildroot}%{_bindir} @@ -199,15 +204,6 @@ done popd -%clean -rm -rf %{buildroot} - -%post -%update_maven_depmap - -%postun -%update_maven_depmap - %files %defattr(0644,root,root,0755) %doc NOTICE LICENSE README known-issues.xml status.xml @@ -221,7 +217,7 @@ %attr(0755,root,root) %{_bindir}/%{bname}-fontlist %{_javadir}/%{name}.jar %{_datadir}/%{name} -%{_datadir}/maven2/* +%{_mavenpomdir}/* %config %{_mavendepmapfragdir}/* %{_mandir}/man1/* %config(noreplace) /etc/fop.xconf -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
