127 lines
2.9 KiB
RPMSpec
127 lines
2.9 KiB
RPMSpec
Summary: A perfect hash function generator.
|
|
Name: gperf
|
|
Version: 3.0.1
|
|
Release: 4
|
|
License: GPL
|
|
Source: ftp://ftp.gnu.org/pub/gnu/gperf/gperf-%{version}.tar.gz
|
|
Group: Development/Tools
|
|
URL: http://www.gnu.org/software/gperf/
|
|
Prereq: /sbin/install-info
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Gperf is a perfect hash function generator written in C++. Simply
|
|
stated, a perfect hash function is a hash function and a data
|
|
structure that allows recognition of a key word in a set of words
|
|
using exactly one probe into the data structure.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
make
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
#mkdir -p $RPM_BUILD_ROOT/usr/share/{man,info}
|
|
|
|
%makeinstall
|
|
# remove the stuff from the buildroot
|
|
rm -rf $RPM_BUILD_ROOT{%{_mandir}/{dvi,html},%{_datadir}/doc}
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%post
|
|
/sbin/ins spec broken by commit
|
|
Directory .
|
|
/cvs/dist/rpms/gperf/devel
|
|
Questionable spec.patch
|
|
Directory .
|
|
/cvs/dist/rpms/gperf/devel
|
|
Questionable i386
|
|
Directory .
|
|
/cvs/dist/rpms/gperf/devel
|
|
Questionable gperf.spec.new
|
|
Directory .
|
|
/cvs/dist/rpms/gperf/devel
|
|
Questionable gperf-3.0.1-3.src.rpm
|
|
Directory .
|
|
/cvs/dist/rpms/gperf/devel
|
|
Questionable gperf-3.0.1
|
|
Argument --
|
|
Directory .
|
|
/cvs/dist/rpms/gperf/devel
|
|
Entry /gperf.spec/1.11//-ko/
|
|
Modified gperf.spec
|
|
u=rw,g=rw,o=r
|
|
3020
|
|
Summary: A perfect hash function generator.
|
|
Name: gperf
|
|
Version: 3.0.1
|
|
Release: 4
|
|
License: GPL
|
|
Source: ftp://ftp.gnu.org/pub/gnu/gperf/gperf-%{version}.tar.gz
|
|
Group: Development/Tools
|
|
URL: http://www.gnu.org/software/gperf/
|
|
Prereq: /sbin/install-info
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Gperf is a perfect hash function generator written in C++. Simply
|
|
stated, a perfect hash function is a hash function and a data
|
|
structure that allows recognition of a key word in a set of words
|
|
using exactly one probe into the data structure.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
make
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
#mkdir -p $RPM_BUILD_ROOT/usr/share/{man,info}
|
|
|
|
%makeinstall
|
|
# remove the stuff from the buildroot
|
|
rm -rf $RPM_BUILD_ROOT{%{_mandir}/{dvi,html},%{_datadir}/doc}
|
|
|
|
%clean
|
|
rm -rf $RPM_BUId with new gcc and binutils
|
|
|
|
* Tue Apr 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.7.2-1
|
|
- Update to 2.7.2
|
|
|
|
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
|
- automatic rebuild
|
|
|
|
* Tue Jul 4 2000 Jakub Jelinek <jakub@redhat.com>
|
|
- Rebuild with new C++
|
|
|
|
* Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
|
|
- user infodir and mandir macros for FHS
|
|
- use %%makeinstall
|
|
|
|
* Fri Feb 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
- rebuild to gzip manpage
|
|
- don't use CC=egcs
|
|
- fix description
|
|
|
|
* Wed Mar 24 1999 Cristian Gafton <gafton@redhat.com>
|
|
- added patches for egcs from UP
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
- auto rebuild in the new build environment (release 4)
|
|
|
|
* Thu Oct 29 1998 Bill Nottingham <notting@redhat.com>
|
|
- patch for latest egcs
|
|
|
|
* Sat Oct 10 1998 Cristian Gafton <gafton@redhat.com>
|
|
- strip binary
|
|
|
|
* Tue Jul 28 1998 Jeff Johnson <jbj@redhat.com>
|
|
- create.
|