32f2ee
Summary: A DSSSL implementation
32f2ee
Name: openjade
32f2ee
Version: 1.3.2
32f2ee
Release: 57%{?dist}
32f2ee
Requires: sgml-common
32f2ee
URL: http://openjade.sourceforge.net/
32f2ee
Source: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
32f2ee
#config.sub and config.guess from upstream sources (Mar 25th 2013).
32f2ee
#http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
32f2ee
#http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
32f2ee
#I can't get them from autoreconf, because of the very strange openjade structure of config files
32f2ee
Source2:config.guess
32f2ee
Source3:config.sub
32f2ee
#fix build on ppc64
32f2ee
Patch0: openjade-ppc64.patch
32f2ee
#do not link against -lnsl
32f2ee
Patch1: openjade-1.3.1-nsl.patch
32f2ee
#Fix dependent libs for libogrove (bug #198232).
32f2ee
Patch2: openjade-deplibs.patch
32f2ee
#do not require OpenSP libosp.la file for build(#485114)
32f2ee
Patch3: openjade-nola.patch
32f2ee
#upstream bug tracker fix for build with gcc46
32f2ee
Patch4: openjade-1.3.2-gcc46.patch
32f2ee
#use Getopt:Std to prevent build failure
32f2ee
Patch5: openjade-getoptperl.patch
32f2ee
License: DMIT
32f2ee
Group: Applications/Text
32f2ee
32f2ee
#Last jade version is from Red Hat 6.2
32f2ee
Provides: jade = %{version}-%{release}
32f2ee
32f2ee
BuildRequires:  gcc
32f2ee
BuildRequires: opensp-devel
32f2ee
32f2ee
BuildRequires: perl-interpreter
32f2ee
32f2ee
%description
32f2ee
OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL
32f2ee
(Document Style Semantics and Specification Language). OpenJade is
32f2ee
based on James Clark's Jade implementation of DSSSL. OpenJade is a
32f2ee
command-line application and a set of components. The DSSSL engine
32f2ee
inputs an SGML or XML document and can output a variety of formats:
32f2ee
XML, RTF, TeX, MIF (FrameMaker), SGML, or XML.
32f2ee
32f2ee
32f2ee
%prep
32f2ee
%setup -q
32f2ee
%patch0 -p1
32f2ee
%patch1 -p1
32f2ee
%patch2 -p1 -b .deplibs
32f2ee
%patch3 -p1 -b .nola
32f2ee
%patch4 -p1 -b .gcc46
32f2ee
%patch5 -p1 -b .getopt
32f2ee
32f2ee
32f2ee
%build
32f2ee
cp -p %{SOURCE2} %{SOURCE3} config/
32f2ee
# more info: rhbz#1306162
32f2ee
export CXXFLAGS="%optflags -fno-lifetime-dse"
32f2ee
%configure --disable-static --datadir=%{_datadir}/sgml/%{name}-%{version} \
32f2ee
	--enable-splibdir=%{_libdir}
