Commit Graph

68 Commits

Author SHA1 Message Date
gbenson
bb412caf50 Add alpha to the list of build architectures (#157522) 2005-05-23 12:55:53 +00:00
gbenson
1ff8fa616a Use %{ix86} not i386 (Thanks Joe) 2005-05-05 13:07:49 +00:00
gbenson
123b596e80 Add dependencies for %post and %postun scriptlets (#156901) 2005-05-05 11:26:03 +00:00
gbenson
f66dfcf54a Pick up #152255 changes and nativify 2005-04-29 12:55:01 +00:00
gbenson
5da954cdc0 nativify is now aot-compile 2005-04-21 16:15:55 +00:00
gbenson
22c201589b BC-compile 2005-04-21 10:52:29 +00:00
gbenson
0df0c8bdde Add classpath workaround to xjavac task (#152255) 2005-04-21 10:41:10 +00:00
gbenson
9d8885d531 Sync with RHAPS 2005-01-12 10:21:36 +00:00
gbenson
a4b5881447 Don't leave hacks lying around where they could be tripped over 2004-11-04 17:54:35 +00:00
gbenson
347c18da24 Work, beehive, work! 2004-11-04 14:41:06 +00:00
gbenson
611f326bfc Bump releases and stuff ready for FC4 build (wave 1) 2004-11-01 10:30:51 +00:00
gbenson
e14f275bc7 Bump releases and add %changelog entries for Fedora build 2004-10-12 14:24:47 +00:00
gbenson
a354d18df1 Build on Fedora 2004-10-07 14:46:21 +00:00
Andrew Overholt
8eca63e820 - Remove xml-commons-resolver as a Requires 2004-09-30 16:02:50 +00:00
cvsdist
8b33fc997b auto-import changelog data from xerces-j2-2.6.2-2jpp_2rh.src.rpm
2.6.2-2jpp_2rh
- Added new Source1 URL and added new %setup to expand it under the
    expanded result of Source0.
- Updated Patch0 to fix version discrepancies.
- Added build requirement for xml-commons-apis
2.6.2-2jpp_1rh
- Update to 2.6.2
- made patch names comformant
2004-09-09 16:28:51 +00:00
cvsdist
a356cec8c4 auto-import changelog data from xerces-j2-2.6.1-1jpp_2rh.src.rpm
2.6.1-1jpp_2rh
- add RHUG upgrade cleanup
2004-09-09 16:28:49 +00:00
cvsdist
0694873e23 auto-import changelog data from xerces-j2-2.6.1-1jpp_1rh.src.rpm
2.6.1-1jpp_1rh
- RH vacuuming
- remove jikes dependency
- add nonjikes-cast.patch
2004-09-09 16:28:47 +00:00
cvsdist
f93f395b28 auto-import changelog data from xerces-j2-2.6.1-1jpp.src.rpm
2.6.1-1jpp
- 2.6.1
- update Source0 URL
- now requires xml-commons-resolver
2.6.0-1jpp
- Update to 2.6.0
- Patch #1 (xerces-j2-manifest.patch) is unnecessary (upstream)
2.5.0-1jpp
- Update to 2.5.0.
- Clean up versionless javadoc dir symlinking, own (ghost) the symlinks.
- Mark javadocs as %doc.
2.4.0-3jpp
- Own (ghost) %{_javadir}/jaxp_parser_impl.jar.
- Remove alternatives in preun instead of postun.
2.4.0-2jpp
- bug #17325 fixed upstream
2.4.0-1jpp
- 2.4.0
- BuildRequires: jikes
- update for JPackage 1.5
- re-diff'ed build patch for 2.4.0
- bug #17325 handled by perl now
- scripts: s|find-jar|build-classpath| and don't test for java-functions
Wed Mar 26 2003 Nicolas Mailhot <Nicolas.Mailhot (at) JPackage.org> -
    2.3.0-2jpp
- For jpackage-utils 1.5
- zapped manual, since it doesn't want to build
- as a consequence, removed uneeded dependencies
Mon Feb 24 2003 Ville Skyttä <ville.skytta at iki.fi> - 2.3.0-1jpp
- Update to 2.3.0.
- Add a crude patch to work around invalid XML in doc sources, see
    <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17325>.
- Built with IBM's 1.3.1 SR3.
Sat Dec 28 2002 Ville Skyttä <ville.skytta at iki.fi> - 2.2.1-2jpp
- Add upstream patch which fixes problems with Tomcat's webapps.
    <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13282>
    <http://marc.theaimsgroup.com/?l=xerces-cvs&m=103791990130308>
- Separate scripts subpackage.
Fri Nov 15 2002 Ville Skyttä <ville.skytta at iki.fi> - 2.2.1-1jpp
- Update to 2.2.1.
- Change alternative to point to non-versioned jar.
- Don't remove alternative on upgrade.
- Fix Group tag for demo, javadoc and manual subpackages.
- Add version and constants scripts.
- Some spec file cleanup.
Sun Oct 06 2002 Ville Skyttä <ville.skytta at iki.fi> 2.2.0-2jpp
- Fix bad permissions for main jar.
Sun Sep 29 2002 Ville Skyttä <ville.skytta at iki.fi> 2.1.0-1jpp
- Update to 2.2.0.
Tue Sep 10 2002 Ville Skyttä <ville.skytta at iki.fi> 2.1.0-2jpp
- Rebuild with -Dcompiler=modern, not a Jikes bug this time, but sloppy
    code that is tolerated by javac. See
    <http://www-124.ibm.com/developerworks/bugs/?func=detailbug&bug_id=3218
    &group_id=10> for details.
Tue Sep 10 2002 Ville Skyttä <ville.skytta at iki.fi> 2.1.0-1jpp
- 2.1.0.
- Updated description.
- Changed javadoc and manual group to Documentation.
- Spec file cleanups.
Fri Jul 12 2002 Henri Gomez <hgomez@users.sourceforge.net> 2.0.2-4jpp
- add BuildRequires xerces-j1 and xalan-j2
- removed BuildRequires xml-commons-api since ant require jaxp_parser_impl
    which in turn require xml-commons-api ;)
Mon Jul 01 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net>
    2.0.2-3jpp
- vendor, distribution, group tags
- provides jaxp_parser_impl
- dropped api jar
- renamed lone jar to xerces-j2.jar
- priority bumped to 40
- fixed stylebook build (add xerces-j1 in classpath)
Wed Jun 26 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net>
    2.0.2-2jpp
- rebuild for missing symlinks
- use sed instead of bash 2.x extension in link area to make spec
    compatible with distro using bash 1.1x
Mon Jun 24 2002 Henri Gomez <hgomez@users.sourceforge.net> 2.0.2-1jpp
- 2.0.2
Sun Mar 10 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net>
    2.0.1-1jpp
- 2.0.1
- provides jaxp_parser2 virtual resource
- drop wrapper
Sun Feb 03 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net>
    2.0.0-1jpp
- first JPackage release
2004-09-09 16:28:45 +00:00