Blame SPECS/maven-doxia.spec

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