This commit is contained in:
Tim Waugh 2006-01-05 13:29:04 +00:00
parent a6698858c0
commit dc2e1d2a9a
3 changed files with 10 additions and 12 deletions

View File

@ -1 +1,2 @@
OpenSP-1.5.1.tar.gz
OpenSP-1.5.2.tar.gz

View File

@ -1,13 +1,10 @@
Summary: SGML and XML parser
Name: opensp
Version: 1.5.1
Release: 2
Version: 1.5.2
Release: 1
Requires: sgml-common >= 0.5
URL: http://openjade.sourceforge.net/
Source: http://download.sourceforge.net/openjade/OpenSP-%{version}.tar.gz
Patch0: opensp-1.5-gcc34.patch
Patch1: opensp-gcc41.patch
Patch2: opensp-crash.patch
License: Distributable
Group: Applications/Text
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@ -31,9 +28,6 @@ Header files and libtool library for developing applications that use OpenSP.
%prep
%setup -q -n OpenSP-%{version}
%patch0 -p1 -b .gcc34
%patch1 -p1 -b .gcc41
%patch2 -p1 -b .crash
%build
%configure --disable-dependency-tracking --disable-static --enable-http \
@ -67,7 +61,7 @@ mv $RPM_BUILD_ROOT%{_mandir}/man1/{sx,sgml2xml}.1
rm -rf $RPM_BUILD_ROOT%{_docdir}/OpenSP
rm -rf $RPM_BUILD_ROOT%{_datadir}/OpenSP
%find_lang sp4
%find_lang sp5
%check
@ -83,10 +77,10 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig
%files -f sp4.lang
%files -f sp5.lang
%defattr(-,root,root)
%doc doc/*.htm
%doc releasenotes.html
%doc docsrc/releasenotes.html
%doc AUTHORS BUGS COPYING ChangeLog NEWS README
%doc pubtext/opensp-implied.dcl
%{_bindir}/*
@ -101,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Jan 5 2006 Tim Waugh <twaugh@redhat.com> 1.5.2-1
- 1.5.2.
* Tue Dec 14 2005 Tim Waugh <twaugh@redhat.com> 1.5.1-2
- Backported patch from 1.5.2pre1 to fix ArcEngine crash.

View File

@ -1 +1 @@
f46fe0a04b76a4454ec27b7fcc84ec54 OpenSP-1.5.1.tar.gz
670b223c5d12cee40c9137be86b6c39b OpenSP-1.5.2.tar.gz