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

Mon Jun 04 2001 Tim Waugh <twaugh@redhat.com> 1.3-16
- Apply the iNdev openjade-1.3.patch patch.
Tue May 29 2001 Tim Waugh <twaugh@redhat.com> 1.3-15
- ldconfig (bug #32824).
- Fix up some libtool problems.
This commit is contained in:
cvsdist 2004-09-09 09:29:54 +00:00
parent 7e6629fbd6
commit 810a94f762

View File

@ -1,7 +1,7 @@
Summary: A DSSSL implementation.
Name: openjade
Version: 1.3
Release: 14
Release: 16
Prereq: sgml-common >= 0.5
Source: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
Patch0: openjade-1.3-decl.patch
@ -10,6 +10,8 @@ Patch1: openjade-1.3-strdup.patch
Patch2: openjade-foo.patch
Patch3: openjade-1.3-size_t.patch
Patch4: openjade-1.3-31525.patch
Patch5: openjade-1.3-lt.patch
Patch6: http://indev.insu.com/openjade/openjade-1.3.patch
Copyright: Copyright 1997 James Clark
Group: Applications/Text
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
@ -35,6 +37,8 @@ XML, RTF, TeX, MIF (FrameMaker), SGML or XML.
%patch3 -p1 -b .size_t
%endif
%patch4 -p1 -b .31525
%patch5 -p1 -b .lt
%patch6 -p1
%build
@ -83,6 +87,10 @@ cp dsssl/dsssl.dtd dsssl/style-sheet.dtd dsssl/fot.dtd \
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc doc/ jadedoc/ dsssl/ pubtext/ unicode/ README COPYING VERSION
@ -92,7 +100,14 @@ rm -rf $RPM_BUILD_ROOT
%{prefix}/include/*
%changelog
* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com>
* Mon Jun 4 2001 Tim Waugh <twaugh@redhat.com> 1.3-16
- Apply the iNdev openjade-1.3.patch patch.
* Tue May 29 2001 Tim Waugh <twaugh@redhat.com> 1.3-15
- ldconfig (bug #32824).
- Fix up some libtool problems.
* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com> 1.3-14
- rebuild for C++ exception handling on ia64
- build with optimization on ia64