342f978
%global gittag %(v=%{version}; echo "release-$v" | sed 's/\\./-/')
342f978
%global srctgz %(v=%{version}; echo "icu4j-$v" | sed 's/\\./_/')
342f978
ccac3a0
Name:           icu4j
21e6d65
Version:        65.1
646ab0b
Release:        5%{?dist}
b81b84f
Epoch:          1
50094ee
Summary:        International Components for Unicode for Java
a4c1f79
# ICU itself is now covered by Unicode license, but still has contributed
a4c1f79
# components covered by MIT and BSD licenses
a4c1f79
# Data from the Timezone Database is Public Domain
a4c1f79
License:        Unicode and MIT and BSD and Public Domain
a8f8cdd
URL:            http://site.icu-project.org/
66167ea
342f978
Source0:        https://github.com/unicode-org/icu/releases/download/%{gittag}/%{srctgz}.tgz
342f978
66167ea
# Add better OSGi metadata to core jar
4c6240d
Patch0:         0001-Improve-OSGi-manifest.patch
4c6240d
4c6240d
# Use default Doclet due to Doclet API changes in Java 9+
4c6240d
# that prevent ICU's custom one from being built
4c6240d
Patch1:         0002-Use-default-doclet.patch
66167ea
736c03c
BuildRequires:  ant
6885758
BuildRequires:  ant-junit
66167ea
BuildRequires:  javapackages-local
6885758
BuildRequires:  ivy-local
14734e0
66167ea
BuildArch:      noarch
50094ee
50094ee
%description
50094ee
The International Components for Unicode (ICU) library provides robust and
50094ee
full-featured Unicode services on a wide variety of platforms. ICU supports
50094ee
the most current version of the Unicode standard, and provides support for
50094ee
supplementary characters (needed for GB 18030 repertoire support).
50094ee
50094ee
Java provides a very strong foundation for global programs, and IBM and the
50094ee
ICU team played a key role in providing globalization technology into Sun's
50094ee
Java. But because of its long release schedule, Java cannot always keep
50094ee
up-to-date with evolving standards. The ICU team continues to extend Java's
50094ee
Unicode and internationalization support, focusing on improving
50094ee
performance, keeping current with the Unicode standard, and providing
50094ee
richer APIs, while remaining as compatible as possible with the original
50094ee
Java text and internationalization API design.
50094ee
Krzysztof Daniel 8eeaf18
%package charset
a4c1f79
Summary: Charset converter library of %{name}
Krzysztof Daniel 8eeaf18
Krzysztof Daniel 8eeaf18
%description charset
719b68d
Charset converter library of %{name}.
66167ea
66167ea
%package localespi
a4c1f79
Summary: Locale SPI library of %{name}
66167ea
66167ea
%description localespi
719b68d
Locale SPI library of %{name}.
Krzysztof Daniel 8eeaf18
50094ee
%package javadoc
a4c1f79
Summary: Javadoc for %{name}
a4c1f79
Requires: java-javadoc
50094ee
50094ee
%description javadoc
719b68d
API documentation for %{name}.
50094ee
50094ee
%prep
342f978
%setup -q -c
4c6240d
%patch0 -p1
4c6240d
%patch1 -p1
defe1d8
3b1a55a
# Ivy local does not name these libs as icu4j expects
3b1a55a
sed -i -e 's/junit-4.12/junit-SYSTEM/' \
3b1a55a
       -e 's/hamcrest-core-1.3/hamcrest-core-SYSTEM/' build.xml
3b1a55a
3b1a55a
# Missing dep on pl.pragmatists:JUnitParams for tests, so delete tests that
3b1a55a
# requires it for now
3b1a55a
sed -i -e '/pl.pragmatists/d' ivy.xml
3b1a55a
rm main/tests/core/src/com/ibm/icu/dev/test/format/DataDrivenFormatTest.java
3b1a55a
rm main/tests/core/src/com/ibm/icu/dev/test/calendar/DataDrivenCalendarTest.java
3b1a55a
rm main/tests/core/src/com/ibm/icu/dev/test/serializable/CompatibilityTest.java
3b1a55a
rm main/tests/core/src/com/ibm/icu/dev/test/serializable/CoverageTest.java
21e6d65
rm main/tests/core/src/com/ibm/icu/dev/test/util/LocaleMatcherTest.java
3b1a55a
rm main/tests/charset/src/com/ibm/icu/dev/test/charset/TestConversion.java
342f978
rm main/tests/translit/src/com/ibm/icu/dev/test/translit/TransliteratorDisorderedMarksTest.java
3b1a55a
50094ee
%build
66167ea
export JAVA_HOME=%{_jvmdir}/java/
a059145
mkdir -p ~/.ant/lib
4c6240d
ant -Djavac.source=8 -Djavac.target=8 -Divy.mode=local -Doffline=true -Ddoclint.option='-Xdoclint:none' -Dicu4j.api.doc.jdk.link= all
66167ea
a4c1f79
for jar in icu4j icu4j-charset icu4j-localespi ; do
a4c1f79
  sed -i -e 's/@POMVERSION@/%{version}/' maven/$jar/pom.xml
