- Back down to 1.5.1 for now.

- Fixes for GCC4.1.
This commit is contained in:
Tim Waugh 2005-12-13 19:28:56 +00:00
parent a088e07fe1
commit 7ea59dff38

View File

@ -6,6 +6,7 @@ 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-1.5-gcc41.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 .gcc34
%patch1 -p1 -b .gcc41
%build
%configure --disable-dependency-tracking --disable-static --enable-http \
@ -97,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Dec 13 2005 Tim Waugh <twaugh@redhat.com> 1.5.1-1
- Back down to 1.5.1 for now.
- Fixes for GCC4.1.
* Sun Dec 4 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.5.2-0.1.pre1
- Fix build dependencies.
- Require exact version of main package in -devel.