fix for gcc 4.3
This commit is contained in:
parent
058de2cc08
commit
2d5e6ff658
2 changed files with 18 additions and 2 deletions
|
|
@ -1,12 +1,13 @@
|
|||
Name: webcpp
|
||||
Version: 0.8.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Convert C++ code to HTML
|
||||
License: GPLv2
|
||||
Group: Development/Tools
|
||||
URL: http://webcpp.sourceforge.net
|
||||
Source: http://prdownloads.sourceforge.net/webcpp/%{name}-%{version}-src.tar.gz
|
||||
Patch0: webcpp-0.8.4-typo.patch
|
||||
Patch1: webcpp-0.8.4-gcc43.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
|
|
@ -19,6 +20,7 @@ to make online programming tutorials.
|
|||
%prep
|
||||
%setup -qn %{name}-%{version}-src
|
||||
%patch0 -p1 -b .typo
|
||||
%patch1 -p1 -b .gcc43
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
|
@ -40,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 23 2007 Michal Fabry <furby@fedoraproject.org> - 0.8.4-1
|
||||
* Sat Mar 08 2008 Michal Fabry <furby@fedoraproject.org> - 0.8.4-2
|
||||
- fix build with gcc 4.3
|
||||
|
||||
* Fri Nov 23 2007 Michal Fabry <furby@fedoraproject.org> - 0.8.4-1
|
||||
- First build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue