- Give IDs to nodes in the release notes source to prevent
releasenotes.html having multilib conflicts (bug #210570).
This commit is contained in:
parent
cffffffefc
commit
217d0cf026
@ -1,11 +1,12 @@
|
|||||||
Summary: SGML and XML parser
|
Summary: SGML and XML parser
|
||||||
Name: opensp
|
Name: opensp
|
||||||
Version: 1.5.2
|
Version: 1.5.2
|
||||||
Release: 3.1
|
Release: 4
|
||||||
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-multilib.patch
|
Patch0: opensp-multilib.patch
|
||||||
|
Patch1: opensp-nodeids.patch
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
@ -30,6 +31,7 @@ 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 .multilib
|
%patch0 -p1 -b .multilib
|
||||||
|
%patch1 -p1 -b .nodeids
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-dependency-tracking --disable-static --enable-http \
|
%configure --disable-dependency-tracking --disable-static --enable-http \
|
||||||
@ -97,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.5.2-3.1
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user