- 1.5.2.
This commit is contained in:
parent
a6698858c0
commit
dc2e1d2a9a
@ -1 +1,2 @@
|
|||||||
OpenSP-1.5.1.tar.gz
|
OpenSP-1.5.1.tar.gz
|
||||||
|
OpenSP-1.5.2.tar.gz
|
||||||
|
19
opensp.spec
19
opensp.spec
@ -1,13 +1,10 @@
|
|||||||
Summary: SGML and XML parser
|
Summary: SGML and XML parser
|
||||||
Name: opensp
|
Name: opensp
|
||||||
Version: 1.5.1
|
Version: 1.5.2
|
||||||
Release: 2
|
Release: 1
|
||||||
Requires: sgml-common >= 0.5
|
Requires: sgml-common >= 0.5
|
||||||
URL: http://openjade.sourceforge.net/
|
URL: http://openjade.sourceforge.net/
|
||||||
Source: http://download.sourceforge.net/openjade/OpenSP-%{version}.tar.gz
|
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
|
License: Distributable
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
@ -31,9 +28,6 @@ Header files and libtool library for developing applications that use OpenSP.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n OpenSP-%{version}
|
%setup -q -n OpenSP-%{version}
|
||||||
%patch0 -p1 -b .gcc34
|
|
||||||
%patch1 -p1 -b .gcc41
|
|
||||||
%patch2 -p1 -b .crash
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-dependency-tracking --disable-static --enable-http \
|
%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%{_docdir}/OpenSP
|
||||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/OpenSP
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/OpenSP
|
||||||
|
|
||||||
%find_lang sp4
|
%find_lang sp5
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -83,10 +77,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
%files -f sp4.lang
|
%files -f sp5.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc doc/*.htm
|
%doc doc/*.htm
|
||||||
%doc releasenotes.html
|
%doc docsrc/releasenotes.html
|
||||||
%doc AUTHORS BUGS COPYING ChangeLog NEWS README
|
%doc AUTHORS BUGS COPYING ChangeLog NEWS README
|
||||||
%doc pubtext/opensp-implied.dcl
|
%doc pubtext/opensp-implied.dcl
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
@ -101,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 14 2005 Tim Waugh <twaugh@redhat.com> 1.5.1-2
|
||||||
- Backported patch from 1.5.2pre1 to fix ArcEngine crash.
|
- Backported patch from 1.5.2pre1 to fix ArcEngine crash.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user