osloup / rpms / openjade

Forked from rpms/openjade 10 months ago
Clone

Blame SPECS/openjade.spec

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