Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 649381 Details for
Bug 879010
added rtf and rups maven poms files
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
added rtf and rups maven poms files
0001-added-rtf-and-rups-maven-poms-files.patch (text/plain), 10.63 KB, created by
gil cattaneo
on 2012-11-21 19:53:55 UTC
(
hide
)
Description:
added rtf and rups maven poms files
Filename:
MIME Type:
Creator:
gil cattaneo
Created:
2012-11-21 19:53:55 UTC
Size:
10.63 KB
patch
obsolete
>From c7935142efe2186981f106e4ab68ffa97faf0e5a Mon Sep 17 00:00:00 2001 >From: gil <puntogil@libero.it> >Date: Wed, 21 Nov 2012 20:50:23 +0100 >Subject: [PATCH] added rtf and rups maven poms files > >--- > itext-rtf-2.1.7.pom | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++ > itext-rups-2.1.7.pom | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++ > itext.spec | 40 +++++++++++++++----- > 3 files changed, 234 insertions(+), 10 deletions(-) > create mode 100644 itext-rtf-2.1.7.pom > create mode 100644 itext-rups-2.1.7.pom > >diff --git a/itext-rtf-2.1.7.pom b/itext-rtf-2.1.7.pom >new file mode 100644 >index 0000000..55c1a36 >--- /dev/null >+++ b/itext-rtf-2.1.7.pom >@@ -0,0 +1,102 @@ >+<?xml version="1.0" encoding="UTF-8"?> >+<project xmlns="http://maven.apache.org/POM/4.0.0" >+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> >+ <modelVersion>4.0.0</modelVersion> >+ <groupId>com.lowagie</groupId> >+ <artifactId>itext-rtf</artifactId> >+ <packaging>jar</packaging> >+ <name>iText, a Free Java-PDF library (rtf package)</name> >+ <version>2.1.7</version> >+ <description>iText, a free Java-PDF library (rtf package)</description> >+ <url>http://www.lowagie.com/iText/</url> >+ <mailingLists> >+ <mailingList> >+ <name>iText Questions</name> >+ <subscribe> >+ http://lists.sourceforge.net/lists/listinfo/itext-questions >+ </subscribe> >+ <post>itext-questions@lists.sourceforge.net</post> >+ <archive> >+ http://news.gmane.org/gmane.comp.java.lib.itext.general >+ </archive> >+ <otherArchives> >+ <otherArchive>http://www.nabble.com/iText---General-f2701.html</otherArchive> >+ <otherArchive>http://www.junlu.com/2.html</otherArchive> >+ <otherArchive>http://sourceforge.net/mailarchive/forum.php?forum_id=3273</otherArchive> >+ <otherArchive>http://www.mail-archive.com/itext-questions%40lists.sourceforge.net/</otherArchive> >+ </otherArchives> >+ </mailingList> >+ </mailingLists> >+ <developers> >+ <developer> >+ <id>blowagie</id> >+ <name>Bruno Lowagie</name> >+ <email>bruno@lowagie.com</email> >+ <url>http://www.lowagie.com</url> >+ </developer> >+ <developer> >+ <id>psoares33</id> >+ <name>Paulo Soares</name> >+ <email>psoares33@users.sourceforge.net</email> >+ </developer> >+ <developer> >+ <id>hallm</id> >+ <name>Mark Hall</name> >+ <email>hallm@users.sourceforge.net</email> >+ </developer> >+ <developer> >+ <id>xlv</id> >+ <name>Xavier Le Vourch</name> >+ <email>xlv@users.sourceforge.net</email> >+ </developer> >+ </developers> >+ <licenses> >+ <license> >+ <name>Mozilla Public License</name> >+ <url>http://www.mozilla.org/MPL/MPL-1.1.html</url> >+ <comments> >+ iText was originally published under the LGPLicense. >+ LGPL can be used as an alternative license for the MPL. >+ </comments> >+ </license> >+ </licenses> >+ <scm> >+ <connection>scm:svn:http://itext.svn.sourceforge.net/svnroot/itext</connection> >+ <url>http://itext.svn.sourceforge.net/viewvc/itext</url> >+ </scm> >+ <dependencies> >+ <dependency> >+ <groupId>bouncycastle</groupId> >+ <artifactId>bcmail-jdk14</artifactId> >+ <version>138</version> >+ </dependency> >+ <dependency> >+ <groupId>bouncycastle</groupId> >+ <artifactId>bcprov-jdk14</artifactId> >+ <version>138</version> >+ </dependency> >+ <dependency> >+ <groupId>bouncycastle</groupId> >+ <artifactId>bctsp-jdk14</artifactId> >+ <version>138</version> >+ </dependency> >+ </dependencies> >+ <build> >+ <plugins> >+ <plugin> >+ <groupId>org.apache.maven.plugins</groupId> >+ <artifactId>maven-jar-plugin</artifactId> >+ <configuration> >+ <archive> >+ <manifest> >+ <mainClass> >+ com.lowagie.tools.ToolboxAvailable >+ </mainClass> >+ </manifest> >+ </archive> >+ </configuration> >+ </plugin> >+ </plugins> >+ </build> >+</project> >diff --git a/itext-rups-2.1.7.pom b/itext-rups-2.1.7.pom >new file mode 100644 >index 0000000..92a2667 >--- /dev/null >+++ b/itext-rups-2.1.7.pom >@@ -0,0 +1,102 @@ >+<?xml version="1.0" encoding="UTF-8"?> >+<project xmlns="http://maven.apache.org/POM/4.0.0" >+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> >+ <modelVersion>4.0.0</modelVersion> >+ <groupId>com.lowagie</groupId> >+ <artifactId>itext-rups</artifactId> >+ <packaging>jar</packaging> >+ <name>iText, a Free Java-PDF library (rups package)</name> >+ <version>2.1.7</version> >+ <description>iText, a free Java-PDF library (rups package)</description> >+ <url>http://www.lowagie.com/iText/</url> >+ <mailingLists> >+ <mailingList> >+ <name>iText Questions</name> >+ <subscribe> >+ http://lists.sourceforge.net/lists/listinfo/itext-questions >+ </subscribe> >+ <post>itext-questions@lists.sourceforge.net</post> >+ <archive> >+ http://news.gmane.org/gmane.comp.java.lib.itext.general >+ </archive> >+ <otherArchives> >+ <otherArchive>http://www.nabble.com/iText---General-f2701.html</otherArchive> >+ <otherArchive>http://www.junlu.com/2.html</otherArchive> >+ <otherArchive>http://sourceforge.net/mailarchive/forum.php?forum_id=3273</otherArchive> >+ <otherArchive>http://www.mail-archive.com/itext-questions%40lists.sourceforge.net/</otherArchive> >+ </otherArchives> >+ </mailingList> >+ </mailingLists> >+ <developers> >+ <developer> >+ <id>blowagie</id> >+ <name>Bruno Lowagie</name> >+ <email>bruno@lowagie.com</email> >+ <url>http://www.lowagie.com</url> >+ </developer> >+ <developer> >+ <id>psoares33</id> >+ <name>Paulo Soares</name> >+ <email>psoares33@users.sourceforge.net</email> >+ </developer> >+ <developer> >+ <id>hallm</id> >+ <name>Mark Hall</name> >+ <email>hallm@users.sourceforge.net</email> >+ </developer> >+ <developer> >+ <id>xlv</id> >+ <name>Xavier Le Vourch</name> >+ <email>xlv@users.sourceforge.net</email> >+ </developer> >+ </developers> >+ <licenses> >+ <license> >+ <name>Mozilla Public License</name> >+ <url>http://www.mozilla.org/MPL/MPL-1.1.html</url> >+ <comments> >+ iText was originally published under the LGPLicense. >+ LGPL can be used as an alternative license for the MPL. >+ </comments> >+ </license> >+ </licenses> >+ <scm> >+ <connection>scm:svn:http://itext.svn.sourceforge.net/svnroot/itext</connection> >+ <url>http://itext.svn.sourceforge.net/viewvc/itext</url> >+ </scm> >+ <dependencies> >+ <dependency> >+ <groupId>bouncycastle</groupId> >+ <artifactId>bcmail-jdk14</artifactId> >+ <version>138</version> >+ </dependency> >+ <dependency> >+ <groupId>bouncycastle</groupId> >+ <artifactId>bcprov-jdk14</artifactId> >+ <version>138</version> >+ </dependency> >+ <dependency> >+ <groupId>bouncycastle</groupId> >+ <artifactId>bctsp-jdk14</artifactId> >+ <version>138</version> >+ </dependency> >+ </dependencies> >+ <build> >+ <plugins> >+ <plugin> >+ <groupId>org.apache.maven.plugins</groupId> >+ <artifactId>maven-jar-plugin</artifactId> >+ <configuration> >+ <archive> >+ <manifest> >+ <mainClass> >+ com.lowagie.tools.ToolboxAvailable >+ </mainClass> >+ </manifest> >+ </archive> >+ </configuration> >+ </plugin> >+ </plugins> >+ </build> >+</project> >diff --git a/itext.spec b/itext.spec >index 52408a2..e0798ac 100644 >--- a/itext.spec >+++ b/itext.spec >@@ -26,6 +26,10 @@ Source6: itext-toolbox.desktop > # cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/tools checkout -r v2_1_7 org.eclipse.orbit/com.lowagie.text/META-INF/MANIFEST.MF > # tar cf export-manifest.tar org.eclipse.orbit/com.lowagie.text/META-INF/MANIFEST.MF > Source7: export-manifest.tar >+ >+Source8: http://repo1.maven.org/maven2/com/lowagie/itext-rtf/%{version}/itext-rtf-%{version}.pom >+Source9: http://repo1.maven.org/maven2/com/lowagie/itext-rups/%{version}/itext-rups-%{version}.pom >+ > Patch1: itext-2.1.5-pdftk.patch > > # The iText POM specifies that it requires bouncycastle's "jdk14" JARs >@@ -92,8 +96,6 @@ BuildArch: noarch > Requires: bouncycastle-tsp >= 1.46-4 > Requires: java >= 1.5 > Requires: jpackage-utils >-Requires(post): jpackage-utils >-Requires(postun): jpackage-utils > Obsoletes: itext < 2.1.7-12 > > %description core >@@ -166,6 +168,18 @@ cp -pr %{SOURCE2} JPP-itext.pom > %patch4 -p0 > %patch5 -p0 > >+cp -pr %{SOURCE8} JPP-%{name}-rtf.pom >+cp -pr %{SOURCE9} JPP-%{name}-rups.pom >+ >+for p in JPP-%{name}-rtf.pom JPP-%{name}-rups.pom ; do >+%pom_remove_dep bouncycastle:bcmail-jdk14 ${p} >+%pom_add_dep org.bouncycastle:bcmail-jdk16 ${p} >+%pom_remove_dep bouncycastle:bcprov-jdk14 ${p} >+%pom_add_dep org.bouncycastle:bcprov-jdk16 ${p} >+%pom_remove_dep bouncycastle:bctsp-jdk14 ${p} >+%pom_add_dep org.bouncycastle:bctsp-jdk16 ${p} >+done >+ > # move manifest to build area > tar -xf %{SOURCE7} > mv org.eclipse.orbit/com.lowagie.text/META-INF/MANIFEST.MF src/ant >@@ -253,8 +267,12 @@ cp -pr build/docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} > # Install the pom > install -dm 755 $RPM_BUILD_ROOT%{_mavenpomdir} > cp -pr JPP-itext.pom $RPM_BUILD_ROOT%{_mavenpomdir} >-%add_to_maven_depmap itext itext %{version} JPP itext >-%add_to_maven_depmap com.lowagie itext %{version} JPP itext >+%add_maven_depmap JPP-%{name}.pom %{name}.jar -a "itext:itext" >+ >+cp -pr JPP-%{name}-rtf.pom $RPM_BUILD_ROOT%{_mavenpomdir} >+%add_maven_depmap JPP-%{name}-rtf.pom %{name}-rtf.jar -f rtf >+cp -pr JPP-%{name}-rups.pom $RPM_BUILD_ROOT%{_mavenpomdir} >+%add_maven_depmap JPP-%{name}-rups.pom %{name}-rups.jar -f rups > > %post > %if %{with_gcj} >@@ -272,12 +290,6 @@ cp -pr JPP-itext.pom $RPM_BUILD_ROOT%{_mavenpomdir} > fi > %endif > >-%post core >-%update_maven_depmap >- >-%postun core >-%update_maven_depmap >- > %post rups > touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : > >@@ -323,6 +335,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : > %files rtf > %{_javadir}/%{name}-rtf.jar > %{_javadir}/%{name}-rtf-%{version}.jar >+%{_mavenpomdir}/JPP-%{name}-rtf.pom >+%{_mavendepmapfragdir}/%{name}-rtf > > %files rups > %doc src/rups/com/lowagie/rups/view/icons/copyright_notice.txt >@@ -331,6 +345,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : > %{_bindir}/%{name}-rups > %{_datadir}/applications/%{name}-rups.desktop > %{_datadir}/icons/hicolor/128x128/apps/%{name}-rups.png >+%{_mavenpomdir}/JPP-%{name}-rups.pom >+%{_mavendepmapfragdir}/%{name}-rups > > %files toolbox > %doc src/toolbox/com/lowagie/toolbox/tools.txt >@@ -346,6 +362,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : > # ----------------------------------------------------------------------------- > > %changelog >+* Wed Nov 21 2012 gil cattaneo <puntogil@libero.it> - 2.1.7-16 >+- added rtf and rups maven poms files >+- minor changes to current guideline >+ > * Wed Nov 7 2012 Caolán McNamara <caolanm@redhat.com> - 2.1.7-15 > - clarify licences > >-- >1.7.7.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 879010
: 649381