- Gcc4 fix (Tomo Vuckovic) #164885

This commit is contained in:
Karsten Hopp 2005-08-02 13:14:11 +00:00
parent c05c4cea92
commit 8c4791d0f0

View File

@ -1,9 +1,10 @@
Summary: A perfect hash function generator.
Name: gperf
Version: 3.0.1
Release: 6
Release: 7
License: GPL
Source: ftp://ftp.gnu.org/pub/gnu/gperf/gperf-%{version}.tar.gz
Patch0: gperf-3.0.1-gcc4.patch
Group: Development/Tools
URL: http://www.gnu.org/software/gperf/
Prereq: /sbin/install-info
@ -17,6 +18,7 @@ using exactly one probe into the data structure.
%prep
%setup -q
%patch0 -p1
%build
%configure
@ -49,6 +51,9 @@ fi
%{_infodir}/gperf.info*
%changelog
* Tue Aug 02 2005 Karsten Hopp <karsten@redhat.de> 3.0.1-7
- Gcc4 fix (Tomo Vuckovic) #164885
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 3.0.1-6
- build with gcc-4