auto-import changelog data from openjade-1.3-14.src.rpm

Fri Apr 27 2001 Bill Nottingham <notting@redhat.com>
- rebuild for C++ exception handling on ia64
- build with optimization on ia64
This commit is contained in:
cvsdist 2004-09-09 09:28:41 +00:00
parent 7279719023
commit 7e6629fbd6

View File

@ -1,7 +1,7 @@
Summary: A DSSSL implementation.
Name: openjade
Version: 1.3
Release: 13
Release: 14
Prereq: sgml-common >= 0.5
Source: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
Patch0: openjade-1.3-decl.patch
@ -39,9 +39,6 @@ XML, RTF, TeX, MIF (FrameMaker), SGML or XML.
%build
cp config/configure.in .
%ifarch ia64
export CXXFLAGS="-O0"
%endif
%ifarch alpha
export CXXFLAGS="-O0"
%endif
@ -95,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT
%{prefix}/include/*
%changelog
* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com>
- rebuild for C++ exception handling on ia64
- build with optimization on ia64
* Tue Mar 13 2001 Tim Waugh <twaugh@redhat.com>
- Avoid creating bogus TeX output for section headings containing
special characters (#bug 31525).