forked from pool/gperf
118 lines
3.5 KiB
RPMSpec
118 lines
3.5 KiB
RPMSpec
#
|
|
# spec file for package gperf (Version 3.0.2)
|
|
#
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: gperf
|
|
BuildRequires: gcc-c++
|
|
License: GPL v2 or later
|
|
Group: Development/Languages/C and C++
|
|
PreReq: %install_info_prereq
|
|
AutoReqProv: on
|
|
Version: 3.0.2
|
|
Release: 124
|
|
Summary: A Compiler Tool for Generating Perfect Hash Functions
|
|
Source: ftp://ftp.gnu.org/pub/gnu/gperf/gperf-%{version}.tar.bz2
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
A perfect hash function is simply: 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.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Doug Schmidt <schnidt@siam.ics.uci.edu>
|
|
Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
|
|
|
|
%prep
|
|
%setup
|
|
|
|
%build
|
|
CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" \
|
|
./configure --prefix=/usr \
|
|
--mandir=%{_mandir} --infodir=%{_infodir} %{_target_cpu}-suse-linux
|
|
make
|
|
make check
|
|
|
|
%install
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
rm -f $RPM_BUILD_ROOT/usr/doc/gperf/gperf.html
|
|
rm -f $RPM_BUILD_ROOT/usr/share/doc/gperf/gperf.html
|
|
|
|
%post
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
|
|
|
%postun
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
|
|
|
%files
|
|
%defattr (-,root,root)
|
|
%doc README NEWS AUTHORS COPYING ChangeLog doc/*.html
|
|
/usr/bin/gperf
|
|
%doc %{_infodir}/gperf.info.gz
|
|
%doc %{_mandir}/man1/gperf.1.gz
|
|
|
|
%changelog
|
|
* Mon Jul 17 2006 ro@suse.de
|
|
- update to 3.0.2
|
|
- documentation fixes
|
|
- Fix #line directives for filenames containing backslashes
|
|
- add option --length-table-name
|
|
* Wed Jan 25 2006 mls@suse.de
|
|
- converted neededforbuild to BuildRequires
|
|
* Sun May 22 2005 schwab@suse.de
|
|
- Fix missing declaration.
|
|
* Mon Oct 20 2003 ro@suse.de
|
|
- don't build as root
|
|
* Mon Jun 16 2003 ro@suse.de
|
|
- update to 3.0.1 (documentation and testsuite fixes)
|
|
* Mon May 19 2003 ro@suse.de
|
|
- remove unpackaged file
|
|
* Thu May 15 2003 ro@suse.de
|
|
- update to 3.0 with many additional options
|
|
* Tue May 13 2003 ro@suse.de
|
|
- fix file list
|
|
* Thu Apr 24 2003 ro@suse.de
|
|
- fix install_info --delete call and move from preun to postun
|
|
* Thu Feb 06 2003 ro@suse.de
|
|
- added install-info macros
|
|
* Mon Oct 28 2002 ro@suse.de
|
|
- buildrooted
|
|
* Tue Sep 17 2002 ro@suse.de
|
|
- removed bogus self-provides
|
|
* Wed Feb 27 2002 ro@suse.de
|
|
- bzipped source
|
|
- added docu files to filelist (#13968)
|
|
* Wed Jun 13 2001 schwab@suse.de
|
|
- Don't link statically any more.
|
|
* Sat Sep 30 2000 ro@suse.de
|
|
- update to 2.7.2
|
|
* Mon Sep 25 2000 ro@suse.de
|
|
- sorted
|
|
* Thu Jan 20 2000 ro@suse.de
|
|
- specfile cleanup, man,info -> usr/share
|
|
* Mon Sep 13 1999 bs@suse.de
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
* Fri Jan 15 1999 ro@suse.de
|
|
- link statically: needed when rebuilding libstdc++
|
|
* Fri Jan 15 1999 ro@suse.de
|
|
- created initial package using jurix dif
|