b9a2c01
%bcond_without itext
f156e63
%bcond_without markdown
f2f4bbf
%bcond_without fop
b9a2c01
2fc3991
Name:           maven-doxia
f14834c
Version:        1.7
2395d51
Release:        6%{?dist}
2fc3991
Epoch:          0
2fc3991
Summary:        Content generation framework
9035039
License:        ASL 2.0
2fc3991
URL:            http://maven.apache.org/doxia/
2fc3991
Stanislav Ochotnicky d1ed567
Source0:        http://repo2.maven.org/maven2/org/apache/maven/doxia/doxia/%{version}/doxia-%{version}-source-release.zip
b7e1c10
Stanislav Ochotnicky 6c76380
# Build against iText 2.x
d892f8d
# https://issues.apache.org/jira/browse/DOXIA-53
d9f0e25
Patch1:         0001-Fix-itext-dependency.patch
Stanislav Ochotnicky 6c76380
bd5cd27
# Accepted upstream: DOXIA-504, https://issues.apache.org/jira/browse/DOXIA-504
d9f0e25
Patch2:         0002-Update-to-Plexus-Container-1.5.5.patch
7c65552
2ab4c3e
# Don't run bad tests which rely on ordering in set (they fail with Java 8)
f14834c
Patch3:         0003-Disable-tests-which-rely-on-ordering-in-set.patch
2ab4c3e
f6a46a8
# Not upstreamable due to higher Java version of fop's dependencies
f14834c
Patch4:         0004-Port-to-fop-2.0.patch
f6a46a8
2fc3991
BuildArch:      noarch
2fc3991
Stanislav Ochotnicky 0fc696f
BuildRequires:  maven-local
177ad9c
BuildRequires:  mvn(commons-configuration:commons-configuration)
177ad9c
BuildRequires:  mvn(commons-lang:commons-lang)
177ad9c
BuildRequires:  mvn(junit:junit)
177ad9c
BuildRequires:  mvn(org.apache.httpcomponents:httpclient)
177ad9c
BuildRequires:  mvn(org.apache.httpcomponents:httpcore)
177ad9c
BuildRequires:  mvn(org.apache.maven.doxia:doxia-core)
177ad9c
BuildRequires:  mvn(org.apache.maven.doxia:doxia-core::tests:)
177ad9c
BuildRequires:  mvn(org.apache.maven.doxia:doxia-logging-api)
177ad9c
BuildRequires:  mvn(org.apache.maven.doxia:doxia-module-apt)
177ad9c
BuildRequires:  mvn(org.apache.maven.doxia:doxia-modules:pom:)
177ad9c
BuildRequires:  mvn(org.apache.maven.doxia:doxia-module-xhtml)
177ad9c
BuildRequires:  mvn(org.apache.maven.doxia:doxia:pom:)
177ad9c
BuildRequires:  mvn(org.apache.maven.doxia:doxia-sink-api)
177ad9c
BuildRequires:  mvn(org.apache.maven.doxia:doxia-test-docs)
177ad9c
BuildRequires:  mvn(org.apache.maven:maven-parent:pom:)
f2f4bbf
%if %{with fop}
4decc55
BuildRequires:  mvn(org.apache.logging.log4j:log4j-1.2-api)
177ad9c
BuildRequires:  mvn(org.apache.xmlgraphics:fop)
f2f4bbf
%endif
177ad9c
BuildRequires:  mvn(org.codehaus.modello:modello-maven-plugin)
177ad9c
BuildRequires:  mvn(org.codehaus.plexus:plexus-component-annotations)
177ad9c
BuildRequires:  mvn(org.codehaus.plexus:plexus-component-metadata)
177ad9c
BuildRequires:  mvn(org.codehaus.plexus:plexus-container-default)
177ad9c
BuildRequires:  mvn(org.codehaus.plexus:plexus-utils)
177ad9c
BuildRequires:  mvn(xerces:xercesImpl)
177ad9c
BuildRequires:  mvn(xmlunit:xmlunit)
b9a2c01
%if %{with itext}
177ad9c
BuildRequires:  mvn(com.lowagie:itext)
b9a2c01
%endif
f156e63
%if %{with markdown}
177ad9c
BuildRequires:  mvn(org.pegdown:pegdown)
f156e63
%endif
Stanislav Ochotnicky d1ed567
df40ab7
Obsoletes:      maven-doxia-book < %{epoch}:%{version}-%{release}
df40ab7
Obsoletes:      maven-doxia-maven-plugin < %{epoch}:%{version}-%{release}
c036ae9
Stanislav Ochotnicky d1ed567
2fc3991
%description
2fc3991
Doxia is a content generation framework which aims to provide its
2fc3991
users with powerful techniques for generating static and dynamic
2fc3991
content. Doxia can be used to generate static sites in addition to
2fc3991
being incorporated into dynamic content generation systems like blogs,
2fc3991
wikis and content management systems.
2fc3991
5084a85
5084a85
%package core
5084a85
Summary: Core module for %{name}
5084a85
5084a85
%description core
5084a85
This package provides %{summary}.
5084a85
5084a85
%package logging-api
5084a85
Summary: Logging-api module for %{name}
5084a85
5084a85
%description logging-api
5084a85
This package provides %{summary}.
5084a85
5084a85
%package module-apt
5084a85
Summary: APT module for %{name}
5084a85
5084a85
%description module-apt
5084a85
This package provides %{summary}.
5084a85
5084a85
%package module-confluence
5084a85
Summary: Confluence module for %{name}
5084a85
5084a85
%description module-confluence
5084a85
This package provides %{summary}.
5084a85
5084a85
%package module-docbook-simple
5084a85
Summary: Simplified DocBook module for %{name}
5084a85
5084a85
%description module-docbook-simple
5084a85
This package provides %{summary}.
5084a85
5084a85
%package module-fml
5084a85
Summary: FML module for %{name}
5084a85
5084a85
%description module-fml
5084a85
This package provides %{summary}.
5084a85
f2f4bbf
%if %{with fop}
5084a85
%package module-fo
5084a85
Summary: FO module for %{name}
5084a85
5084a85
%description module-fo
5084a85
This package provides %{summary}.
f2f4bbf
%endif
5084a85
b9a2c01
%if %{with itext}
5084a85
%package module-itext
5084a85
Summary: iText module for %{name}
5084a85
5084a85
%description module-itext
5084a85
This package provides %{summary}.
b9a2c01
%endif
5084a85
f156e63
%if %{with markdown}
f156e63
%package module-markdown
f156e63
Summary: Markdown module for %{name}
f156e63
f156e63
%description module-markdown
f156e63
This package provides %{summary}.
f156e63
%endif
f156e63
5084a85
%package module-latex
5084a85
Summary: Latex module for %{name}
5084a85
5084a85
%description module-latex
5084a85
This package provides %{summary}.
5084a85
5084a85
%package module-rtf
5084a85
Summary: RTF module for %{name}
5084a85
5084a85
%description module-rtf
5084a85
This package provides %{summary}.
5084a85
5084a85
%package modules
5084a85
Summary: Doxia modules for several markup languages.
5084a85
5084a85
%description modules
5084a85
This package provides %{summary}.
5084a85
5084a85
%package module-twiki
5084a85
Summary: TWiki module for %{name}
5084a85
5084a85
%description module-twiki
5084a85
This package provides %{summary}.
5084a85
5084a85
%package module-xdoc
5084a85
Summary: XDoc module for %{name}
5084a85
5084a85
%description module-xdoc
5084a85
This package provides %{summary}.
5084a85
5084a85
%package module-xhtml
5084a85
Summary: XHTML module for %{name}
5084a85
5084a85
%description module-xhtml
5084a85
This package provides %{summary}.
5084a85
5084a85
%package sink-api
5084a85
Summary: Sink-api module for %{name}
5084a85
5084a85
%description sink-api
5084a85
This package provides %{summary}.
5084a85
7c65552
%package tests
7c65552
Summary: Tests for %{name}
7c65552
7c65552
%description tests
7c65552
This package provides %{summary}.
7c65552
5084a85
%package test-docs
5084a85
Summary: Test-docs module for %{name}
5084a85
5084a85
%description test-docs
5084a85
This package provides %{summary}.
5084a85
530a58f
%package javadoc
5084a85
Summary: Javadoc for %{name}
530a58f
530a58f
%description javadoc
530a58f
API documentation for %{name}.
2fc3991
5084a85
2fc3991
%prep
Stanislav Ochotnicky d1ed567
%setup -q -n doxia-%{version}
d9f0e25
%patch1 -p1
f156e63
%patch2 -p1
7c65552
%patch3 -p1
6fb838b
%patch4 -p1
2fc3991
df40ab7
# we don't have clirr-maven-plugin
df40ab7
%pom_remove_plugin org.codehaus.mojo:clirr-maven-plugin pom.xml
df40ab7
f14834c
# complains
f14834c
%pom_remove_plugin :apache-rat-plugin
f14834c
df40ab7
# use java 5 generics in modello plugin
df40ab7
%pom_xpath_inject "pom:plugin[pom:artifactId[text()='modello-maven-plugin']]"\
df40ab7
"/pom:executions/pom:execution/pom:configuration" \
df40ab7
"<useJava5>true</useJava5>" doxia-modules/doxia-module-fml/pom.xml
df40ab7
f14834c
# requires network
f14834c
rm doxia-core/src/test/java/org/apache/maven/doxia/util/XmlValidatorTest.java
f14834c
7c65552
%mvn_package :::tests: tests
7c65552
b9a2c01
%if %{without itext}
b9a2c01
%pom_disable_module doxia-module-itext doxia-modules
b9a2c01
%endif
f156e63
%if %{without markdown}
f156e63
%pom_disable_module doxia-module-markdown doxia-modules
f156e63
%endif
f2f4bbf
%if %{without fop}
f2f4bbf
%pom_disable_module doxia-module-fo doxia-modules
f2f4bbf
%endif
530a58f
2fc3991
%build
7c65552
%mvn_build -s
2fc3991
2fc3991
%install
5084a85
%mvn_install
5084a85
5084a85
5084a85
%files -f .mfiles-doxia
0fee39c
%dir %{_javadir}/%{name}
5084a85
%doc LICENSE NOTICE
5084a85
%files core -f .mfiles-doxia-core
5084a85
%files logging-api -f .mfiles-doxia-logging-api
5084a85
%doc LICENSE NOTICE
5084a85
%files module-apt -f .mfiles-doxia-module-apt
5084a85
%files module-confluence -f .mfiles-doxia-module-confluence
5084a85
%files module-docbook-simple -f .mfiles-doxia-module-docbook-simple
5084a85
%files module-fml -f .mfiles-doxia-module-fml
f2f4bbf
%if %{with fop}
5084a85
%files module-fo -f .mfiles-doxia-module-fo
f2f4bbf
%endif
b9a2c01
%if %{with itext}
5084a85
%files module-itext -f .mfiles-doxia-module-itext
b9a2c01
%endif
f156e63
%if %{with markdown}
f156e63
%files module-markdown -f .mfiles-doxia-module-markdown
f156e63
%endif
5084a85
%files module-latex -f .mfiles-doxia-module-latex
5084a85
%files module-rtf -f .mfiles-doxia-module-rtf
5084a85
%files modules -f .mfiles-doxia-modules
5084a85
%files module-twiki -f .mfiles-doxia-module-twiki
5084a85
%files module-xdoc -f .mfiles-doxia-module-xdoc
5084a85
%files module-xhtml -f .mfiles-doxia-module-xhtml
5084a85
%files sink-api -f .mfiles-doxia-sink-api
5084a85
%files test-docs -f .mfiles-doxia-test-docs
7c65552
%files tests -f .mfiles-tests
5084a85
%doc LICENSE NOTICE
5084a85
%files javadoc -f .mfiles-javadoc
5084a85
%doc LICENSE NOTICE
2fc3991
2fc3991
2fc3991
%changelog
2395d51
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.7-6
2395d51
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2395d51
7bef9f5
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.7-5
7bef9f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7bef9f5
4decc55
* Mon Jul 10 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7-4
4decc55
- Don't require log4j12 unless built with FOP
4decc55
f737fc7
* Mon Jul 03 2017 Michael Simacek <msimacek@redhat.com> - 0:1.7-3
f737fc7
- Add missing BR on log4j
f737fc7
f2f4bbf
* Tue Feb 07 2017 Michael Simacek <msimacek@redhat.com> - 0:1.7-2
f2f4bbf
- Add conditional for fop
f2f4bbf
f14834c
* Mon May 02 2016 Michael Simacek <msimacek@redhat.com> - 0:1.7-1
f14834c
- Update to upstream version 1.7
f14834c
6a4b37d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.6-5
6a4b37d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
6a4b37d
f6a46a8
* Tue Aug 18 2015 Michael Simacek <msimacek@redhat.com> - 0:1.6-4
f6a46a8
- Port to fop-2.0
8d001c3
- Cleanup bundled class from sitetools
f6a46a8
2378df8
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.6-3
2378df8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2378df8
80faf7e
* Fri Mar 20 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.6-2
80faf7e
- Rebuild for fop update
80faf7e
177ad9c
* Thu Jul 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.6-1
177ad9c
- Update to upstream version 1.6
177ad9c
46813bb
* Wed Jun 11 2014 Michael Simacek <msimacek@redhat.com> - 0:1.5-7
46813bb
- Change BR classworlds to plexus-classworlds
46813bb
d6e34cd
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.5-6
d6e34cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d6e34cd
d8feda9
* Mon May 12 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.5-5
d8feda9
- Build-require pegdown >= 1.4.2-2
d8feda9
2ab4c3e
* Wed Mar 26 2014 Michal Srb <msrb@redhat.com> - 0:1.5-4
2ab4c3e
- Disable bad tests which rely on ordering in set
2ab4c3e
Stanislav Ochotnicky 1f1a9e0
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.5-3
Stanislav Ochotnicky 1f1a9e0
- Use Requires: java-headless rebuild (#1067528)
Stanislav Ochotnicky 1f1a9e0
a9a97bc
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.5-2
a9a97bc
- Fix unowned directory
a9a97bc
788126f
* Tue Dec 10 2013 Michael Simacek <msimacek@redhat.com> - 0:1.5-1
788126f
- Update to upstream version 1.5
788126f
- Move back RenderingContext.java that was moved to doxia-sitetools which
788126f
  doesn't have a release yet
788126f
d37c312
* Thu Dec  5 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.4-6
d37c312
- BuildRequire plexus-containers-container-default 1.5.5-14
d37c312
- Resolves: rhbz#1036584
d37c312
Stanislav Ochotnicky 7a847f4
* Mon Nov 25 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.4-5
Stanislav Ochotnicky 7a847f4
- Rebuild after itext versioned jar fixed
Stanislav Ochotnicky 7a847f4
6fb838b
* Thu Nov  7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.4-4
6fb838b
- Port to Commons Collections 1.10
6fb838b
7c65552
* Wed Nov  6 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.4-3
7c65552
- Enable tests
7c65552
e1c2fe5
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.4-2
e1c2fe5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e1c2fe5
f156e63
* Mon Apr 29 2013 Michal Srb <msrb@redhat.com> - 0:1.4-1
f156e63
- Update to upstream version 1.4
f156e63
- Enable markdown module
f156e63
- Remove unneeded patch
f156e63
Stanislav Ochotnicky 9214d87
* Tue Apr 23 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.3-3
Stanislav Ochotnicky 9214d87
- Remove ant-nodeps BuildRequires
Stanislav Ochotnicky 9214d87
b9a2c01
* Mon Apr  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3-2
b9a2c01
- Conditionally disable itext module
b9a2c01
df40ab7
* Tue Mar 19 2013 Michal Srb <msrb@redhat.com> - 0:1.3-1
df40ab7
- Update to upstream version 1.3
df40ab7
- Remove temporary dependencies on subpackages
df40ab7
0424f4f
* Thu Feb  7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.2-9
0424f4f
- Remove runtime requirement on POM: httpcomponents-project
0424f4f
Stanislav Ochotnicky 0fc696f
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0:1.2-9
Stanislav Ochotnicky 0fc696f
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
Stanislav Ochotnicky 0fc696f
- Replace maven BuildRequires with maven-local
Stanislav Ochotnicky 0fc696f
Stanislav Ochotnicky 637853a
* Thu Dec 20 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.2-8
Stanislav Ochotnicky 637853a
- Add httpcomponents-project to doxia-core requires
Stanislav Ochotnicky 637853a
c036ae9
* Thu Dec 20 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.2-7
c036ae9
- Temporarly require all subpackages in the main package
c036ae9
5084a85
* Wed Dec 19 2012 Michal Srb <msrb@redhat.com>
5084a85
- Splitted into multiple subpackages (Resolves: #888710)
5084a85
562aa27
* Mon Dec 10 2012 Michal Srb <msrb@redhat.com> - 0:1.2-5
562aa27
- Migrated to plexus-components-component-default (Resolves: #878553)
562aa27
- Removed custom depmap and its occurrence in spec file
562aa27
- Fixed various rpmlint warnings
562aa27
33c1ae5
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.2-4
33c1ae5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
33c1ae5
Stanislav Ochotnicky 0114a37
* Mon Jan  9 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.2-3
Stanislav Ochotnicky 0114a37
- Remove plexus-xmlrpc from BR
Stanislav Ochotnicky 0114a37
- Update patches to work without plexus-maven-plugin
Stanislav Ochotnicky 0114a37
Stanislav Ochotnicky 1145e6a
* Fri May  6 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.2-2
Stanislav Ochotnicky 1145e6a
- Add forgotten missing requires
Stanislav Ochotnicky 1145e6a
Stanislav Ochotnicky d1ed567
* Fri May  6 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.2-1
Stanislav Ochotnicky d1ed567
- Update to latest upstream (1.2)
Stanislav Ochotnicky d1ed567
- Use maven 3 to build
Stanislav Ochotnicky d1ed567
- Remove version limits on BR/R (not valid anymore anyway)
Stanislav Ochotnicky d1ed567
- Remove "assert" patch (no explanation for it's existence)
Stanislav Ochotnicky d1ed567
Stanislav Ochotnicky a5594ad
* Tue Feb 22 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.1.4-3
Stanislav Ochotnicky a5594ad
- Change oro to jakarta-oro in BR/R
Stanislav Ochotnicky a5594ad
f93804f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1.4-2
f93804f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f93804f
Stanislav Ochotnicky 6c76380
* Thu Dec 23 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.1.4-1
Stanislav Ochotnicky 6c76380
- Update to 1.1.4
Stanislav Ochotnicky 0d5b8a0
- Migrate from tomca5 to tomca6
Stanislav Ochotnicky 0d5b8a0
- Versionless jars and javadocs
Stanislav Ochotnicky 74a6c71
- Remove old skip-plugin patch
Stanislav Ochotnicky 74a6c71
- Replace add-default-role-hint patch with remove-plexus-component patch
Stanislav Ochotnicky 8c626a4
- Rename few jakarta BRs/Rs to apache names
Stanislav Ochotnicky 74a6c71
Stanislav Ochotnicky a56557a
* Tue Sep  7 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.1.3-1
Stanislav Ochotnicky a56557a
- New bugfix version
Stanislav Ochotnicky a56557a
- Fix javadoc generation error
Stanislav Ochotnicky a56557a
- Use %%{_mavenpomdir} macro
Stanislav Ochotnicky a56557a
- Update BRs to latest maven plugin names
Stanislav Ochotnicky a56557a
- Use new plexus-containers components
Stanislav Ochotnicky a56557a
- Remove/update old patches
Stanislav Ochotnicky a56557a
530a58f
* Tue May 25 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.1.2-3
530a58f
- Update for transitional maven state.
530a58f
- Install doxia-modules pom.
530a58f
bf2c748
* Wed May  5 2010 Mary Ellen Foster <mefoster at gmail.com> 0:1.1.2-2
bf2c748
- Add BuildRequirement on fop
bf2c748
bf2c748
* Fri Feb 12 2010 Mary Ellen Foster <mefoster at gmail.com> 0:1.1.2-1
bf2c748
- Update to 1.1.2
bf2c748
- Add update_maven_depmap to post and postun
bf2c748
- Temporarily disable javadoc until maven2-plugin-javadoc is rebuilt against
bf2c748
  the new doxia
bf2c748
5d24863
* Mon Dec 21 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.8.a10.4
5d24863
- BR maven2-plugin-plugin.
5d24863
7282e96
* Mon Dec 21 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.8.a10.3
7282e96
- BR maven2-plugin-assembly.
7282e96
c067972
* Mon Dec 21 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.8.a10.2
c067972
- BR maven-surefire-provider-junit.
c067972
Andrew Overholt 5672156
* Tue Sep 01 2009 Andrew Overholt <overholt@redhat.com> 0:1.0-0.8.a10.1
Andrew Overholt 5672156
- Add tomcat5 BR
Andrew Overholt 5672156
Andrew Overholt d9aaa0a
* Tue Sep 01 2009 Andrew Overholt <overholt@redhat.com> 0:1.0-0.8.a10
Andrew Overholt d9aaa0a
- Add tomcat5-servlet-2.4-api BR
Andrew Overholt d9aaa0a
Andrew Overholt 7e654ca
* Tue Sep 01 2009 Andrew Overholt <overholt@redhat.com> 0:1.0-0.7.a10
Andrew Overholt 7e654ca
- Fix plexus-cli BR version
Andrew Overholt 7e654ca
Andrew Overholt 99bd34e
* Mon Aug 31 2009 Andrew Overholt <overholt@redhat.com> 0:1.0-0.6.a10
Andrew Overholt 99bd34e
- Add itext and plexus-cli BRs
Andrew Overholt 99bd34e
Andrew Overholt d2446c1
* Wed Aug 26 2009 Andrew Overholt <overholt@redhat.com> 0:1.0-0.5.a10
Andrew Overholt d2446c1
- Update to 1.0 alpha 10 courtesy of Deepak Bhole
Andrew Overholt d2446c1
- Remove gcj support
Andrew Overholt d2446c1
- Add patch to build against iText 2.x (with back-ported XML classes)
Andrew Overholt d2446c1
ff42bc8
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.4.a7.2.10
ff42bc8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ff42bc8
4b5fb2c
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.3.a7.2.10
4b5fb2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4b5fb2c
0b33507
* Wed Aug 13 2008 Deepak Bhole <dbhole@redhat.com> 1.0-0.2.a7.2.10
0b33507
- Fix broken release tag
0b33507
37360da
* Wed Aug 13 2008 Deepak Bhole <dbhole@redhat.com> 1.0-0.2.a7.2.9
37360da
- Build for ppc64
37360da
effa4a1
* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.0-0.2.a7.2.8
effa4a1
- drop repotag
effa4a1
9035039
* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.0-0.2.a7.2jpp.7
9035039
- fix license tag
9035039
6552ccc
* Thu Feb 28 2008 Deepak Bhole <dbhole@redhat.com> 1.0-0.2.a7.2jpp.6
6552ccc
- Rebuild
b9db6c4
8ad5527
* Fri Sep 21 2007 Deepak Bhole <dbhole@redhat.com> 1.0-0.1.a7.3jpp.5
8ad5527
- Build with maven
8ad5527
- ExcludeArch ppc64
8ad5527
d5443c3
* Sat Sep 01 2007 Deepak Bhole <dbhole@redhat.com> 0:1.0-0.1.a7.3jpp.4
d5443c3
- Rebuild without maven (fpr initial ppc build)
d5443c3
7c9b7af
* Tue Mar 20 2007 Deepak Bhole <dbhole@redhat.com> 0:1.0-0.1.a7.3jpp.3
7c9b7af
- Added switch to ignore failures for the time being
7c9b7af
725d436
* Tue Mar 20 2007 Deepak Bhole <dbhole@redhat.com> 0:1.0-0.1.a7.3jpp.2
725d436
- Build with maven
725d436
2fc3991
* Tue Feb 27 2007 Tania Bento <tbento@redhat.com> 0:1.0-0.1.a7.3jpp.1
2fc3991
- Fixed %%Release.
2fc3991
- Fixed %%BuildRoot.
2fc3991
- Removed %%Vendor.
2fc3991
- Removed %%Distribution.
2fc3991
- Removed %%post and %%postun sections for javadoc.
2fc3991
- Fixed instructios on how to generate source drop.
2fc3991
- Fixed %%Summary.
2fc3991
- Added gcj support option.
2fc3991
- Marked configuration file as %%config(noreplace) in %%files section.
2fc3991
2fc3991
* Tue Oct 17 2006 Deepak Bhole <dbhole@redhat.com> 1.0-0.a7.3jpp
2fc3991
- Update for maven2 9jpp
2fc3991
2fc3991
* Fri Jun 23 2006 Deepak Bhole <dbhole@redhat.com> - 0:1.0-0.a7.2jpp
2fc3991
- Fix versions in the depmap
2fc3991
2fc3991
* Wed Mar 15 2006 Deepak Bhole <dbhole@redhat.com> - 0:1.0-0.a7.1jpp
2fc3991
- Initial build