auto-import changelog data from openjade-1.3.1-12.src.rpm

Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Tue Jan 07 2003 Jeff Johnson <jbj@redhat.com> 1.3.1-11
- don't include -debuginfo files in package.
Thu Dec 12 2002 Tim Waugh <twaugh@redhat.com>
- Fix typo in description (bug #79395).
Mon Nov 04 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-10
- Fix DTD retrieval from virtual hosts (bug #77137).
This commit is contained in:
cvsdist 2004-09-09 09:32:07 +00:00
parent f0ffd069a9
commit 403a4e3ed2

View File

@ -1,13 +1,14 @@
Summary: A DSSSL implementation.
Name: openjade
Version: 1.3.1
Release: 9
Release: 12
Prereq: sgml-common >= 0.5
Prereq: docbook-dtds
Source: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
Patch0: openjade-1.3.1-lt.patch
Patch1: openjade-1.3-namesp.patch
Patch2: openjade-1.3.1-manpage.patch
Patch3: openjade-1.3.1-httphost.patch
License: Distributable
Group: Applications/Text
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@ -19,13 +20,14 @@ Provides: jade
OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL
(Document Style Semantics and Specification Language). OpenJade is
based on James Clark's Jade implementation of DSSSL. OpenJade is a
commmand-line application and a set of components. The DSSSL engine
command-line application and a set of components. The DSSSL engine
inputs an SGML or XML document and can output a variety of formats:
XML, RTF, TeX, MIF (FrameMaker), SGML, or XML.
%prep
%setup -q
%patch2 -p1 -b .manpage
%patch3 -p1 -b .httphost
%build
@ -89,12 +91,26 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%doc doc/ jadedoc/ dsssl/ pubtext/ unicode/ README COPYING VERSION
%{_bindir}/*
%{_libdir}/*
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so*
%{prefix}/share/sgml
%{prefix}/include/*
%{_mandir}/*/*
%changelog
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Tue Jan 7 2003 Jeff Johnson <jbj@redhat.com> 1.3.1-11
- don't include -debuginfo files in package.
* Thu Dec 12 2002 Tim Waugh <twaugh@redhat.com>
- Fix typo in description (bug #79395).
* Mon Nov 4 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-10
- Fix DTD retrieval from virtual hosts (bug #77137).
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
- rebuilt with gcc-3.2 (we hope)