- Give IDs to nodes in the release notes source to prevent

releasenotes.html having multilib conflicts (bug #210570).
This commit is contained in:
Tim Waugh 2006-10-13 13:00:41 +00:00
parent cffffffefc
commit 217d0cf026

View File

@ -1,11 +1,12 @@
Summary: SGML and XML parser
Name: opensp
Version: 1.5.2
Release: 3.1
Release: 4
Requires: sgml-common >= 0.5
URL: http://openjade.sourceforge.net/
Source: http://download.sourceforge.net/openjade/OpenSP-%{version}.tar.gz
Patch0: opensp-multilib.patch
Patch1: opensp-nodeids.patch
License: Distributable
Group: Applications/Text
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@ -30,6 +31,7 @@ Header files and libtool library for developing applications that use OpenSP.
%prep
%setup -q -n OpenSP-%{version}
%patch0 -p1 -b .multilib
%patch1 -p1 -b .nodeids
%build
%configure --disable-dependency-tracking --disable-static --enable-http \
@ -97,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Oct 13 2006 Tim Waugh <twaugh@redhat.com> 1.5.2-4
- Give IDs to nodes in the release notes source to prevent releasenotes.html
having multilib conflicts (bug #210570).
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.5.2-3.1
- rebuild