2fc3991
# Copyright (c) 2000-2005, JPackage Project
2fc3991
# All rights reserved.
2fc3991
#
2fc3991
# Redistribution and use in source and binary forms, with or without
2fc3991
# modification, are permitted provided that the following conditions
2fc3991
# are met:
2fc3991
#
2fc3991
# 1. Redistributions of source code must retain the above copyright
2fc3991
#    notice, this list of conditions and the following disclaimer.
2fc3991
# 2. Redistributions in binary form must reproduce the above copyright
2fc3991
#    notice, this list of conditions and the following disclaimer in the
2fc3991
#    documentation and/or other materials provided with the
2fc3991
#    distribution.
2fc3991
# 3. Neither the name of the JPackage Project nor the names of its
2fc3991
#    contributors may be used to endorse or promote products derived
2fc3991
#    from this software without specific prior written permission.
2fc3991
#
2fc3991
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2fc3991
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2fc3991
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2fc3991
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2fc3991
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2fc3991
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2fc3991
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2fc3991
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2fc3991
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2fc3991
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2fc3991
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2fc3991
#
2fc3991
b9a2c01
%if 0%{?fedora}
b9a2c01
%bcond_without itext
b9a2c01
%endif
b9a2c01
2fc3991
Name:           maven-doxia
df40ab7
Version:        1.3
Stanislav Ochotnicky 9214d87
Release:        3%{?dist}
2fc3991
Epoch:          0
2fc3991
Summary:        Content generation framework
9035039
License:        ASL 2.0
Stanislav Ochotnicky a56557a
Group:          Development/Libraries
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 a56557a
Stanislav Ochotnicky a56557a
# TODO: push upstream
Stanislav Ochotnicky 6c76380
Patch0:         0001-Use-plexus-component-metadata.patch
Stanislav Ochotnicky a56557a
# TODO: push upstream
Stanislav Ochotnicky 74a6c71
# abstract class should not be annotated as component because maven
Stanislav Ochotnicky 74a6c71
# will pick it up and try to instantiate
Stanislav Ochotnicky 6c76380
Patch1:         0002-doxia-core-remove-plexus-component-annotation.patch
Stanislav Ochotnicky 6c76380
Stanislav Ochotnicky 6c76380
# Build against iText 2.x
Stanislav Ochotnicky 6c76380
# http://jira.codehaus.org/browse/DOXIA-53
Stanislav Ochotnicky d1ed567
Patch3:         0004-Fix-itext-dependency.patch
Stanislav Ochotnicky 6c76380
2fc3991
BuildArch:      noarch
2fc3991
Andrew Overholt d2446c1
BuildRequires:  java >= 1:1.6.0
Stanislav Ochotnicky d1ed567
BuildRequires:  jpackage-utils
5084a85
BuildRequires:  ant
Stanislav Ochotnicky d1ed567
BuildRequires:  plexus-cli
Stanislav Ochotnicky 0fc696f
BuildRequires:  maven-local
Stanislav Ochotnicky a56557a
BuildRequires:  maven-assembly-plugin
530a58f
BuildRequires:  maven-compiler-plugin
530a58f
BuildRequires:  maven-install-plugin
530a58f
BuildRequires:  maven-jar-plugin
530a58f
BuildRequires:  maven-javadoc-plugin
Stanislav Ochotnicky a56557a
BuildRequires:  maven-resources-plugin
530a58f
BuildRequires:  maven-plugin-plugin
Stanislav Ochotnicky a56557a
BuildRequires:  maven-site-plugin
Stanislav Ochotnicky a56557a
BuildRequires:  maven-shade-plugin
c067972
BuildRequires:  maven-surefire-maven-plugin
c067972
BuildRequires:  maven-surefire-provider-junit
530a58f
BuildRequires:  maven-shared-reporting-impl
530a58f
BuildRequires:  maven-doxia-sitetools
530a58f
BuildRequires:  maven-doxia-tools
Stanislav Ochotnicky d1ed567
BuildRequires:  modello-maven-plugin
2fc3991
BuildRequires:  classworlds
Stanislav Ochotnicky 8c626a4
BuildRequires:  apache-commons-collections
530a58f
BuildRequires:  apache-commons-logging
Stanislav Ochotnicky 0d5b8a0
BuildRequires:  apache-commons-validator
Stanislav Ochotnicky 8c626a4
BuildRequires:  apache-commons-configuration
2fc3991
BuildRequires:  junit
Stanislav Ochotnicky a5594ad
BuildRequires:  jakarta-oro
2fc3991
BuildRequires:  plexus-i18n
Stanislav Ochotnicky d1ed567
BuildRequires:  plexus-utils
2fc3991
BuildRequires:  plexus-velocity
530a58f
BuildRequires:  plexus-build-api
2fc3991
BuildRequires:  velocity
562aa27
BuildRequires:  fop
Stanislav Ochotnicky a56557a
BuildRequires:  plexus-containers-component-metadata
Stanislav Ochotnicky a56557a
BuildRequires:  plexus-containers-component-javadoc
Stanislav Ochotnicky a56557a
BuildRequires:  plexus-containers-container-default
Stanislav Ochotnicky 6c76380
BuildRequires:  httpcomponents-client
Stanislav Ochotnicky 6c76380
BuildRequires:  httpcomponents-project
Stanislav Ochotnicky d1ed567
BuildRequires:  xmlgraphics-commons
Stanislav Ochotnicky d1ed567
BuildRequires:  avalon-framework
Stanislav Ochotnicky d1ed567
BuildRequires:  geronimo-parent-poms
Stanislav Ochotnicky d1ed567
BuildRequires:  geronimo-jms
Stanislav Ochotnicky d1ed567
BuildRequires:  javamail
b9a2c01
%if %{with itext}
b9a2c01
BuildRequires:  itext
b9a2c01
%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
5084a85
%package module-fo
5084a85
Summary: FO module for %{name}
5084a85
5084a85
%description module-fo
5084a85
This package provides %{summary}.
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
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
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}
5084a85
Group:   Documentation
530a58f
530a58f
%description javadoc
530a58f
API documentation for %{name}.
2fc3991
5084a85
2fc3991
%prep
Stanislav Ochotnicky d1ed567
%setup -q -n doxia-%{version}
bf2c748
%patch0 -p1
bf2c748
%patch1 -p1
bf2c748
%patch3 -p1
2fc3991
df40ab7
# we don't have clirr-maven-plugin
df40ab7
%pom_remove_plugin org.codehaus.mojo:clirr-maven-plugin pom.xml
df40ab7
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
df40ab7
# markdown module requires older version (1.0.2) of the pegdown library
b9a2c01
%pom_disable_module doxia-module-markdown doxia-modules
b9a2c01
%if %{without itext}
b9a2c01
%pom_disable_module doxia-module-itext doxia-modules
b9a2c01
%endif
530a58f
2fc3991
%build
Stanislav Ochotnicky d1ed567
# tests disabled because some use old plexus-container and don't work
Stanislav Ochotnicky d1ed567
# with new
5084a85
%mvn_build -f -s
2fc3991
2fc3991
%install
5084a85
%mvn_install
5084a85
5084a85
5084a85
%files -f .mfiles-doxia
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
5084a85
%files module-fo -f .mfiles-doxia-module-fo
b9a2c01
%if %{with itext}
5084a85
%files module-itext -f .mfiles-doxia-module-itext
b9a2c01
%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
5084a85
%doc LICENSE NOTICE
5084a85
%files javadoc -f .mfiles-javadoc
5084a85
%doc LICENSE NOTICE
2fc3991
2fc3991
2fc3991
%changelog
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