Blame SPECS/openjade.spec

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