32f2ee
make
32f2ee
32f2ee
32f2ee
%install
32f2ee
rm -rf $RPM_BUILD_ROOT
32f2ee
32f2ee
make install install-man DESTDIR=$RPM_BUILD_ROOT
32f2ee
32f2ee
# oMy, othis ois osilly.
32f2ee
ln -s openjade $RPM_BUILD_ROOT/%{_bindir}/jade
32f2ee
echo ".so man1/openjade.1" > $RPM_BUILD_ROOT/%{_mandir}/man1/jade.1
32f2ee
32f2ee
# install jade/jade $RPM_BUILD_ROOT/%{prefix}/bin/jade
32f2ee
cp dsssl/catalog $RPM_BUILD_ROOT/%{_datadir}/sgml/%{name}-%{version}/
32f2ee
cp dsssl/{dsssl,style-sheet,fot}.dtd $RPM_BUILD_ROOT/%{_datadir}/sgml/%{name}-%{version}/
32f2ee
32f2ee
# add unversioned/versioned catalog and symlink
32f2ee
mkdir -p $RPM_BUILD_ROOT/etc/sgml
32f2ee
cd $RPM_BUILD_ROOT/etc/sgml
32f2ee
touch %{name}-%{version}-%{release}.soc
32f2ee
ln -s %{name}-%{version}-%{release}.soc %{name}.soc
32f2ee
cd -
32f2ee
32f2ee
rm -f $RPM_BUILD_ROOT%{_libdir}/*.so $RPM_BUILD_ROOT%{_libdir}/*.la
32f2ee
32f2ee
%post
32f2ee
/sbin/ldconfig
32f2ee
/usr/bin/install-catalog --add /etc/sgml/%{name}-%{version}-%{release}.soc \
32f2ee
    %{_datadir}/sgml/%{name}-%{version}/catalog >/dev/null 2>/dev/null || :
32f2ee
32f2ee
%preun
32f2ee
/usr/bin/install-catalog --remove /etc/sgml/%{name}-%{version}-%{release}.soc \
32f2ee
    %{_datadir}/sgml/%{name}-%{version}/catalog >/dev/null 2>/dev/null || :
32f2ee
32f2ee
%postun -p /sbin/ldconfig
32f2ee
32f2ee
%files
32f2ee
%doc jadedoc/* dsssl/README.jadetex
32f2ee
%doc README COPYING VERSION
32f2ee
%ghost /etc/sgml/%{name}-%{version}-%{release}.soc
32f2ee
/etc/sgml/%{name}.soc
32f2ee
%{_bindir}/*
32f2ee
%{_libdir}/*.so.*
32f2ee
%{_mandir}/*/*
32f2ee
%{_datadir}/sgml/%{name}-%{version}
32f2ee
32f2ee
%changelog
32f2ee
* Wed Jul 11 2018 Ondrej Vasik <ovasik@redhat.com> - 1.3.2-57
32f2ee
- License should be DMIT actually
32f2ee
32f2ee
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-56
32f2ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
32f2ee
32f2ee
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-55
32f2ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
32f2ee
32f2ee
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-54
32f2ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
32f2ee
32f2ee
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-53
32f2ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
32f2ee
32f2ee
* Tue Dec 20 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.3.2-52
32f2ee
- Add BuildRequires: perl
32f2ee
32f2ee
* Mon Feb 15 2016 Pavel Raiskup <praiskup@redhat.com> - 1.3.2-51
32f2ee
- using -fno-lifetime-dse instead of -ftree-dse (rhbz#1306162)
32f2ee
32f2ee
* Thu Feb 11 2016 Pavel Raiskup <praiskup@redhat.com> - 1.3.2-50
32f2ee
- temporarily disable -ftree-dse optimization (rhbz#1306162)
32f2ee
32f2ee
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-49
32f2ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
32f2ee
32f2ee
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-48
32f2ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
32f2ee
32f2ee
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.3.2-47
32f2ee
- Rebuilt for GCC 5 C++11 ABI change
32f2ee
32f2ee
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-46
32f2ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
32f2ee
32f2ee
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-45
32f2ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
32f2ee
32f2ee
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-44
32f2ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
32f2ee
32f2ee
* Mon Mar 25 2013 Ondrej Vasik <ovasik@redhat.com> 1.3.2-43
32f2ee
- Use upstream config.sub and config.guess to support aarch64(#926278)
32f2ee
32f2ee
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-42
32f2ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
32f2ee
32f2ee
* Fri Aug 10 2012 Ondrej Vasik <ovasik@redhat.com> 1.3.2-41
32f2ee
- avoid build failure with using Getopt::Std;
32f2ee
32f2ee
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-40
32f2ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
32f2ee
32f2ee
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-39
32f2ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
32f2ee
32f2ee
* Wed Jun 08 2011 Ondrej Vasik <ovasik@redhat.com> 1.3.2-38
32f2ee
- fix build with gcc46 (upstream bug tracker)
32f2ee
32f2ee
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-37
32f2ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
32f2ee
32f2ee
* Thu Dec 10 2009 Ondrej Vasik <ovasik@redhat.com> 1.3.2-36
32f2ee
- Merge Review (#226213) - added url, fixed rpmlint warnings,
32f2ee
  no macros in changelog
32f2ee
32f2ee
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-35
32f2ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
32f2ee
32f2ee
* Fri Feb 27 2009 Ondrej Vasik <ovasik@redhat.com> 1.3.2-34
32f2ee
- disable parallel build (culprit of build failure)
32f2ee
  - http://bugs.gentoo.org/181651
32f2ee
32f2ee
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-33
32f2ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
32f2ee
32f2ee
* Thu Sep 25 2008 Ondrej Vasik <ovasik@redhat.com> 1.3.2-32
32f2ee
- do not require OpenSP libosp.la file for build(#485114)
32f2ee
32f2ee
* Mon Feb 11 2008 Ondrej Vasik <ovasik@redhat.com> 1.3.2-31
32f2ee
- gcc43 rebuild
32f2ee
32f2ee
* Mon Aug 27 2007 Ondrej Vasik <ovasik@redhat.com> 1.3.2-30
32f2ee
- changed license tag to BSD
32f2ee
- rebuilt for F8
32f2ee
32f2ee
* Mon Jul 23 2007 Ondrej Vasik <ovasik@redhat.com> 1.3.2-29
32f2ee
- improved dependent libs patch (bug #237500)
32f2ee
- same done for libospgrove.so
32f2ee
32f2ee
* Fri Feb  9 2007 Tim Waugh <twaugh@redhat.com> 1.3.2-28
32f2ee
- Don't ship .so or .la files (bug #203635).
32f2ee
- Added dist tag to release.
32f2ee
- Fixed summary.
32f2ee
- Fixed build root.
32f2ee
- Removed prefix tag.
32f2ee
32f2ee
* Mon Jul 17 2006 Tim Waugh <twaugh@redhat.com> 1.3.2-27
32f2ee
- Rebuilt.
32f2ee
32f2ee
* Mon Jul 10 2006 Tim Waugh <twaugh@redhat.com> 1.3.2-26
32f2ee
- Fix dependent libs for libogrove (bug #198232).
32f2ee
32f2ee
* Mon Jun 26 2006 Florian La Roche <laroche@redhat.com> 1.3.2-25
32f2ee
- add redirection to /dev/null for preun
32f2ee
32f2ee
* Tue Jun 13 2006 Tim Waugh <twaugh@redhat.com> 1.3.2-24
32f2ee
- Rebuild against opensp.
32f2ee
32f2ee
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.3.2-23.2
32f2ee
- bump again for double-long bug on ppc(64)
32f2ee
32f2ee
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.3.2-23.1
32f2ee
- rebuilt for new gcc4.1 snapshot and glibc changes
32f2ee
32f2ee
* Fri Jan  6 2006 Tim Waugh <twaugh@redhat.com> 1.3.2-23
32f2ee
- Rebuild against new opensp.
32f2ee
32f2ee
* Mon Dec 19 2005 Tim Waugh <twaugh@redhat.com> 1.3.2-22
32f2ee
- Fix SOC files.
32f2ee
- Quieten scriptlets.
32f2ee
32f2ee
* Mon Dec 19 2005 Tim Waugh <twaugh@redhat.com> 1.3.2-21
32f2ee
- Fix location of catalog.
32f2ee
32f2ee
* Tue Dec 13 2005 Tim Waugh <twaugh@redhat.com> 1.3.2-20
32f2ee
- Use --enable-splibdir to prevent ambiguity.
32f2ee
- Move 'install-catalog --remove' to %%preun section (bug #60409).
32f2ee
32f2ee
* Thu Dec  8 2005 Terje Bless <link@pobox.com> - 1.3.2-19
32f2ee
- Drop -devel subpackage.
32f2ee
32f2ee
* Sun Dec  4 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.3.2-18
32f2ee
- Really BuildRequire opensp-devel.
32f2ee
- Clean up unneeded build dependencies and configure options.
32f2ee
- Drop dependency on docbook-dtds.
32f2ee
- Fix %%post(un) syntax and catalog installation.
32f2ee
32f2ee
* Wed Nov 30 2005 Terje Bless <link@pobox.com> 1.3.2-17
32f2ee
- Split opensp out into its own package.
32f2ee
- BuildRequire OpenSP-devel, Require OpenSP.
32f2ee
- Drop openjade-1.3.1-manpage.patch (it patches opensp, not openjade, and is
32f2ee
  obsolete with external opensp).
32f2ee
32f2ee
* Tue Mar  1 2005 Tim Waugh <twaugh@redhat.com> 1.3.2-16
32f2ee
- Rebuilt for new GCC.
32f2ee
32f2ee
* Wed Feb  9 2005 Tim Waugh <twaugh@redhat.com> 1.3.2-15
32f2ee
- Rebuilt.
32f2ee
32f2ee
* Tue Oct  5 2004 Tim Waugh <twaugh@redhat.com> 1.3.2-14
32f2ee
- Build requires gettext-devel (bug #134672).
32f2ee
32f2ee
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
32f2ee
- rebuilt
32f2ee
32f2ee
* Fri Mar 19 2004 Tim Waugh <twaugh@redhat.com> 1.3.2-11.2
32f2ee
- Rebuilt.
32f2ee
32f2ee
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
32f2ee
- rebuilt
32f2ee
32f2ee
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
32f2ee
- rebuilt
32f2ee
32f2ee
* Sat Jan 31 2004 Tim Waugh <twaugh@redhat.com> 1.3.2-10
32f2ee
- More C++ fixes (for GCC 3.4).
32f2ee
32f2ee
* Thu Dec  4 2003 Tim Waugh <twaugh@redhat.com> 1.3.2-9
32f2ee
- No longer need httphost patch.
32f2ee
32f2ee
* Mon Oct 20 2003 Tim Waugh <twaugh@redhat.com> 1.3.2-8
32f2ee
- Rebuilt.
32f2ee
32f2ee
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de> 1.3.2-7
32f2ee
- do not link against -lnsl
32f2ee
32f2ee
* Thu Aug  7 2003 Tim Waugh <twaugh@redhat.com> 1.3.2-6
32f2ee
- Rebootstrap to create a libtool that actually works.
32f2ee
32f2ee
* Wed Aug  6 2003 Tim Waugh <twaugh@redhat.com> 1.3.2-5
32f2ee
- Rebuilt.
32f2ee
32f2ee
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 1.3.2-4
32f2ee
- rebuilt
32f2ee
32f2ee
* Thu May 22 2003 Tim Waugh <twaugh@redhat.com> 1.3.2-3
32f2ee
- Fixes for GCC 3.3.
32f2ee
- Use --parents for %%doc.
32f2ee
32f2ee
* Tue Mar 18 2003 Tim Waugh <twaugh@redhat.com> 1.3.2-2
32f2ee
- Provide sgml2xml man page (bug #83759).
32f2ee
- Add devel subpackage.
32f2ee
32f2ee
* Fri Mar 14 2003 Tim Waugh <twaugh@redhat.com> 1.3.2-1
32f2ee
- OpenSP 1.5, openjade 1.3.2.
32f2ee
- Renumber patches.
32f2ee
32f2ee
* Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 1.3.1-13
32f2ee
- Add openjade-ppc64.patch
32f2ee
32f2ee
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
32f2ee
- rebuilt
32f2ee
32f2ee
* Tue Jan  7 2003 Jeff Johnson <jbj@redhat.com> 1.3.1-11
32f2ee
- don't include -debuginfo files in package.
32f2ee
32f2ee
* Thu Dec 12 2002 Tim Waugh <twaugh@redhat.com>
32f2ee
- Fix typo in description (bug #79395).
32f2ee
32f2ee
* Mon Nov  4 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-10
32f2ee
- Fix DTD retrieval from virtual hosts (bug #77137).
32f2ee
32f2ee
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
32f2ee
- rebuilt with gcc-3.2 (we hope)
32f2ee
32f2ee
* Mon Jul 22 2002 Tim Powers <timp@redhat.com> 1.3.1-8
32f2ee
- rebuild using gcc-3.2-0.1
32f2ee
32f2ee
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.3.1-7
32f2ee
- automated rebuild
32f2ee
32f2ee
* Thu Jun 13 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-6
32f2ee
- Fix sgmlnorm(1) man page (bug #64136).
32f2ee
- Fix %%files list (bug #64323).
32f2ee
32f2ee
* Thu May 23 2002 Tim Powers <timp@redhat.com> 1.3.1-5
32f2ee
- automated rebuild
32f2ee
32f2ee
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-4
32f2ee
- Avoid bad triggers.
32f2ee
32f2ee
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-3
32f2ee
- Rebuild in new environment.
32f2ee
32f2ee
* Mon Jan 28 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-2
32f2ee
- Ship man pages.
32f2ee
32f2ee
* Mon Jan 28 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-1
32f2ee
- 1.3.1.
32f2ee
- Patches no longer needed: decl, strdup, foo, size_t, 31525, indev,
32f2ee
  ligature, twosidestartonright.
32f2ee
- Updated lt patch.
32f2ee
32f2ee
* Mon Jan 14 2002 Tim Waugh <twaugh@redhat.com> 1.3-22
32f2ee
- Enable build on GCC 3.0 onwards.
32f2ee
- Run libtoolize.
32f2ee
32f2ee
* Fri Nov  2 2001 Tim Waugh <twaugh@redhat.com> 1.3-21
32f2ee
- Enable HTTP support.  Now a DocBook XML document can be processed by
32f2ee
  either xsltproc or openjade.
32f2ee
32f2ee
* Tue Oct 30 2001 Tim Waugh <twaugh@redhat.com> 1.3-20
32f2ee
- Apply twosidestartonright patch from Ian Castle.
32f2ee
32f2ee
* Thu Oct 11 2001 Tim Waugh <twaugh@redhat.com> 1.3-19
32f2ee
- s/Copyright:/License:/
32f2ee
- Use %%{_tmppath}.
32f2ee
- Fix up libtool libraries (bug #46212).
32f2ee
32f2ee
* Wed Sep 12 2001 Tim Powers <timp@redhat.com> 1.3-18
32f2ee
- rebuild with new gcc and binutils
32f2ee
32f2ee
* Fri Jun 15 2001 Tim Waugh <twaugh@redhat.com> 1.3-17
32f2ee
- Apply patch from CVS to break up unintentional ligatures (bugs #11497,
32f2ee
  #11779)
32f2ee
32f2ee
* Mon Jun  4 2001 Tim Waugh <twaugh@redhat.com> 1.3-16
32f2ee
- Apply the iNdev openjade-1.3.patch patch.
32f2ee
32f2ee
* Tue May 29 2001 Tim Waugh <twaugh@redhat.com> 1.3-15
32f2ee
- ldconfig (bug #32824).
32f2ee
- Fix up some libtool problems.
32f2ee
32f2ee
* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com> 1.3-14
32f2ee
- rebuild for C++ exception handling on ia64
32f2ee
- build with optimization on ia64
32f2ee
32f2ee
* Tue Mar 13 2001 Tim Waugh <twaugh@redhat.com>
32f2ee
- Avoid creating bogus TeX output for section headings containing
32f2ee
  special characters (#bug 31525).
32f2ee
32f2ee
* Mon Jan 22 2001 Florian La Roche <Florian.LaRoche@redhat.de>
32f2ee
- Apply original autoconf patch to s390 s390x only. This patch can
32f2ee
  be deleted once s390* uses a current compiler.
32f2ee
32f2ee
* Thu Jan 19 2001 Tim Waugh <twaugh@redhat.com>
32f2ee
- Don't conflict with stylesheets; require sgml-common >= 0.5 instead.
32f2ee
- Revert autoconf change, as it's still broken.
32f2ee
32f2ee
* Wed Jan 17 2001 Florian La Roche <Florian.LaRoche@redhat.de>
32f2ee
- fix this autoconf macro to work on all archs :-)
32f2ee
32f2ee
* Wed Jan 17 2001 Florian La Roche <Florian.LaRoche@redhat.de>
32f2ee
- apply patch from Fritz Elfert <felfert@to.com>
32f2ee
	- removed explicit stripping
32f2ee
	- Added autoconf macro for correctly recognizing if size_t
32f2ee
	  is unsigned int
32f2ee
32f2ee
* Tue Jan 16 2001 Tim Waugh <twaugh@redhat.com>
32f2ee
- Default catalog file is /etc/sgml/catalog.
32f2ee
32f2ee
* Mon Jan 08 2001 Tim Waugh <twaugh@redhat.com>
32f2ee
- Conflict with stylesheets (new-trials location changes).
32f2ee
- /usr/lib/sgml -> /usr/share/sgml/%%{name}-%%{version}.
32f2ee
- Remove %%post and %%postun.
32f2ee
32f2ee
* Wed Oct 18 2000 Matt Wilson <msw@redhat.com>
32f2ee
- rebuilt against g++-2.96-60, fixes jade on alpha
32f2ee
32f2ee
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
32f2ee
- automatic rebuild
32f2ee
32f2ee
* Tue Jul  4 2000 Jakub Jelinek <jakub@redhat.com>
32f2ee
- Rebuild with new C++
32f2ee
32f2ee
* Wed May 31 2000 Matt Wilson <msw@redhat.com>
32f2ee
- fix several C++ build problems (declarations)
32f2ee
- build against new libstdc++
32f2ee
32f2ee
* Wed May 17 2000 Matt Wilson <msw@redhat.com>
32f2ee
- build with -O0 on alpha
32f2ee
- fix -j testing
32f2ee
32f2ee
* Thu May  5 2000 Bill Nottingham <notting@redhat.com>
32f2ee
- openjade is maintained, and actually builds. Let's try that.
32f2ee
32f2ee
* Thu Mar  9 2000 Bill Nottingham <notting@redhat.com>
32f2ee
- this package is way too huge. strip *everything*
32f2ee
32f2ee
* Mon Feb 21 2000 Matt Wilson <msw@redhat.com>
32f2ee
- build with CXXFLAGS="-O2 -ggdb" to work around segfault on alpha
32f2ee
32f2ee
* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
32f2ee
- strip binaries
32f2ee
32f2ee
* Wed Jan  5 2000 Bill Nottingham <notting@redhat.com>
32f2ee
- sanitize spec file some
32f2ee
32f2ee
* Tue Aug 17 1999 Tim Powers <timp@redhat.com>
32f2ee
- fixed conflict problem with sgml-tools
32f2ee
32f2ee
* Sat Jul 17 1999 Tim Powers <timp@redhat.com>
32f2ee
- changed buildroot path to /var/tmp
32f2ee
- rebuilt for 6.1
32f2ee
32f2ee
* Fri Apr 23 1999 Michael K. Johnson <johnsonm@redhat.com>
32f2ee
- quiet scripts
32f2ee
32f2ee
* Thu Apr 23 1999 Owen Taylor <otaylor@redhat.com>
32f2ee
- Made requires for sgml-common into prereq