a4c1f79
  %mvn_artifact maven/$jar/pom.xml $jar.jar
a4c1f79
  %mvn_package :$jar $jar
a4c1f79
done
50094ee
66167ea
%install
66167ea
%mvn_install -J doc
66167ea
66167ea
# No poms for these, so install manually
66167ea
install -m 644 icu4j-charset.jar   %{buildroot}%{_javadir}/icu4j/
66167ea
install -m 644 icu4j-localespi.jar %{buildroot}%{_javadir}/icu4j/
50094ee
a4c1f79
%files -f .mfiles-icu4j
193018d
%license main/shared/licenses/*
193018d
%doc readme.html APIChangeReport.html
50094ee
a4c1f79
%files charset -f .mfiles-icu4j-charset
66167ea
a4c1f79
%files localespi -f .mfiles-icu4j-localespi
Krzysztof Daniel 8eeaf18
66167ea
%files javadoc -f .mfiles-javadoc
193018d
%license main/shared/licenses/*
50094ee
50094ee
%changelog
646ab0b
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:65.1-5
646ab0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
646ab0b
4c6240d
* Fri Jul 24 2020 Mat Booth <mat.booth@redhat.com> - 1:65.1-4
4c6240d
- Use default doclet to prevent doc build failures on Java 11
4c6240d
6da5af0
* Wed May 20 2020 Mat Booth <mat.booth@redhat.com> - 1:65.1-3
6da5af0
- Allow building on Java 11
6da5af0
2c76bb2
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:65.1-2
2c76bb2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
2c76bb2
21e6d65
* Thu Jan 23 2020 Mat Booth <mat.booth@redhat.com> - 1:65.1-1
21e6d65
- Update to latest upstream release
21e6d65
a2a7066
* Thu Dec 12 2019 Mat Booth <mat.booth@redhat.com> - 1:64.2-3
a2a7066
- Tests take too long on 32bit arm
a2a7066
aed5d76
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:64.2-2
aed5d76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
aed5d76
f8d0632
* Thu Apr 25 2019 Mat Booth <mat.booth@redhat.com> - 1:64.2-1
f8d0632
- Update to latest upstream release
f8d0632
045bebf
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:63.1-2
045bebf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
045bebf
342f978
* Tue Nov 27 2018 Mat Booth <mat.booth@redhat.com> - 1:63.1-1
342f978
- Update to latest upstream version
342f978
a99f0aa
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:62.1-2
a99f0aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a99f0aa
a4c1f79
* Thu Jun 28 2018 Mat Booth <mat.booth@redhat.com> - 1:62.1-1
a4c1f79
- Update to latest upstream for Unicode 10 and 11 support
a4c1f79
- License update
a4c1f79
b0797b6
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:59.1-3
b0797b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b0797b6
66914f6
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:59.1-2
66914f6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
66914f6
a9de003
* Thu May 18 2017 Mat Booth <mat.booth@redhat.com> - 1:59.1-1
a9de003
- Update to latest upstream release
a9de003
- Drop old obsoletes/provides
a9de003
fb9e067
* Fri Feb 10 2017 Mat Booth <mat.booth@redhat.com> - 1:58.2-1
fb9e067
- Update to 58.2 release
fb9e067
193018d
* Thu Jan 26 2017 Mat Booth <mat.booth@redhat.com> - 1:58.1-1
193018d
- Update to latest upstream release
193018d
- Adopt license macro
193018d
- Drop no longer needed patches
193018d
defe1d8
* Thu Jul 21 2016 Mat Booth <mat.booth@redhat.com> - 1:54.1.1-8
defe1d8
- Disable doclinting during javadoc generation
defe1d8
ab96818
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:54.1.1-7
ab96818
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ab96818
ccac3a0
* Mon Jun 22 2015 Mat Booth <mat.booth@redhat.com> - 1:54.1.1-6
ccac3a0
- Remove incomplete SCL macros
ccac3a0
1816c22
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:54.1.1-5
1816c22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1816c22
56e1580
* Fri Nov 21 2014 Mat Booth <mat.booth@redhat.com> - 1:54.1.1-4
56e1580
- Drop unnecessay requires on main package and fix requires on sub packages
56e1580
736c03c
* Fri Nov 21 2014 Mat Booth <mat.booth@redhat.com> - 1:54.1.1-3
736c03c
- Drop the eclipse sub-package, no longer needed
736c03c
83384c7
* Mon Nov 17 2014 Mat Booth <mat.booth@redhat.com> - 1:54.1.1-2
83384c7
- Fix typo in osgi manifest patch
83384c7
66167ea
* Mon Nov 17 2014 Mat Booth <mat.booth@redhat.com> - 1:54.1.1-1
66167ea
- Update to latest upstream release
66167ea
- Add patch for building against java 8 taglet API
66167ea
  - Fixes: rhbz#1087450, rhbz#1106794
66167ea
- Add patch for generating better OSGi metadata in core lib
66167ea
- Install core lib with mvn_install
66167ea
- Package localespi lib
66167ea
- Run test suite
66167ea
bd81cc0
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:52.1-3
bd81cc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
bd81cc0
d694efd
* Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 1:52.1-2
d694efd
- Use Requires: java-headless rebuild (#1067528)
d694efd
99a6708
* Tue Mar 18 2014 Michael Simacek <msimacek@redhat.com> - 1:52.1-1
99a6708
- Update to upstream version 52.1
99a6708
- Require java-headless
99a6708
973bbc4
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:50.1.1-2
973bbc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
973bbc4
Krzysztof Daniel f52c868
* Tue May 14 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:50.1.1-1
Krzysztof Daniel f52c868
- Update to latest upstream.
Krzysztof Daniel f52c868
Krzysztof Daniel dbd44b7
* Fri Mar 22 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:50.1.0-7
Krzysztof Daniel dbd44b7
- Build sclized version using SCLized Eclipse.
Krzysztof Daniel dbd44b7
Krzysztof Daniel 8eeaf18
* Thu Feb 21 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:50.1.0-6
Krzysztof Daniel 8eeaf18
- RHBZ#913369 Provide icu4j-charset library
Krzysztof Daniel 8eeaf18
Krzysztof Daniel cc11ab9
* Tue Feb 12 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:50.1.0-5
Krzysztof Daniel cc11ab9
- SCLize.
Krzysztof Daniel cc11ab9
Krzysztof Daniel 65b8d32
* Mon Feb 11 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:50.1.0-4
Krzysztof Daniel 65b8d32
- Revert a hardcoded path.
Krzysztof Daniel 65b8d32
Krzysztof Daniel c0478b1
* Mon Feb 11 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:50.1.0-3
Krzysztof Daniel c0478b1
- Complete the removal.
Krzysztof Daniel c0478b1
Krzysztof Daniel d724761
* Mon Feb 11 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:50.1.0-2
Krzysztof Daniel d724761
- Remove the main jar manifest.
Krzysztof Daniel d724761
Krzysztof Daniel 19cbd7c
* Thu Feb 7 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:50.1.0-1
Krzysztof Daniel 19cbd7c
- Update to latest upstream. 
Krzysztof Daniel 19cbd7c
2a1424b
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.4.2.2-13
2a1424b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2a1424b
430610e
* Tue Apr 24 2012 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.2.2-12
430610e
- Don't build icu4j-eclipse for rhel.
430610e
Krzysztof Daniel 9f20f9b
* Thu Feb 16 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.4.2.2-11
Krzysztof Daniel 9f20f9b
- Make the package noarch.
Krzysztof Daniel 9f20f9b
14734e0
* Wed Feb  1 2012 Daniel Mach <dmach@redhat.com> 1:4.4.2.2-10
14734e0
- Tweak with_eclipse macro for rhel and non-intel architectures.
14734e0
Krzysztof Daniel d9872ab
* Fri Jan 27 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.4.2.2-9
Krzysztof Daniel d9872ab
- Getting back to 4 digit version
Krzysztof Daniel d9872ab
Krzysztof Daniel afa8e54
* Thu Jan 26 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.4.2-8
Krzysztof Daniel afa8e54
- Proper sources uploaded
Krzysztof Daniel afa8e54
Krzysztof Daniel 4743430
* Thu Jan 26 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.4.2-7
Krzysztof Daniel 4743430
- Better versioning consistent with previous releases
Krzysztof Daniel 4743430
Krzysztof Daniel 387fd5d
* Mon Jan 16 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.4.2.2-6
Krzysztof Daniel 387fd5d
- Update to 4.4.2.2.
Krzysztof Daniel 387fd5d
09dce3d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.4.2-5
09dce3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
09dce3d
da330a5
* Tue Nov 15 2011 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.2-4
da330a5
- Add proper manifest to the jar in the main package.
da330a5
21fffd9
* Fri Sep 16 2011 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.2-3
21fffd9
- Adapt to current guidelines.
21fffd9
a8f8cdd
* Mon May 9 2011 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.2-2
a8f8cdd
- Use proper tarball.
a8f8cdd
- Fix build.
a8f8cdd
a8f8cdd
* Tue Apr 05 2011 Chris Aniszczyk <zx@redhat.com> 1:4.4.2-1
a8f8cdd
- Update to 4.4.2.
a8f8cdd
15c3a73
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.2.1-2
15c3a73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
15c3a73
22bc193
* Thu Jul 8 2010 Alexander Kurtakov <akurtako@redhat.com> 1:4.2.1-1
22bc193
- Update to 4.2.1.
22bc193
d28131e
* Fri Feb  5 2010 Mary Ellen Foster <mefoster at gmail.com> 1:4.0.1-5
d28131e
- Add maven pom and depmap fragment
d28131e
0278102
* Tue Sep 29 2009 Alexander Kurtakov <akurtako@redhat.com> 1:4.0.1-4
0278102
- Simplify with_eclipse conditional.
0278102
ba180e1
* Mon Aug 10 2009 Alexander Kurtakov <akurtako@redhat.com> 1:4.0.1-3
ba180e1
- Update qualifier to the Eclipse 3.5.0 release.
ba180e1
dd46f37
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.0.1-2
dd46f37
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
dd46f37
c4c13d9
* Wed Apr 8 2009 Alexander Kurtakov <akurtako@redhat.com> 1:4.0.1-1
b81b84f
- Update to 4.0.1.
b81b84f
06301b8
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:3.8.1-5
06301b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
06301b8
85891a7
* Wed Oct  8 2008 Ville Skyttä <ville.skytta at iki.fi> - 0:3.8.1-4
85891a7
- Disable debuginfo package when built with Eclipse support, change to
85891a7
  noarch when built without it (#464017).
85891a7
Andrew Overholt 5ff4680
* Mon Aug 11 2008 Andrew Overholt <overholt@redhat.com> 3.8.1-3
Andrew Overholt 5ff4680
- Get rid of eclipse_name macro
Andrew Overholt 5ff4680
- Rebuild with Eclipse 3.4 and put into Eclipse stuff into
22bc193
  %%{_libdir}/eclipse
Andrew Overholt a80e77b
- Remove now-unnecessary OSGi configuration dir patch
Andrew Overholt a80e77b
- Add patch to point to PDE Build location
Andrew Overholt 5ff4680
Andrew Overholt 1a4b7e9
* Fri Jul 11 2008 Andrew Overholt <overholt@redhat.com> 0:3.8.1-2
Andrew Overholt 1a4b7e9
- Remove GCJ support due to
Andrew Overholt 1a4b7e9
  com.sun.tools.doclets.internal.toolkit.taglets.* import (not in gjdoc)
Andrew Overholt 1a4b7e9
Andrew Overholt 7e1ee4c
* Fri Jul 11 2008 Andrew Overholt <overholt@redhat.com> 0:3.8.1-1
Andrew Overholt 7e1ee4c
- 3.8.1
Andrew Overholt 7e1ee4c
2f9a6b7
* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:3.6.1-3
2f9a6b7
- drop repotag
2f9a6b7
- fix license tag
2f9a6b7
4d5f9b9
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:3.6.1-2jpp.6
4d5f9b9
- Autorebuild for GCC 4.3
4d5f9b9
Andrew Overholt 3195d72
* Tue Nov 13 2007 Andrew Overholt <overholt@redhat.com> 3.6.1-1jpp.6
Andrew Overholt 3195d72
- Bump release and change updatetimestamp patch to have DOS
Andrew Overholt 3195d72
  line-endings.
Andrew Overholt 3195d72
Andrew Overholt deb68c9
* Tue Nov 13 2007 Andrew Overholt <overholt@redhat.com> 3.6.1-1jpp.5
Andrew Overholt deb68c9
- Bump release.
Andrew Overholt deb68c9
3754fd8
* Fri Sep 28 2007 Andrew Overholt <overholt@redhat.com> 3.6.1-1jpp.4
3754fd8
- Update timestamp to match Eclipse 3.3.1 release.
3754fd8
6f73238
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 3.6.1-1jpp.3
6f73238
- Rebuild for selinux ppc32 issue.
6f73238
98d5f59
* Wed Jun 27 2007 Ben Konrath <bkonrath@redhat.com> - 0:3.6.1-1jpp.2
98d5f59
- Remove requires eclipse-rcp in eclipse sub-package.
98d5f59
c3a9fc5
* Thu Jun 07 2007 Ben Konrath <bkonrath@redhat.com> - 0:3.6.1-1jpp.1
c3a9fc5
- 3.6.1.
c3a9fc5
- Enable eclipse sub-package.
c3a9fc5
bb9346c
* Fri Mar 16 2007 Jeff Johnston <jjohnstn@redhat.com> - 0:3.4.5-2jpp.2
bb9346c
- Disable eclipse plugin support temporarily until build problems
bb9346c
  can be worked out.  Plugin is still being built as part of
bb9346c
  eclipse platform.
bb9346c
- BuildRequire sinjdoc.
bb9346c
50094ee
* Mon Feb 12 2007 Matt Wringe <mwringe@redhat.com> - 0:3.4.5-2jpp.1
50094ee
- Fix some rpmlint issues
50094ee
- Make use of buildroot more consistent
50094ee
- Remove javadoc post and postun sections as per new jpp standard
50094ee
- Change license section to 'MIT style' license from 'MIT' license.
50094ee
  This was done since the source package calls the license the 
50094ee
  "X license" (see readme.html in src jar).
50094ee
- Install eclipse plugin into /usr/share/eclipse
50094ee
50094ee
* Mon Jan 22 2007 Fernando Nasser <fnasser@redhat.com> - 0:3.4.5-2jpp.1
50094ee
- Merge with upstream
50094ee
50094ee
* Mon Jan 22 2007 Fernando Nasser <fnasser@redhat.com> - 0:3.4.5-2jpp
50094ee
- Add optional eclipse subpackage, created by
50094ee
  Jeff Johnston  <jjohnstn@rdhat.com> :
50094ee
- Add eclipse sub-package to create plugins.
50094ee
50094ee
* Mon Jan 22 2007 Fernando Nasser <fnasser@redhat.com> - 0:3.4.5-1jpp
50094ee
- Upgrade to 3.4.5 with merge
50094ee
- Re-enable javadoc
50094ee
50094ee
* Mon Sep 04 2006 Ben Konrath <bkonrath@redhat.com> 0:3.4.5-1jpp_1fc
50094ee
- 3.4.5.
50094ee
- Add GCJ support with spec-convert-gcj-1.6.
50094ee
50094ee
* Mon Jul 17 2006 Ben Konrath <bkonrath@redhat.com> 0:3.4.4-1jpp_1fc
50094ee
- 3.4.4.
50094ee
- Add disable javadocs patch.
50094ee
50094ee
* Tue Feb 28 2006 Fernando Nasser <fnasser@redhat.com> - 0:3.2-2jpp_1rh
50094ee
- First Red Hat build
50094ee
50094ee
* Mon Feb 27 2006 Fernando Nasser <fnasser@redhat.com> - 0:3.2-2jpp
50094ee
- First JPP 1.7 build
50094ee
66167ea
* Sat Jan 29 2005 David Walluck <david@jpackage.org> 0:3.2-1jpp
50094ee
- release (contributed by Mary Ellen Foster <mefoster at gmail.com>)